2024-01-13T09:01:22.596 INFO:root:teuthology version: 0.0.1.dev249+gcd45576 2024-01-13T09:01:22.596 DEBUG:teuthology.run:Teuthology command: teuthology --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} --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815 --name yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815/orig.config.yaml 2024-01-13T09:01:22.628 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T09:01:22.715 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815 branch: wip-yuri2-testing-2024-01-12-1128-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: '7515815' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri2-testing-2024-01-12-1128-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: 445562ab4bc3ddfb386936119050695810860bcb ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: 445562ab4bc3ddfb386936119050695810860bcb workunit: branch: wip-yuri2-testing-2024-01-12-1128-pacific sha1: 445562ab4bc3ddfb386936119050695810860bcb 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: 5246 sha1: 445562ab4bc3ddfb386936119050695810860bcb sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-yuri2-testing-2024-01-12-1128-pacific suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: 445562ab4bc3ddfb386936119050695810860bcb targets: smithi084.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM= smithi102.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: cd45576300487d997e5a85abed65500b9f5d143b timestamp: 2024-01-12_21:52:25 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-13T09:01:22.716 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa; will attempt to use it 2024-01-13T09:01:22.716 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks 2024-01-13T09:01:22.717 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-13T09:01:22.718 INFO:teuthology.task.internal:Checking packages... 2024-01-13T09:01:22.749 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '445562ab4bc3ddfb386936119050695810860bcb' 2024-01-13T09:01:22.749 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-13T09:01:22.749 INFO:teuthology.packaging:ref: None 2024-01-13T09:01:22.749 INFO:teuthology.packaging:tag: None 2024-01-13T09:01:22.749 INFO:teuthology.packaging:branch: wip-yuri2-testing-2024-01-12-1128-pacific 2024-01-13T09:01:22.749 INFO:teuthology.packaging:sha1: 445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T09:01:22.749 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri2-testing-2024-01-12-1128-pacific 2024-01-13T09:01:23.130 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-456-g445562ab-1focal 2024-01-13T09:01:23.131 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-13T09:01:23.141 INFO:teuthology.task.internal:no buildpackages task found 2024-01-13T09:01:23.141 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-13T09:01:23.148 INFO:teuthology.task.internal:Saving configuration 2024-01-13T09:01:23.160 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-13T09:01:23.166 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T09:01:23.190 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 08:55:14.443436', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-13T09:01:23.214 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi102.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 08:55:14.441890', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGETOy3xONfbx7kUFCNiUtRLNfkcrcEsWzPdq6Np/6Bw'} 2024-01-13T09:01:23.214 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-13T09:01:23.221 INFO:teuthology.task.internal:roles: ubuntu@smithi084.front.sepia.ceph.com - ['mon.a', 'mon.c', 'mgr.y', 'osd.0', 'osd.1', 'osd.2', 'osd.3', 'client.0', 'node-exporter.a', 'alertmanager.a'] 2024-01-13T09:01:23.221 INFO:teuthology.task.internal:roles: ubuntu@smithi102.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-01-13T09:01:23.221 INFO:teuthology.run_tasks:Running task console_log... 2024-01-13T09:01:23.293 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3b0c5285e0>, signals=[15]) 2024-01-13T09:01:23.293 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-13T09:01:23.299 INFO:teuthology.task.internal:Opening connections... 2024-01-13T09:01:23.299 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi084.front.sepia.ceph.com 2024-01-13T09:01:23.301 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:01:23.397 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi102.front.sepia.ceph.com 2024-01-13T09:01:23.398 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:01:23.495 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-13T09:01:23.502 DEBUG:teuthology.orchestra.run.smithi084:> uname -m 2024-01-13T09:01:23.508 INFO:teuthology.orchestra.run.smithi084.stdout:x86_64 2024-01-13T09:01:23.509 DEBUG:teuthology.orchestra.run.smithi084:> cat /etc/os-release 2024-01-13T09:01:23.556 INFO:teuthology.orchestra.run.smithi084.stdout:NAME="Ubuntu" 2024-01-13T09:01:23.556 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-13T09:01:23.556 INFO:teuthology.orchestra.run.smithi084.stdout:ID=ubuntu 2024-01-13T09:01:23.556 INFO:teuthology.orchestra.run.smithi084.stdout:ID_LIKE=debian 2024-01-13T09:01:23.556 INFO:teuthology.orchestra.run.smithi084.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-13T09:01:23.556 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_ID="20.04" 2024-01-13T09:01:23.556 INFO:teuthology.orchestra.run.smithi084.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-13T09:01:23.556 INFO:teuthology.orchestra.run.smithi084.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-13T09:01:23.557 INFO:teuthology.orchestra.run.smithi084.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-13T09:01:23.557 INFO:teuthology.orchestra.run.smithi084.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-13T09:01:23.557 INFO:teuthology.orchestra.run.smithi084.stdout:VERSION_CODENAME=focal 2024-01-13T09:01:23.557 INFO:teuthology.orchestra.run.smithi084.stdout:UBUNTU_CODENAME=focal 2024-01-13T09:01:23.557 INFO:teuthology.lock.ops:Updating smithi084.front.sepia.ceph.com on lock server 2024-01-13T09:01:23.575 DEBUG:teuthology.orchestra.run.smithi102:> uname -m 2024-01-13T09:01:23.582 INFO:teuthology.orchestra.run.smithi102.stdout:x86_64 2024-01-13T09:01:23.582 DEBUG:teuthology.orchestra.run.smithi102:> cat /etc/os-release 2024-01-13T09:01:23.633 INFO:teuthology.orchestra.run.smithi102.stdout:NAME="Ubuntu" 2024-01-13T09:01:23.633 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION="20.04.4 LTS (Focal Fossa)" 2024-01-13T09:01:23.633 INFO:teuthology.orchestra.run.smithi102.stdout:ID=ubuntu 2024-01-13T09:01:23.633 INFO:teuthology.orchestra.run.smithi102.stdout:ID_LIKE=debian 2024-01-13T09:01:23.633 INFO:teuthology.orchestra.run.smithi102.stdout:PRETTY_NAME="Ubuntu 20.04.4 LTS" 2024-01-13T09:01:23.633 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION_ID="20.04" 2024-01-13T09:01:23.633 INFO:teuthology.orchestra.run.smithi102.stdout:HOME_URL="https://www.ubuntu.com/" 2024-01-13T09:01:23.633 INFO:teuthology.orchestra.run.smithi102.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2024-01-13T09:01:23.633 INFO:teuthology.orchestra.run.smithi102.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2024-01-13T09:01:23.634 INFO:teuthology.orchestra.run.smithi102.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2024-01-13T09:01:23.634 INFO:teuthology.orchestra.run.smithi102.stdout:VERSION_CODENAME=focal 2024-01-13T09:01:23.634 INFO:teuthology.orchestra.run.smithi102.stdout:UBUNTU_CODENAME=focal 2024-01-13T09:01:23.634 INFO:teuthology.lock.ops:Updating smithi102.front.sepia.ceph.com on lock server 2024-01-13T09:01:23.659 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-13T09:01:23.668 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-13T09:01:23.673 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-13T09:01:23.674 DEBUG:teuthology.orchestra.run.smithi084:> test '!' -e /home/ubuntu/cephtest 2024-01-13T09:01:23.676 DEBUG:teuthology.orchestra.run.smithi102:> test '!' -e /home/ubuntu/cephtest 2024-01-13T09:01:23.681 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-13T09:01:23.687 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-13T09:01:23.688 DEBUG:teuthology.orchestra.run.smithi084:> test -z $(ls -A /var/lib/ceph) 2024-01-13T09:01:23.690 DEBUG:teuthology.orchestra.run.smithi102:> test -z $(ls -A /var/lib/ceph) 2024-01-13T09:01:23.709 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-13T09:01:23.764 INFO:teuthology.run_tasks:Running task kernel... 2024-01-13T09:01:23.778 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-13T09:01:23.778 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-13T09:01:23.778 DEBUG:teuthology.orchestra.run.smithi084:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-13T09:01:23.779 DEBUG:teuthology.orchestra.run.smithi102:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-13T09:01:23.784 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T09:01:23.784 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-01-13T09:01:23.785 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T09:01:23.786 DEBUG:teuthology.orchestra.run.smithi102:> uname -r 2024-01-13T09:01:23.792 INFO:teuthology.orchestra.run.smithi084.stdout:5.4.0-124-generic 2024-01-13T09:01:23.793 INFO:teuthology.task.kernel:Running kernel on smithi084: 5.4.0-124-generic 2024-01-13T09:01:23.793 DEBUG:teuthology.orchestra.run.smithi084:> sudo apt-get clean 2024-01-13T09:01:23.794 INFO:teuthology.orchestra.run.smithi102.stdout:5.4.0-124-generic 2024-01-13T09:01:23.794 INFO:teuthology.task.kernel:Running kernel on smithi102: 5.4.0-124-generic 2024-01-13T09:01:23.794 DEBUG:teuthology.orchestra.run.smithi102:> sudo apt-get clean 2024-01-13T09:01:23.889 DEBUG:teuthology.orchestra.run.smithi084:> sudo apt-get update 2024-01-13T09:01:23.945 DEBUG:teuthology.orchestra.run.smithi102:> sudo apt-get update 2024-01-13T09:01:24.073 INFO:teuthology.orchestra.run.smithi084.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-13T09:01:24.095 INFO:teuthology.orchestra.run.smithi084.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-13T09:01:24.096 INFO:teuthology.orchestra.run.smithi084.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-13T09:01:24.116 INFO:teuthology.orchestra.run.smithi102.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-13T09:01:24.145 INFO:teuthology.orchestra.run.smithi102.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2024-01-13T09:01:24.203 INFO:teuthology.orchestra.run.smithi102.stdout:Get:3 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2024-01-13T09:01:24.218 INFO:teuthology.orchestra.run.smithi084.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-13T09:01:24.263 INFO:teuthology.orchestra.run.smithi102.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2024-01-13T09:01:24.503 INFO:teuthology.orchestra.run.smithi102.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-13T09:01:24.510 INFO:teuthology.orchestra.run.smithi084.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [920 kB] 2024-01-13T09:01:24.656 INFO:teuthology.orchestra.run.smithi084.stdout:Get:6 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-13T09:01:24.678 INFO:teuthology.orchestra.run.smithi084.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,030 kB] 2024-01-13T09:01:24.681 INFO:teuthology.orchestra.run.smithi102.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [3,030 kB] 2024-01-13T09:01:24.813 INFO:teuthology.orchestra.run.smithi102.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-13T09:01:24.943 INFO:teuthology.orchestra.run.smithi084.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-13T09:01:24.944 INFO:teuthology.orchestra.run.smithi102.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [489 kB] 2024-01-13T09:01:24.951 INFO:teuthology.orchestra.run.smithi084.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-13T09:01:24.952 INFO:teuthology.orchestra.run.smithi084.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-13T09:01:24.952 INFO:teuthology.orchestra.run.smithi084.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-13T09:01:24.954 INFO:teuthology.orchestra.run.smithi102.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [17.2 kB] 2024-01-13T09:01:24.955 INFO:teuthology.orchestra.run.smithi102.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [2,579 kB] 2024-01-13T09:01:24.976 INFO:teuthology.orchestra.run.smithi084.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-13T09:01:24.985 INFO:teuthology.orchestra.run.smithi084.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-13T09:01:24.986 INFO:teuthology.orchestra.run.smithi084.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [763 kB] 2024-01-13T09:01:24.989 INFO:teuthology.orchestra.run.smithi102.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [36.4 kB] 2024-01-13T09:01:24.990 INFO:teuthology.orchestra.run.smithi102.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [360 kB] 2024-01-13T09:01:25.002 INFO:teuthology.orchestra.run.smithi102.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [552 B] 2024-01-13T09:01:25.002 INFO:teuthology.orchestra.run.smithi102.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,144 kB] 2024-01-13T09:01:25.017 INFO:teuthology.orchestra.run.smithi084.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [1,144 kB] 2024-01-13T09:01:25.069 INFO:teuthology.orchestra.run.smithi084.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [694 kB] 2024-01-13T09:01:25.082 INFO:teuthology.orchestra.run.smithi084.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-13T09:01:25.087 INFO:teuthology.orchestra.run.smithi102.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [763 kB] 2024-01-13T09:01:25.088 INFO:teuthology.orchestra.run.smithi084.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-13T09:01:25.089 INFO:teuthology.orchestra.run.smithi084.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-13T09:01:25.097 INFO:teuthology.orchestra.run.smithi102.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [274 kB] 2024-01-13T09:01:25.099 INFO:teuthology.orchestra.run.smithi102.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-13T09:01:25.099 INFO:teuthology.orchestra.run.smithi102.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-13T09:01:25.100 INFO:teuthology.orchestra.run.smithi102.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-13T09:01:25.100 INFO:teuthology.orchestra.run.smithi102.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-13T09:01:25.100 INFO:teuthology.orchestra.run.smithi102.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-13T09:01:25.100 INFO:teuthology.orchestra.run.smithi102.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-13T09:01:25.100 INFO:teuthology.orchestra.run.smithi102.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-13T09:01:25.119 INFO:teuthology.orchestra.run.smithi084.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [274 kB] 2024-01-13T09:01:25.125 INFO:teuthology.orchestra.run.smithi084.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [25.7 kB] 2024-01-13T09:01:25.128 INFO:teuthology.orchestra.run.smithi102.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-13T09:01:25.136 INFO:teuthology.orchestra.run.smithi084.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [26.1 kB] 2024-01-13T09:01:25.137 INFO:teuthology.orchestra.run.smithi084.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,440 B] 2024-01-13T09:01:25.137 INFO:teuthology.orchestra.run.smithi084.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,768 B] 2024-01-13T09:01:25.137 INFO:teuthology.orchestra.run.smithi084.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [620 B] 2024-01-13T09:01:25.137 INFO:teuthology.orchestra.run.smithi084.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [36.1 kB] 2024-01-13T09:01:25.138 INFO:teuthology.orchestra.run.smithi084.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [45.7 kB] 2024-01-13T09:01:25.138 INFO:teuthology.orchestra.run.smithi084.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 c-n-f Metadata [1,420 B] 2024-01-13T09:01:25.144 INFO:teuthology.orchestra.run.smithi084.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-13T09:01:25.144 INFO:teuthology.orchestra.run.smithi102.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [2,647 kB] 2024-01-13T09:01:25.144 INFO:teuthology.orchestra.run.smithi084.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-13T09:01:25.149 INFO:teuthology.orchestra.run.smithi084.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-13T09:01:25.149 INFO:teuthology.orchestra.run.smithi084.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [921 kB] 2024-01-13T09:01:25.157 INFO:teuthology.orchestra.run.smithi084.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-13T09:01:25.161 INFO:teuthology.orchestra.run.smithi084.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [637 kB] 2024-01-13T09:01:25.168 INFO:teuthology.orchestra.run.smithi102.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-13T09:01:25.169 INFO:teuthology.orchestra.run.smithi102.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [25.0 kB] 2024-01-13T09:01:25.169 INFO:teuthology.orchestra.run.smithi102.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-13T09:01:25.171 INFO:teuthology.orchestra.run.smithi084.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [193 kB] 2024-01-13T09:01:25.174 INFO:teuthology.orchestra.run.smithi084.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-13T09:01:25.174 INFO:teuthology.orchestra.run.smithi084.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-13T09:01:25.174 INFO:teuthology.orchestra.run.smithi084.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-13T09:01:25.182 INFO:teuthology.orchestra.run.smithi084.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-13T09:01:25.183 INFO:teuthology.orchestra.run.smithi084.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-13T09:01:25.183 INFO:teuthology.orchestra.run.smithi084.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [13.8 kB] 2024-01-13T09:01:25.184 INFO:teuthology.orchestra.run.smithi084.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [880 B] 2024-01-13T09:01:25.333 INFO:teuthology.orchestra.run.smithi102.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [406 kB] 2024-01-13T09:01:25.348 INFO:teuthology.orchestra.run.smithi102.stdout:Get:30 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [13.2 kB] 2024-01-13T09:01:25.348 INFO:teuthology.orchestra.run.smithi102.stdout:Get:31 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [35.1 kB] 2024-01-13T09:01:25.349 INFO:teuthology.orchestra.run.smithi102.stdout:Get:32 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [2,461 kB] 2024-01-13T09:01:25.418 INFO:teuthology.orchestra.run.smithi102.stdout:Get:33 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [343 kB] 2024-01-13T09:01:25.423 INFO:teuthology.orchestra.run.smithi102.stdout:Get:34 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [552 B] 2024-01-13T09:01:25.423 INFO:teuthology.orchestra.run.smithi102.stdout:Get:35 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [921 kB] 2024-01-13T09:01:25.464 INFO:teuthology.orchestra.run.smithi102.stdout:Get:36 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [637 kB] 2024-01-13T09:01:25.636 INFO:teuthology.orchestra.run.smithi102.stdout:Get:37 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [193 kB] 2024-01-13T09:01:26.064 INFO:teuthology.orchestra.run.smithi102.stdout:Get:38 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [19.2 kB] 2024-01-13T09:01:26.069 INFO:teuthology.orchestra.run.smithi102.stdout:Get:39 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [23.9 kB] 2024-01-13T09:01:26.076 INFO:teuthology.orchestra.run.smithi102.stdout:Get:40 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,188 B] 2024-01-13T09:01:26.079 INFO:teuthology.orchestra.run.smithi102.stdout:Get:41 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,796 B] 2024-01-13T09:01:26.081 INFO:teuthology.orchestra.run.smithi102.stdout:Get:42 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [548 B] 2024-01-13T09:01:28.763 INFO:teuthology.orchestra.run.smithi102.stdout:Fetched 18.5 MB in 3s (6,359 kB/s) 2024-01-13T09:01:28.943 INFO:teuthology.orchestra.run.smithi084.stdout:Fetched 18.5 MB in 3s (6,239 kB/s) 2024-01-13T09:01:30.237 INFO:teuthology.orchestra.run.smithi102.stdout:Reading package lists... 2024-01-13T09:01:30.265 DEBUG:teuthology.orchestra.run.smithi102:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-13T09:01:30.351 INFO:teuthology.orchestra.run.smithi102.stdout:Reading package lists... 2024-01-13T09:01:30.471 INFO:teuthology.orchestra.run.smithi084.stdout:Reading package lists... 2024-01-13T09:01:30.499 DEBUG:teuthology.orchestra.run.smithi084:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-13T09:01:30.559 INFO:teuthology.orchestra.run.smithi102.stdout:Building dependency tree... 2024-01-13T09:01:30.560 INFO:teuthology.orchestra.run.smithi102.stdout:Reading state information... 2024-01-13T09:01:30.583 INFO:teuthology.orchestra.run.smithi084.stdout:Reading package lists... 2024-01-13T09:01:30.744 INFO:teuthology.orchestra.run.smithi102.stdout:The following additional packages will be installed: 2024-01-13T09:01:30.744 INFO:teuthology.orchestra.run.smithi102.stdout: linux-generic linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2024-01-13T09:01:30.744 INFO:teuthology.orchestra.run.smithi102.stdout: linux-headers-generic linux-image-5.4.0-169-generic 2024-01-13T09:01:30.744 INFO:teuthology.orchestra.run.smithi102.stdout: linux-modules-5.4.0-169-generic linux-modules-extra-5.4.0-169-generic 2024-01-13T09:01:30.745 INFO:teuthology.orchestra.run.smithi102.stdout:Suggested packages: 2024-01-13T09:01:30.745 INFO:teuthology.orchestra.run.smithi102.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-01-13T09:01:30.746 INFO:teuthology.orchestra.run.smithi102.stdout:Recommended packages: 2024-01-13T09:01:30.746 INFO:teuthology.orchestra.run.smithi102.stdout: thermald 2024-01-13T09:01:30.785 INFO:teuthology.orchestra.run.smithi084.stdout:Building dependency tree... 2024-01-13T09:01:30.786 INFO:teuthology.orchestra.run.smithi084.stdout:Reading state information... 2024-01-13T09:01:30.791 INFO:teuthology.orchestra.run.smithi102.stdout:The following NEW packages will be installed: 2024-01-13T09:01:30.791 INFO:teuthology.orchestra.run.smithi102.stdout: linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2024-01-13T09:01:30.791 INFO:teuthology.orchestra.run.smithi102.stdout: linux-image-5.4.0-169-generic linux-modules-5.4.0-169-generic 2024-01-13T09:01:30.792 INFO:teuthology.orchestra.run.smithi102.stdout: linux-modules-extra-5.4.0-169-generic 2024-01-13T09:01:30.792 INFO:teuthology.orchestra.run.smithi102.stdout:The following packages will be upgraded: 2024-01-13T09:01:30.793 INFO:teuthology.orchestra.run.smithi102.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-13T09:01:30.923 INFO:teuthology.orchestra.run.smithi102.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-01-13T09:01:30.923 INFO:teuthology.orchestra.run.smithi102.stdout:Need to get 77.1 MB of archives. 2024-01-13T09:01:30.923 INFO:teuthology.orchestra.run.smithi102.stdout:After this operation, 380 MB of additional disk space will be used. 2024-01-13T09:01:30.923 INFO:teuthology.orchestra.run.smithi102.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-169-generic amd64 5.4.0-169.187 [15.0 MB] 2024-01-13T09:01:30.981 INFO:teuthology.orchestra.run.smithi084.stdout:The following additional packages will be installed: 2024-01-13T09:01:30.981 INFO:teuthology.orchestra.run.smithi084.stdout: linux-generic linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2024-01-13T09:01:30.981 INFO:teuthology.orchestra.run.smithi084.stdout: linux-headers-generic linux-image-5.4.0-169-generic 2024-01-13T09:01:30.981 INFO:teuthology.orchestra.run.smithi084.stdout: linux-modules-5.4.0-169-generic linux-modules-extra-5.4.0-169-generic 2024-01-13T09:01:30.982 INFO:teuthology.orchestra.run.smithi084.stdout:Suggested packages: 2024-01-13T09:01:30.982 INFO:teuthology.orchestra.run.smithi084.stdout: fdutils linux-doc | linux-source-5.4.0 linux-tools 2024-01-13T09:01:30.982 INFO:teuthology.orchestra.run.smithi084.stdout:Recommended packages: 2024-01-13T09:01:30.982 INFO:teuthology.orchestra.run.smithi084.stdout: thermald 2024-01-13T09:01:31.039 INFO:teuthology.orchestra.run.smithi084.stdout:The following NEW packages will be installed: 2024-01-13T09:01:31.039 INFO:teuthology.orchestra.run.smithi084.stdout: linux-headers-5.4.0-169 linux-headers-5.4.0-169-generic 2024-01-13T09:01:31.039 INFO:teuthology.orchestra.run.smithi084.stdout: linux-image-5.4.0-169-generic linux-modules-5.4.0-169-generic 2024-01-13T09:01:31.039 INFO:teuthology.orchestra.run.smithi084.stdout: linux-modules-extra-5.4.0-169-generic 2024-01-13T09:01:31.040 INFO:teuthology.orchestra.run.smithi084.stdout:The following packages will be upgraded: 2024-01-13T09:01:31.041 INFO:teuthology.orchestra.run.smithi084.stdout: linux-generic linux-headers-generic linux-image-generic 2024-01-13T09:01:31.170 INFO:teuthology.orchestra.run.smithi084.stdout:3 upgraded, 5 newly installed, 0 to remove and 282 not upgraded. 2024-01-13T09:01:31.171 INFO:teuthology.orchestra.run.smithi084.stdout:Need to get 77.1 MB of archives. 2024-01-13T09:01:31.171 INFO:teuthology.orchestra.run.smithi084.stdout:After this operation, 380 MB of additional disk space will be used. 2024-01-13T09:01:31.171 INFO:teuthology.orchestra.run.smithi084.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.4.0-169-generic amd64 5.4.0-169.187 [15.0 MB] 2024-01-13T09:01:32.193 INFO:teuthology.orchestra.run.smithi102.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-169-generic amd64 5.4.0-169.187 [10.5 MB] 2024-01-13T09:01:32.226 INFO:teuthology.orchestra.run.smithi084.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.4.0-169-generic amd64 5.4.0-169.187 [10.5 MB] 2024-01-13T09:01:32.523 INFO:teuthology.orchestra.run.smithi102.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-169-generic amd64 5.4.0-169.187 [39.2 MB] 2024-01-13T09:01:32.604 INFO:teuthology.orchestra.run.smithi084.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.4.0-169-generic amd64 5.4.0-169.187 [39.2 MB] 2024-01-13T09:01:33.856 INFO:teuthology.orchestra.run.smithi102.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.169.167 [1,900 B] 2024-01-13T09:01:33.856 INFO:teuthology.orchestra.run.smithi102.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.169.167 [2,520 B] 2024-01-13T09:01:33.856 INFO:teuthology.orchestra.run.smithi102.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169 all 5.4.0-169.187 [11.0 MB] 2024-01-13T09:01:34.086 INFO:teuthology.orchestra.run.smithi102.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169-generic amd64 5.4.0-169.187 [1,374 kB] 2024-01-13T09:01:34.117 INFO:teuthology.orchestra.run.smithi102.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.169.167 [2,392 B] 2024-01-13T09:01:34.146 INFO:teuthology.orchestra.run.smithi084.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-generic amd64 5.4.0.169.167 [1,900 B] 2024-01-13T09:01:34.147 INFO:teuthology.orchestra.run.smithi084.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic amd64 5.4.0.169.167 [2,520 B] 2024-01-13T09:01:34.147 INFO:teuthology.orchestra.run.smithi084.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169 all 5.4.0-169.187 [11.0 MB] 2024-01-13T09:01:34.400 INFO:teuthology.orchestra.run.smithi084.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-5.4.0-169-generic amd64 5.4.0-169.187 [1,374 kB] 2024-01-13T09:01:34.445 INFO:teuthology.orchestra.run.smithi084.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-headers-generic amd64 5.4.0.169.167 [2,392 B] 2024-01-13T09:01:34.790 INFO:teuthology.orchestra.run.smithi102.stdout:Fetched 77.1 MB in 3s (23.2 MB/s) 2024-01-13T09:01:34.959 INFO:teuthology.orchestra.run.smithi102.stdout:Selecting previously unselected package linux-modules-5.4.0-169-generic. 2024-01-13T09:01:35.167 INFO:teuthology.orchestra.run.smithi084.stdout:Fetched 77.1 MB in 3s (22.7 MB/s) 2024-01-13T09:01:35.381 INFO:teuthology.orchestra.run.smithi084.stdout:Selecting previously unselected package linux-modules-5.4.0-169-generic. 2024-01-13T09:01:36.652 INFO:teuthology.orchestra.run.smithi102.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-01-13T09:01:36.657 INFO:teuthology.orchestra.run.smithi102.stdout:Preparing to unpack .../0-linux-modules-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2024-01-13T09:01:36.723 INFO:teuthology.orchestra.run.smithi102.stdout:Unpacking linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:37.081 INFO:teuthology.orchestra.run.smithi084.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 104373 files and directories currently installed.) 2024-01-13T09:01:37.086 INFO:teuthology.orchestra.run.smithi084.stdout:Preparing to unpack .../0-linux-modules-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2024-01-13T09:01:37.211 INFO:teuthology.orchestra.run.smithi084.stdout:Unpacking linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:38.648 INFO:teuthology.orchestra.run.smithi102.stdout:Selecting previously unselected package linux-image-5.4.0-169-generic. 2024-01-13T09:01:38.665 INFO:teuthology.orchestra.run.smithi102.stdout:Preparing to unpack .../1-linux-image-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2024-01-13T09:01:38.760 INFO:teuthology.orchestra.run.smithi102.stdout:Unpacking linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:39.195 INFO:teuthology.orchestra.run.smithi084.stdout:Selecting previously unselected package linux-image-5.4.0-169-generic. 2024-01-13T09:01:39.207 INFO:teuthology.orchestra.run.smithi084.stdout:Preparing to unpack .../1-linux-image-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2024-01-13T09:01:39.309 INFO:teuthology.orchestra.run.smithi084.stdout:Unpacking linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:39.826 INFO:teuthology.orchestra.run.smithi102.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-169-generic. 2024-01-13T09:01:39.841 INFO:teuthology.orchestra.run.smithi102.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2024-01-13T09:01:39.884 INFO:teuthology.orchestra.run.smithi102.stdout:Unpacking linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:40.397 INFO:teuthology.orchestra.run.smithi084.stdout:Selecting previously unselected package linux-modules-extra-5.4.0-169-generic. 2024-01-13T09:01:40.413 INFO:teuthology.orchestra.run.smithi084.stdout:Preparing to unpack .../2-linux-modules-extra-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2024-01-13T09:01:40.481 INFO:teuthology.orchestra.run.smithi084.stdout:Unpacking linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:44.581 INFO:teuthology.orchestra.run.smithi102.stdout:Preparing to unpack .../3-linux-generic_5.4.0.169.167_amd64.deb ... 2024-01-13T09:01:44.706 INFO:teuthology.orchestra.run.smithi102.stdout:Unpacking linux-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2024-01-13T09:01:45.032 INFO:teuthology.orchestra.run.smithi102.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.169.167_amd64.deb ... 2024-01-13T09:01:45.193 INFO:teuthology.orchestra.run.smithi102.stdout:Unpacking linux-image-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2024-01-13T09:01:45.377 INFO:teuthology.orchestra.run.smithi084.stdout:Preparing to unpack .../3-linux-generic_5.4.0.169.167_amd64.deb ... 2024-01-13T09:01:45.488 INFO:teuthology.orchestra.run.smithi102.stdout:Selecting previously unselected package linux-headers-5.4.0-169. 2024-01-13T09:01:45.502 INFO:teuthology.orchestra.run.smithi084.stdout:Unpacking linux-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2024-01-13T09:01:45.503 INFO:teuthology.orchestra.run.smithi102.stdout:Preparing to unpack .../5-linux-headers-5.4.0-169_5.4.0-169.187_all.deb ... 2024-01-13T09:01:45.538 INFO:teuthology.orchestra.run.smithi102.stdout:Unpacking linux-headers-5.4.0-169 (5.4.0-169.187) ... 2024-01-13T09:01:45.868 INFO:teuthology.orchestra.run.smithi084.stdout:Preparing to unpack .../4-linux-image-generic_5.4.0.169.167_amd64.deb ... 2024-01-13T09:01:45.996 INFO:teuthology.orchestra.run.smithi084.stdout:Unpacking linux-image-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2024-01-13T09:01:46.358 INFO:teuthology.orchestra.run.smithi084.stdout:Selecting previously unselected package linux-headers-5.4.0-169. 2024-01-13T09:01:46.372 INFO:teuthology.orchestra.run.smithi084.stdout:Preparing to unpack .../5-linux-headers-5.4.0-169_5.4.0-169.187_all.deb ... 2024-01-13T09:01:46.433 INFO:teuthology.orchestra.run.smithi084.stdout:Unpacking linux-headers-5.4.0-169 (5.4.0-169.187) ... 2024-01-13T09:01:50.784 INFO:teuthology.orchestra.run.smithi102.stdout:Selecting previously unselected package linux-headers-5.4.0-169-generic. 2024-01-13T09:01:50.806 INFO:teuthology.orchestra.run.smithi102.stdout:Preparing to unpack .../6-linux-headers-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2024-01-13T09:01:50.850 INFO:teuthology.orchestra.run.smithi102.stdout:Unpacking linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:52.358 INFO:teuthology.orchestra.run.smithi084.stdout:Selecting previously unselected package linux-headers-5.4.0-169-generic. 2024-01-13T09:01:52.379 INFO:teuthology.orchestra.run.smithi084.stdout:Preparing to unpack .../6-linux-headers-5.4.0-169-generic_5.4.0-169.187_amd64.deb ... 2024-01-13T09:01:52.424 INFO:teuthology.orchestra.run.smithi084.stdout:Unpacking linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:53.550 INFO:teuthology.orchestra.run.smithi102.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.169.167_amd64.deb ... 2024-01-13T09:01:53.678 INFO:teuthology.orchestra.run.smithi102.stdout:Unpacking linux-headers-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2024-01-13T09:01:53.997 INFO:teuthology.orchestra.run.smithi102.stdout:Setting up linux-headers-5.4.0-169 (5.4.0-169.187) ... 2024-01-13T09:01:54.149 INFO:teuthology.orchestra.run.smithi102.stdout:Setting up linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:54.275 INFO:teuthology.orchestra.run.smithi102.stdout:Setting up linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:55.476 INFO:teuthology.orchestra.run.smithi084.stdout:Preparing to unpack .../7-linux-headers-generic_5.4.0.169.167_amd64.deb ... 2024-01-13T09:01:55.478 INFO:teuthology.orchestra.run.smithi102.stdout:Setting up linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:55.629 INFO:teuthology.orchestra.run.smithi084.stdout:Unpacking linux-headers-generic (5.4.0.169.167) over (5.4.0.124.125) ... 2024-01-13T09:01:55.964 INFO:teuthology.orchestra.run.smithi084.stdout:Setting up linux-headers-5.4.0-169 (5.4.0-169.187) ... 2024-01-13T09:01:56.092 INFO:teuthology.orchestra.run.smithi084.stdout:Setting up linux-headers-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:56.243 INFO:teuthology.orchestra.run.smithi084.stdout:Setting up linux-modules-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:56.622 INFO:teuthology.orchestra.run.smithi102.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-169-generic 2024-01-13T09:01:56.622 INFO:teuthology.orchestra.run.smithi102.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-169-generic 2024-01-13T09:01:56.805 INFO:teuthology.orchestra.run.smithi102.stdout:Setting up linux-headers-generic (5.4.0.169.167) ... 2024-01-13T09:01:56.931 INFO:teuthology.orchestra.run.smithi102.stdout:Setting up linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:57.453 INFO:teuthology.orchestra.run.smithi084.stdout:Setting up linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:58.633 INFO:teuthology.orchestra.run.smithi084.stdout:I: /vmlinuz is now a symlink to boot/vmlinuz-5.4.0-169-generic 2024-01-13T09:01:58.633 INFO:teuthology.orchestra.run.smithi084.stdout:I: /initrd.img is now a symlink to boot/initrd.img-5.4.0-169-generic 2024-01-13T09:01:58.805 INFO:teuthology.orchestra.run.smithi084.stdout:Setting up linux-headers-generic (5.4.0.169.167) ... 2024-01-13T09:01:58.931 INFO:teuthology.orchestra.run.smithi084.stdout:Setting up linux-modules-extra-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:59.116 INFO:teuthology.orchestra.run.smithi102.stdout:Setting up linux-image-generic (5.4.0.169.167) ... 2024-01-13T09:01:59.242 INFO:teuthology.orchestra.run.smithi102.stdout:Setting up linux-generic (5.4.0.169.167) ... 2024-01-13T09:01:59.360 INFO:teuthology.orchestra.run.smithi102.stdout:Processing triggers for linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:01:59.454 INFO:teuthology.orchestra.run.smithi102.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-13T09:01:59.455 INFO:teuthology.orchestra.run.smithi102.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-169-generic 2024-01-13T09:02:00.499 INFO:teuthology.orchestra.run.smithi084.stdout:Setting up linux-image-generic (5.4.0.169.167) ... 2024-01-13T09:02:00.650 INFO:teuthology.orchestra.run.smithi084.stdout:Setting up linux-generic (5.4.0.169.167) ... 2024-01-13T09:02:00.777 INFO:teuthology.orchestra.run.smithi084.stdout:Processing triggers for linux-image-5.4.0-169-generic (5.4.0-169.187) ... 2024-01-13T09:02:00.854 INFO:teuthology.orchestra.run.smithi084.stdout:/etc/kernel/postinst.d/initramfs-tools: 2024-01-13T09:02:00.854 INFO:teuthology.orchestra.run.smithi084.stdout:update-initramfs: Generating /boot/initrd.img-5.4.0-169-generic 2024-01-13T09:02:21.034 INFO:teuthology.orchestra.run.smithi102.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-13T09:02:21.034 INFO:teuthology.orchestra.run.smithi102.stdout:Sourcing file `/etc/default/grub' 2024-01-13T09:02:21.045 INFO:teuthology.orchestra.run.smithi102.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-13T09:02:21.058 INFO:teuthology.orchestra.run.smithi102.stdout:Generating grub configuration file ... 2024-01-13T09:02:21.397 INFO:teuthology.orchestra.run.smithi102.stdout:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2024-01-13T09:02:21.425 INFO:teuthology.orchestra.run.smithi102.stdout:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2024-01-13T09:02:21.810 INFO:teuthology.orchestra.run.smithi102.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-13T09:02:21.822 INFO:teuthology.orchestra.run.smithi102.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-13T09:02:22.635 INFO:teuthology.orchestra.run.smithi084.stdout:/etc/kernel/postinst.d/zz-update-grub: 2024-01-13T09:02:22.635 INFO:teuthology.orchestra.run.smithi084.stdout:Sourcing file `/etc/default/grub' 2024-01-13T09:02:22.648 INFO:teuthology.orchestra.run.smithi084.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-13T09:02:22.672 INFO:teuthology.orchestra.run.smithi084.stdout:Generating grub configuration file ... 2024-01-13T09:02:23.049 INFO:teuthology.orchestra.run.smithi084.stdout:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2024-01-13T09:02:23.074 INFO:teuthology.orchestra.run.smithi084.stdout:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2024-01-13T09:02:23.497 INFO:teuthology.orchestra.run.smithi084.stdout:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-13T09:02:23.507 INFO:teuthology.orchestra.run.smithi084.stdout:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-13T09:02:23.637 INFO:teuthology.orchestra.run.smithi102.stdout:done 2024-01-13T09:02:24.049 DEBUG:teuthology.orchestra.run.smithi102:> dpkg -s linux-image-generic 2024-01-13T09:02:24.097 INFO:teuthology.orchestra.run.smithi102.stdout:Package: linux-image-generic 2024-01-13T09:02:24.097 INFO:teuthology.orchestra.run.smithi102.stdout:Status: install ok installed 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout:Priority: optional 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout:Section: kernel 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout:Installed-Size: 20 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout:Maintainer: Ubuntu Kernel Team 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout:Architecture: amd64 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout:Source: linux-meta 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout:Version: 5.4.0.169.167 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.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) 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout:Recommends: thermald 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout:Description: Generic Linux kernel image 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout: This package will always depend on the latest generic kernel image 2024-01-13T09:02:24.098 INFO:teuthology.orchestra.run.smithi102.stdout: available. 2024-01-13T09:02:24.099 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-169-generic 2024-01-13T09:02:24.099 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-13T09:02:24.099 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-13T09:02:24.099 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-01-13T09:02:24.099 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi102.front.sepia.ceph.com, path=None, version=distro) 2024-01-13T09:02:24.099 DEBUG:teuthology.orchestra.run.smithi102:> sudo apt-get clean 2024-01-13T09:02:24.172 DEBUG:teuthology.orchestra.run.smithi102:> sudo apt-get update 2024-01-13T09:02:24.423 INFO:teuthology.orchestra.run.smithi102.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-13T09:02:24.458 INFO:teuthology.orchestra.run.smithi102.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-13T09:02:24.478 INFO:teuthology.orchestra.run.smithi102.stdout:Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-13T09:02:24.506 INFO:teuthology.orchestra.run.smithi102.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-13T09:02:25.731 INFO:teuthology.orchestra.run.smithi084.stdout:done 2024-01-13T09:02:26.169 INFO:teuthology.orchestra.run.smithi102.stdout:Reading package lists... 2024-01-13T09:02:26.184 DEBUG:teuthology.orchestra.run.smithi084:> dpkg -s linux-image-generic 2024-01-13T09:02:26.195 DEBUG:teuthology.orchestra.run.smithi102:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Package: linux-image-generic 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Status: install ok installed 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Priority: optional 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Section: kernel 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Installed-Size: 20 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Maintainer: Ubuntu Kernel Team 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Architecture: amd64 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Source: linux-meta 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Version: 5.4.0.169.167 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.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) 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-13T09:02:26.244 INFO:teuthology.orchestra.run.smithi084.stdout:Recommends: thermald 2024-01-13T09:02:26.245 INFO:teuthology.orchestra.run.smithi084.stdout:Description: Generic Linux kernel image 2024-01-13T09:02:26.245 INFO:teuthology.orchestra.run.smithi084.stdout: This package will always depend on the latest generic kernel image 2024-01-13T09:02:26.245 INFO:teuthology.orchestra.run.smithi084.stdout: available. 2024-01-13T09:02:26.245 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-124-generic Expected: 5.4.0-169-generic 2024-01-13T09:02:26.245 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-13T09:02:26.245 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-13T09:02:26.245 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-01-13T09:02:26.245 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi084.front.sepia.ceph.com, path=None, version=distro) 2024-01-13T09:02:26.245 DEBUG:teuthology.orchestra.run.smithi084:> sudo apt-get clean 2024-01-13T09:02:26.261 INFO:teuthology.orchestra.run.smithi102.stdout:Reading package lists... 2024-01-13T09:02:26.310 DEBUG:teuthology.orchestra.run.smithi084:> sudo apt-get update 2024-01-13T09:02:26.466 INFO:teuthology.orchestra.run.smithi102.stdout:Building dependency tree... 2024-01-13T09:02:26.466 INFO:teuthology.orchestra.run.smithi102.stdout:Reading state information... 2024-01-13T09:02:26.512 INFO:teuthology.orchestra.run.smithi084.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2024-01-13T09:02:26.553 INFO:teuthology.orchestra.run.smithi084.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2024-01-13T09:02:26.561 INFO:teuthology.orchestra.run.smithi084.stdout:Hit:3 http://security.ubuntu.com/ubuntu focal-security InRelease 2024-01-13T09:02:26.603 INFO:teuthology.orchestra.run.smithi084.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2024-01-13T09:02:26.683 INFO:teuthology.orchestra.run.smithi102.stdout:linux-image-generic is already the newest version (5.4.0.169.167). 2024-01-13T09:02:26.683 INFO:teuthology.orchestra.run.smithi102.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-01-13T09:02:26.687 DEBUG:teuthology.orchestra.run.smithi102:> dpkg -s linux-image-generic 2024-01-13T09:02:26.706 INFO:teuthology.orchestra.run.smithi102.stdout:Package: linux-image-generic 2024-01-13T09:02:26.706 INFO:teuthology.orchestra.run.smithi102.stdout:Status: install ok installed 2024-01-13T09:02:26.706 INFO:teuthology.orchestra.run.smithi102.stdout:Priority: optional 2024-01-13T09:02:26.706 INFO:teuthology.orchestra.run.smithi102.stdout:Section: kernel 2024-01-13T09:02:26.706 INFO:teuthology.orchestra.run.smithi102.stdout:Installed-Size: 20 2024-01-13T09:02:26.707 INFO:teuthology.orchestra.run.smithi102.stdout:Maintainer: Ubuntu Kernel Team 2024-01-13T09:02:26.707 INFO:teuthology.orchestra.run.smithi102.stdout:Architecture: amd64 2024-01-13T09:02:26.707 INFO:teuthology.orchestra.run.smithi102.stdout:Source: linux-meta 2024-01-13T09:02:26.707 INFO:teuthology.orchestra.run.smithi102.stdout:Version: 5.4.0.169.167 2024-01-13T09:02:26.707 INFO:teuthology.orchestra.run.smithi102.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) 2024-01-13T09:02:26.707 INFO:teuthology.orchestra.run.smithi102.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-13T09:02:26.707 INFO:teuthology.orchestra.run.smithi102.stdout:Recommends: thermald 2024-01-13T09:02:26.707 INFO:teuthology.orchestra.run.smithi102.stdout:Description: Generic Linux kernel image 2024-01-13T09:02:26.707 INFO:teuthology.orchestra.run.smithi102.stdout: This package will always depend on the latest generic kernel image 2024-01-13T09:02:26.707 INFO:teuthology.orchestra.run.smithi102.stdout: available. 2024-01-13T09:02:26.708 DEBUG:teuthology.orchestra.run.smithi102:> mktemp 2024-01-13T09:02:26.712 INFO:teuthology.orchestra.run.smithi102.stdout:/tmp/tmp.6hGCRCC8GX 2024-01-13T09:02:26.712 DEBUG:teuthology.orchestra.run.smithi102:> sudo cp /boot/grub/grub.cfg /tmp/tmp.6hGCRCC8GX 2024-01-13T09:02:26.770 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 0666 /tmp/tmp.6hGCRCC8GX 2024-01-13T09:02:26.805 DEBUG:teuthology.orchestra.remote:smithi102:/tmp/tmp.6hGCRCC8GX is 9KB 2024-01-13T09:02:26.819 DEBUG:teuthology.orchestra.run.smithi102:> rm -fr /tmp/tmp.6hGCRCC8GX 2024-01-13T09:02:26.825 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-13T09:02:26.881 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-01-13T09:02:26.881 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-13T09:02:26.881 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-13T09:02:26.907 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-169-generic 2024-01-13T09:02:26.907 DEBUG:teuthology.orchestra.run.smithi102:> sudo update-grub 2024-01-13T09:02:28.175 INFO:teuthology.orchestra.run.smithi102.stderr:Sourcing file `/etc/default/grub' 2024-01-13T09:02:28.182 INFO:teuthology.orchestra.run.smithi102.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-13T09:02:28.206 INFO:teuthology.orchestra.run.smithi102.stderr:Generating grub configuration file ... 2024-01-13T09:02:28.292 INFO:teuthology.orchestra.run.smithi084.stdout:Reading package lists... 2024-01-13T09:02:28.318 DEBUG:teuthology.orchestra.run.smithi084:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic 2024-01-13T09:02:28.384 INFO:teuthology.orchestra.run.smithi084.stdout:Reading package lists... 2024-01-13T09:02:28.464 INFO:teuthology.orchestra.run.smithi102.stderr:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2024-01-13T09:02:28.475 INFO:teuthology.orchestra.run.smithi102.stderr:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2024-01-13T09:02:28.591 INFO:teuthology.orchestra.run.smithi084.stdout:Building dependency tree... 2024-01-13T09:02:28.591 INFO:teuthology.orchestra.run.smithi084.stdout:Reading state information... 2024-01-13T09:02:28.818 INFO:teuthology.orchestra.run.smithi102.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-13T09:02:28.818 INFO:teuthology.orchestra.run.smithi084.stdout:linux-image-generic is already the newest version (5.4.0.169.167). 2024-01-13T09:02:28.818 INFO:teuthology.orchestra.run.smithi084.stdout:0 upgraded, 0 newly installed, 0 to remove and 282 not upgraded. 2024-01-13T09:02:28.820 DEBUG:teuthology.orchestra.run.smithi084:> dpkg -s linux-image-generic 2024-01-13T09:02:28.830 INFO:teuthology.orchestra.run.smithi102.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-13T09:02:28.838 INFO:teuthology.orchestra.run.smithi084.stdout:Package: linux-image-generic 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Status: install ok installed 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Priority: optional 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Section: kernel 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Installed-Size: 20 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Maintainer: Ubuntu Kernel Team 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Architecture: amd64 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Source: linux-meta 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Version: 5.4.0.169.167 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.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) 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Depends: linux-image-5.4.0-169-generic, linux-modules-extra-5.4.0-169-generic, linux-firmware, intel-microcode, amd64-microcode 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Recommends: thermald 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout:Description: Generic Linux kernel image 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout: This package will always depend on the latest generic kernel image 2024-01-13T09:02:28.839 INFO:teuthology.orchestra.run.smithi084.stdout: available. 2024-01-13T09:02:28.840 DEBUG:teuthology.orchestra.run.smithi084:> mktemp 2024-01-13T09:02:28.888 INFO:teuthology.orchestra.run.smithi084.stdout:/tmp/tmp.2j7PGR9bqg 2024-01-13T09:02:28.888 DEBUG:teuthology.orchestra.run.smithi084:> sudo cp /boot/grub/grub.cfg /tmp/tmp.2j7PGR9bqg 2024-01-13T09:02:28.899 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0666 /tmp/tmp.2j7PGR9bqg 2024-01-13T09:02:28.938 DEBUG:teuthology.orchestra.remote:smithi084:/tmp/tmp.2j7PGR9bqg is 9KB 2024-01-13T09:02:28.988 DEBUG:teuthology.orchestra.run.smithi084:> rm -fr /tmp/tmp.2j7PGR9bqg 2024-01-13T09:02:28.994 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2024-01-13T09:02:29.053 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:02:29.053 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/grub.d/01_ceph_kernel 2024-01-13T09:02:29.053 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2024-01-13T09:02:29.089 INFO:teuthology.task.kernel:Distro Kernel Version: 5.4.0-169-generic 2024-01-13T09:02:29.090 DEBUG:teuthology.orchestra.run.smithi084:> sudo update-grub 2024-01-13T09:02:29.582 INFO:teuthology.orchestra.run.smithi102.stderr:done 2024-01-13T09:02:29.584 DEBUG:teuthology.orchestra.run.smithi102:> sudo shutdown -r now 2024-01-13T09:02:30.496 INFO:teuthology.orchestra.run.smithi084.stderr:Sourcing file `/etc/default/grub' 2024-01-13T09:02:30.505 INFO:teuthology.orchestra.run.smithi084.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2024-01-13T09:02:30.520 INFO:teuthology.orchestra.run.smithi084.stderr:Generating grub configuration file ... 2024-01-13T09:02:30.800 INFO:teuthology.orchestra.run.smithi084.stderr:Found linux image: /boot/vmlinuz-5.4.0-169-generic 2024-01-13T09:02:30.812 INFO:teuthology.orchestra.run.smithi084.stderr:Found initrd image: /boot/initrd.img-5.4.0-169-generic 2024-01-13T09:02:31.196 INFO:teuthology.orchestra.run.smithi084.stderr:Found linux image: /boot/vmlinuz-5.4.0-124-generic 2024-01-13T09:02:31.207 INFO:teuthology.orchestra.run.smithi084.stderr:Found initrd image: /boot/initrd.img-5.4.0-124-generic 2024-01-13T09:02:32.427 INFO:teuthology.orchestra.run.smithi084.stderr:done 2024-01-13T09:02:32.429 DEBUG:teuthology.orchestra.run.smithi084:> sudo shutdown -r now 2024-01-13T09:02:59.612 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-01-13T09:02:59.612 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-01-13T09:02:59.613 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:03:02.435 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-01-13T09:03:02.435 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-13T09:03:02.436 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:03:18.076 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.102 2024-01-13T09:03:20.892 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.84 2024-01-13T09:03:27.080 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-01-13T09:03:27.081 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:03:29.896 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-13T09:03:29.897 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:03:30.140 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.102 2024-01-13T09:03:32.956 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.84 2024-01-13T09:03:42.148 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-01-13T09:03:42.149 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:03:44.959 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-13T09:03:44.960 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:04:00.572 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.102 2024-01-13T09:04:03.388 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.84 2024-01-13T09:04:15.585 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-01-13T09:04:15.586 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:04:15.822 DEBUG:teuthology.orchestra.run.smithi102:> true 2024-01-13T09:04:16.390 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-01-13T09:04:16.390 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "5.4.0-169-generic"... 2024-01-13T09:04:16.390 DEBUG:teuthology.orchestra.run.smithi102:> uname -r 2024-01-13T09:04:16.396 INFO:teuthology.orchestra.run.smithi102.stdout:5.4.0-169-generic 2024-01-13T09:04:16.397 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-169-generic vs 5.4.0-169-generic 2024-01-13T09:04:16.397 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-13T09:04:16.397 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-13T09:04:17.397 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-01-13T09:04:17.397 DEBUG:teuthology.orchestra.run.smithi102:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-13T09:04:17.484 INFO:teuthology.orchestra.run.smithi102.stdout:ttyS1 2024-01-13T09:04:17.510 DEBUG:teuthology.parallel:result is None 2024-01-13T09:04:18.388 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-13T09:04:18.389 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:04:18.639 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-01-13T09:04:19.196 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-13T09:04:19.196 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "5.4.0-169-generic"... 2024-01-13T09:04:19.196 DEBUG:teuthology.orchestra.run.smithi084:> uname -r 2024-01-13T09:04:19.203 INFO:teuthology.orchestra.run.smithi084.stdout:5.4.0-169-generic 2024-01-13T09:04:19.203 DEBUG:teuthology.task.kernel:current kernel version is 5.4.0-169-generic vs 5.4.0-169-generic 2024-01-13T09:04:19.204 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-13T09:04:19.204 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2024-01-13T09:04:20.205 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-01-13T09:04:20.205 DEBUG:teuthology.orchestra.run.smithi084:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-13T09:04:20.288 INFO:teuthology.orchestra.run.smithi084.stdout:ttyS1 2024-01-13T09:04:20.309 DEBUG:teuthology.parallel:result is None 2024-01-13T09:04:20.310 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-13T09:04:20.318 INFO:teuthology.task.internal:Creating test directory... 2024-01-13T09:04:20.318 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-13T09:04:20.320 DEBUG:teuthology.orchestra.run.smithi102:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-13T09:04:20.327 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-13T09:04:20.346 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-13T09:04:20.353 INFO:teuthology.task.internal:Creating archive directory... 2024-01-13T09:04:20.353 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-13T09:04:20.369 DEBUG:teuthology.orchestra.run.smithi102:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-13T09:04:20.393 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-13T09:04:20.400 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-13T09:04:20.400 DEBUG:teuthology.orchestra.run.smithi084:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-13T09:04:20.402 DEBUG:teuthology.orchestra.run.smithi102:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-13T09:04:20.417 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T09:04:20.428 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T09:04:20.429 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T09:04:20.439 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-13T09:04:20.441 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-13T09:04:20.451 INFO:teuthology.task.internal:Configuring sudo... 2024-01-13T09:04:20.452 DEBUG:teuthology.orchestra.run.smithi084:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-13T09:04:20.473 DEBUG:teuthology.orchestra.run.smithi102:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-13T09:04:20.498 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-13T09:04:20.508 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-13T09:04:20.508 DEBUG:teuthology.orchestra.run.smithi084:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-13T09:04:20.510 DEBUG:teuthology.orchestra.run.smithi102:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-13T09:04:20.516 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T09:04:20.562 DEBUG:teuthology.orchestra.run.smithi084:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T09:04:20.567 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:04:20.567 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-13T09:04:20.587 DEBUG:teuthology.orchestra.run.smithi102:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-13T09:04:20.594 DEBUG:teuthology.orchestra.run.smithi102:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-13T09:04:20.643 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-01-13T09:04:20.643 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-13T09:04:20.668 DEBUG:teuthology.orchestra.run.smithi084:> sudo service rsyslog restart 2024-01-13T09:04:20.670 DEBUG:teuthology.orchestra.run.smithi102:> sudo service rsyslog restart 2024-01-13T09:04:20.737 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-13T09:04:20.744 INFO:teuthology.task.internal:Starting timer... 2024-01-13T09:04:20.745 INFO:teuthology.run_tasks:Running task pcp... 2024-01-13T09:04:20.754 INFO:teuthology.run_tasks:Running task selinux... 2024-01-13T09:04:20.766 DEBUG:teuthology.task.selinux:Excluding smithi084: OS 'ubuntu' does not support SELinux 2024-01-13T09:04:20.766 DEBUG:teuthology.task.selinux:Excluding smithi102: OS 'ubuntu' does not support SELinux 2024-01-13T09:04:20.766 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-13T09:04:20.766 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2024-01-13T09:04:20.766 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-13T09:04:20.767 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-13T09:04:20.775 DEBUG:teuthology.repo_utils:Setting repo remote to https://git.ceph.com/ceph-cm-ansible.git 2024-01-13T09:04:20.781 INFO:teuthology.repo_utils:Fetching git.ceph.com_ceph-cm-ansible_main from origin 2024-01-13T09:04:20.910 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-13T09:04:20.926 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2024-01-13T09:04:20.927 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi084.front.sepia.ceph.com,smithi102.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-13T09:09:41.951 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi084.front.sepia.ceph.com'), Remote(name='ubuntu@smithi102.front.sepia.ceph.com')] 2024-01-13T09:09:41.952 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-13T09:09:41.953 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi084.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:09:42.049 DEBUG:teuthology.orchestra.run.smithi084:> true 2024-01-13T09:09:42.175 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi084.front.sepia.ceph.com' 2024-01-13T09:09:42.175 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-01-13T09:09:42.176 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi102.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-13T09:09:42.271 DEBUG:teuthology.orchestra.run.smithi102:> true 2024-01-13T09:09:42.398 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi102.front.sepia.ceph.com' 2024-01-13T09:09:42.398 INFO:teuthology.run_tasks:Running task clock... 2024-01-13T09:09:42.408 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-13T09:09:42.408 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-13T09:09:42.408 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T09:09:42.411 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-13T09:09:42.411 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T09:09:42.445 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-13T09:09:42.445 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: Command line: ntpd -gq 2024-01-13T09:09:42.446 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: proto: precision = 0.078 usec (-24) 2024-01-13T09:09:42.446 INFO:teuthology.orchestra.run.smithi084.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-13T09:09:42.446 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-13T09:09:42.447 INFO:teuthology.orchestra.run.smithi084.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-13T09:09:42.448 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: restrict ::: KOD does nothing without LIMITED. 2024-01-13T09:09:42.448 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: Listen and drop on 0 v6wildcard [::]:123 2024-01-13T09:09:42.448 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-13T09:09:42.448 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: Listen normally on 2 lo 127.0.0.1:123 2024-01-13T09:09:42.448 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: Listen normally on 3 enp3s0f1 172.21.15.84:123 2024-01-13T09:09:42.448 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: Listen normally on 4 lo [::1]:123 2024-01-13T09:09:42.448 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d751%5]:123 2024-01-13T09:09:42.448 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:42 ntpd[12743]: Listening on routing socket on fd #22 for interface updates 2024-01-13T09:09:42.473 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: ntpd 4.2.8p12@1.3728-o (1): Starting 2024-01-13T09:09:42.473 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: Command line: ntpd -gq 2024-01-13T09:09:42.474 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: proto: precision = 0.108 usec (-23) 2024-01-13T09:09:42.475 INFO:teuthology.orchestra.run.smithi102.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-13T09:09:42.475 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2024-01-13T09:09:42.475 INFO:teuthology.orchestra.run.smithi102.stderr:restrict ::: KOD does nothing without LIMITED. 2024-01-13T09:09:42.476 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: restrict ::: KOD does nothing without LIMITED. 2024-01-13T09:09:42.477 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: Listen and drop on 0 v6wildcard [::]:123 2024-01-13T09:09:42.477 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2024-01-13T09:09:42.477 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: Listen normally on 2 lo 127.0.0.1:123 2024-01-13T09:09:42.477 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: Listen normally on 3 enp3s0f1 172.21.15.102:123 2024-01-13T09:09:42.477 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: Listen normally on 4 lo [::1]:123 2024-01-13T09:09:42.477 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe8f:d769%5]:123 2024-01-13T09:09:42.477 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:42 ntpd[12688]: Listening on routing socket on fd #22 for interface updates 2024-01-13T09:09:43.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:43 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:43.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:43 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:43.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:43 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:43.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:43 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:43.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:43 ntpd[12743]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:43.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:43 ntpd[12743]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:44.448 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:44.449 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:44 ntpd[12743]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:44.474 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:44 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:44.474 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:44 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:45.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:45 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:45.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:45 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:45.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:45 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:45.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:45 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:45.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:45 ntpd[12743]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:45.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:45 ntpd[12743]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:46.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:46.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:46.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:46.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:46.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:46.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:46.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:46.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:46.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:46.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:46.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:46.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:46 ntpd[12743]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:46.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:46.477 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:46 ntpd[12688]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:47.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:47 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:47.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:47 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:47.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:47 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:47.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:47 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:47.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:47 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:47.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:47 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:47.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:47 ntpd[12743]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:47.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:47 ntpd[12743]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:47.474 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:47 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:47.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:47 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:47.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:47 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:47.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:47 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:47.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:47 ntpd[12688]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:47.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:47 ntpd[12688]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:48.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:48.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:48 ntpd[12743]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:48.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:48 ntpd[12688]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:49.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:49 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:49.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:49 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:49.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:49 ntpd[12743]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:49.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:49 ntpd[12743]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:49.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:49 ntpd[12743]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:49.446 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:49 ntpd[12743]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:49.447 INFO:teuthology.orchestra.run.smithi084.stdout:13 Jan 09:09:49 ntpd[12743]: ntpd: time slew +0.001454 s 2024-01-13T09:09:49.447 INFO:teuthology.orchestra.run.smithi084.stdout:ntpd: time slew +0.001454s 2024-01-13T09:09:49.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:49 ntpd[12743]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-13T09:09:49.447 INFO:teuthology.orchestra.run.smithi084.stderr:13 Jan 09:09:49 ntpd[12743]: can't open /var/log/ntpstats/loopstats.20240113: Permission denied 2024-01-13T09:09:49.474 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:49 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:49.474 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:49 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:49.474 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:49 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:49.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:49 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:49.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:49 ntpd[12688]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:49.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:49 ntpd[12688]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:49.525 INFO:teuthology.orchestra.run.smithi084.stdout: remote refid st t when poll reach delay offset jitter 2024-01-13T09:09:49.526 INFO:teuthology.orchestra.run.smithi084.stdout:============================================================================== 2024-01-13T09:09:49.526 INFO:teuthology.orchestra.run.smithi084.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T09:09:49.526 INFO:teuthology.orchestra.run.smithi084.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T09:09:49.526 INFO:teuthology.orchestra.run.smithi084.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T09:09:49.526 INFO:teuthology.orchestra.run.smithi084.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T09:09:50.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:50.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:50.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:50.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:50.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:50.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:50.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:50.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:50.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:50.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:50.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:50.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:50 ntpd[12688]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:51.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:51 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:51.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:51 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:51.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:51 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:51.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:51 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:51.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:51 ntpd[12688]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:51.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:51 ntpd[12688]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:52.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:52 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:52.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:52 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:52.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:52 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:52.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:52 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:52.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:52 ntpd[12688]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2024-01-13T09:09:52.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:52 ntpd[12688]: can't open /var/log/ntpstats/rawstats.20240113: Permission denied 2024-01-13T09:09:52.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:52 ntpd[12688]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2024-01-13T09:09:52.475 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:52 ntpd[12688]: can't open /var/log/ntpstats/peerstats.20240113: Permission denied 2024-01-13T09:09:52.476 INFO:teuthology.orchestra.run.smithi102.stdout:13 Jan 09:09:52 ntpd[12688]: ntpd: time slew +0.000018 s 2024-01-13T09:09:52.476 INFO:teuthology.orchestra.run.smithi102.stdout:ntpd: time slew +0.000018s 2024-01-13T09:09:52.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:52 ntpd[12688]: couldn't unlink /var/log/ntpstats/loopstats: Permission denied 2024-01-13T09:09:52.476 INFO:teuthology.orchestra.run.smithi102.stderr:13 Jan 09:09:52 ntpd[12688]: can't open /var/log/ntpstats/loopstats.20240113: Permission denied 2024-01-13T09:09:52.550 INFO:teuthology.orchestra.run.smithi102.stdout: remote refid st t when poll reach delay offset jitter 2024-01-13T09:09:52.550 INFO:teuthology.orchestra.run.smithi102.stdout:============================================================================== 2024-01-13T09:09:52.550 INFO:teuthology.orchestra.run.smithi102.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T09:09:52.550 INFO:teuthology.orchestra.run.smithi102.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T09:09:52.550 INFO:teuthology.orchestra.run.smithi102.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T09:09:52.550 INFO:teuthology.orchestra.run.smithi102.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2024-01-13T09:09:52.551 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-13T09:09:52.637 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': '445562ab4bc3ddfb386936119050695810860bcb'} 2024-01-13T09:09:52.637 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-01-13T09:09:52.638 INFO:tasks.cephadm:Cluster fsid is 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:09:52.638 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-13T09:09:52.638 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.84', 'mon.c': '[v2:172.21.15.84:3301,v1:172.21.15.84:6790]', 'mon.b': '172.21.15.102'} 2024-01-13T09:09:52.639 INFO:tasks.cephadm:First mon is mon.a on smithi084 2024-01-13T09:09:52.639 INFO:tasks.cephadm:First mgr is y 2024-01-13T09:09:52.639 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-13T09:09:52.639 DEBUG:teuthology.orchestra.run.smithi084:> sudo hostname $(hostname -s) 2024-01-13T09:09:52.658 DEBUG:teuthology.orchestra.run.smithi102:> sudo hostname $(hostname -s) 2024-01-13T09:09:52.675 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-01-13T09:09:52.675 DEBUG:teuthology.orchestra.run.smithi084:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-13T09:09:53.083 INFO:teuthology.orchestra.run.smithi084.stdout:-rw-rw-r-- 1 ubuntu ubuntu 151122 Jan 13 09:09 /home/ubuntu/cephtest/cephadm 2024-01-13T09:09:53.083 DEBUG:teuthology.orchestra.run.smithi102:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-13T09:09:53.443 INFO:teuthology.orchestra.run.smithi102.stdout:-rw-rw-r-- 1 ubuntu ubuntu 151122 Jan 13 09:09 /home/ubuntu/cephtest/cephadm 2024-01-13T09:09:53.444 DEBUG:teuthology.orchestra.run.smithi084:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-13T09:09:53.453 DEBUG:teuthology.orchestra.run.smithi102:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-13T09:09:53.476 DEBUG:teuthology.orchestra.run.smithi084:> sudo mkdir -p /etc/ceph 2024-01-13T09:09:53.492 DEBUG:teuthology.orchestra.run.smithi102:> sudo mkdir -p /etc/ceph 2024-01-13T09:09:53.508 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 777 /etc/ceph 2024-01-13T09:09:53.550 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 777 /etc/ceph 2024-01-13T09:09:53.567 INFO:tasks.cephadm:Writing seed config... 2024-01-13T09:09:53.568 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-01-13T09:09:53.568 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-13T09:09:53.568 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-13T09:09:53.569 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-13T09:09:53.569 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-13T09:09:53.569 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-13T09:09:53.569 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-13T09:09:53.569 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-13T09:09:53.569 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:09:53.569 DEBUG:teuthology.orchestra.run.smithi084:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-13T09:09:53.576 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 = 82e68f94-b1f3-11ee-95ac-87774f69a715 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 2024-01-13T09:09:53.576 DEBUG:teuthology.orchestra.run.smithi084:mon.a> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a.service 2024-01-13T09:09:53.579 DEBUG:teuthology.orchestra.run.smithi084:mgr.y> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y.service 2024-01-13T09:09:53.629 INFO:tasks.cephadm:Bootstrapping... 2024-01-13T09:09:53.629 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 --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.84 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-13T09:09:53.737 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Could not locate podman: podman not found 2024-01-13T09:09:53.737 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-01-13T09:09:53.737 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-01-13T09:09:53.737 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-01-13T09:09:53.738 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-01-13T09:09:53.742 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-13T09:09:53.742 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-01-13T09:09:53.748 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-13T09:09:53.748 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-01-13T09:09:53.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-01-13T09:09:53.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-01-13T09:09:53.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-13T09:09:53.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-enabled systemd-timesyncd.service 2024-01-13T09:09:53.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout masked 2024-01-13T09:09:53.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-active systemd-timesyncd.service 2024-01-13T09:09:53.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-13T09:09:53.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntpd.service 2024-01-13T09:09:53.778 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-01-13T09:09:53.779 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-active ntpd.service 2024-01-13T09:09:53.784 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-13T09:09:53.785 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntp.service 2024-01-13T09:09:53.792 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-01-13T09:09:53.792 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-active ntp.service 2024-01-13T09:09:53.797 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout active 2024-01-13T09:09:53.797 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Unit ntp.service is enabled and running 2024-01-13T09:09:53.797 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Repeating the final host check... 2024-01-13T09:09:53.797 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:podman|docker (/usr/bin/docker) is present 2024-01-13T09:09:53.797 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:systemctl is present 2024-01-13T09:09:53.797 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:lvcreate is present 2024-01-13T09:09:53.797 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-01-13T09:09:53.803 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-13T09:09:53.803 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-01-13T09:09:53.808 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-13T09:09:53.808 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-01-13T09:09:53.814 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chronyd.service: No such file or directory 2024-01-13T09:09:53.814 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-01-13T09:09:53.819 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-13T09:09:53.820 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-enabled systemd-timesyncd.service 2024-01-13T09:09:53.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout masked 2024-01-13T09:09:53.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-active systemd-timesyncd.service 2024-01-13T09:09:53.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-13T09:09:53.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntpd.service 2024-01-13T09:09:53.838 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for ntpd.service: No such file or directory 2024-01-13T09:09:53.838 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-active ntpd.service 2024-01-13T09:09:53.844 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-13T09:09:53.844 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-enabled ntp.service 2024-01-13T09:09:53.851 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-01-13T09:09:53.852 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl is-active ntp.service 2024-01-13T09:09:53.858 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stdout active 2024-01-13T09:09:53.858 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Unit ntp.service is enabled and running 2024-01-13T09:09:53.858 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Host looks OK 2024-01-13T09:09:53.858 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:root:Cluster fsid: 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:09:53.859 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Acquiring lock 140173259278512 on /run/cephadm/82e68f94-b1f3-11ee-95ac-87774f69a715.lock 2024-01-13T09:09:53.859 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Lock 140173259278512 acquired on /run/cephadm/82e68f94-b1f3-11ee-95ac-87774f69a715.lock 2024-01-13T09:09:53.859 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Verifying IP 172.21.15.84 port 3300 ... 2024-01-13T09:09:53.860 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Verifying IP 172.21.15.84 port 6789 ... 2024-01-13T09:09:53.860 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.84, final addrv is [v2:172.21.15.84:3300,v1:172.21.15.84:6789] 2024-01-13T09:09:53.860 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: /usr/sbin/ip route ls 2024-01-13T09:09:53.863 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 2024-01-13T09:09:53.863 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout default via 172.21.15.254 dev enp3s0f1 proto dhcp src 172.21.15.84 metric 100 2024-01-13T09:09:53.863 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout 172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown 2024-01-13T09:09:53.863 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout 172.21.0.0/20 dev enp3s0f1 proto kernel scope link src 172.21.15.84 2024-01-13T09:09:53.863 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/sbin/ip:stdout 172.21.15.254 dev enp3s0f1 proto dhcp scope link src 172.21.15.84 metric 100 2024-01-13T09:09:53.864 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Mon IP 172.21.15.84 is in CIDR network 172.21.0.0/20 2024-01-13T09:09:53.866 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-01-13T09:09:53.866 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: /usr/bin/docker pull docker.io/ceph/ceph:v15.2.0 2024-01-13T09:09:54.029 INFO:journalctl@ceph.mon.a.smithi084.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:09:54.075 INFO:journalctl@ceph.mgr.y.smithi084.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:09:58.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout v15.2.0: Pulling from ceph/ceph 2024-01-13T09:09:58.610 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 8a29a15cefae: Pulling fs layer 2024-01-13T09:09:58.611 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 120f0bd0d532: Pulling fs layer 2024-01-13T09:10:00.872 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 8a29a15cefae: Verifying Checksum 2024-01-13T09:10:00.872 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 8a29a15cefae: Download complete 2024-01-13T09:10:04.781 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 120f0bd0d532: Verifying Checksum 2024-01-13T09:10:04.781 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 120f0bd0d532: Download complete 2024-01-13T09:10:05.128 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 8a29a15cefae: Pull complete 2024-01-13T09:10:17.637 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout 120f0bd0d532: Pull complete 2024-01-13T09:10:17.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout Digest: sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60 2024-01-13T09:10:17.814 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout Status: Downloaded newer image for ceph/ceph:v15.2.0 2024-01-13T09:10:17.839 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/docker:stdout docker.io/ceph/ceph:v15.2.0 2024-01-13T09:10:17.841 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-01-13T09:10:17.842 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-01-13T09:10:17.842 INFO:teuthology.orchestra.run.smithi084.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=smithi084 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-01-13T09:10:30.060 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-01-13T09:10:30.686 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Creating initial keys... 2024-01-13T09:10:30.686 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-13T09:10:30.686 INFO:teuthology.orchestra.run.smithi084.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=smithi084 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-13T09:10:31.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCHU6Jla8AVFxAAt7R3frsAni+WRNxA/38c8g== 2024-01-13T09:10:31.965 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-13T09:10:31.965 INFO:teuthology.orchestra.run.smithi084.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=smithi084 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-13T09:10:32.712 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCIU6JlswX2KhAA9NUayOwO2/COmj/a82nvgw== 2024-01-13T09:10:33.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-13T09:10:33.319 INFO:teuthology.orchestra.run.smithi084.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=smithi084 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-13T09:10:34.061 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCKU6Jln98uBBAA2H3g6VEcXxlLF/2slvjsrQ== 2024-01-13T09:10:34.648 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Creating initial monmap... 2024-01-13T09:10:34.649 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/tmp/ceph-tmppuuxcmxq:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', '82e68f94-b1f3-11ee-95ac-87774f69a715', '--addv', 'a', '[v2:172.21.15.84:3300,v1:172.21.15.84:6789]', '/tmp/monmap'] 2024-01-13T09:10:34.649 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /tmp/ceph-tmppuuxcmxq:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 --addv a [v2:172.21.15.84:3300,v1:172.21.15.84:6789] /tmp/monmap 2024-01-13T09:10:35.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-13T09:10:35.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:10:35.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-13T09:10:36.011 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Creating mon... 2024-01-13T09:10:36.015 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmpwcqwlsk9:/tmp/keyring:z', '-v', '/tmp/ceph-tmppuuxcmxq:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', '82e68f94-b1f3-11ee-95ac-87774f69a715', '-c', '/dev/null', '--monmap', '/tmp/monmap', '--keyring', '/tmp/keyring', '--setuser', 'ceph', '--setgroup', 'ceph', '--default-log-to-file=false', '--default-log-to-stderr=true', '--default-log-stderr-prefix="debug "', '--default-mon-cluster-log-to-file=false', '--default-mon-cluster-log-to-stderr=true'] 2024-01-13T09:10:36.015 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpwcqwlsk9:/tmp/keyring:z -v /tmp/ceph-tmppuuxcmxq:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -c /dev/null --monmap /tmp/monmap --keyring /tmp/keyring --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix="debug " --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true 2024-01-13T09:10:36.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.722+0000 7f3abaf8c6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T09:10:36.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.722+0000 7f3abaf8c6c0 1 imported monmap: 2024-01-13T09:10:36.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-01-13T09:10:36.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:10:36.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-01-13T09:10:35.422210+0000 2024-01-13T09:10:36.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-01-13T09:10:35.422210+0000 2024-01-13T09:10:36.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-01-13T09:10:36.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon.a 2024-01-13T09:10:36.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.722+0000 7f3abaf8c6c0 0 /usr/bin/ceph-mon: set fsid to 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 0 set rocksdb option compression = kNoCompression 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 0 set rocksdb option compression = kNoCompression 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Compile date Mar 23 2020 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: DB SUMMARY 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.750 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.error_if_exists: 0 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.create_if_missing: 1 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.env: 0x562b4b2e51a0 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.info_log: 0x562b4c5bda80 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.statistics: (nil) 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.use_fsync: 0 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T09:10:36.751 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.db_log_dir: 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T09:10:36.752 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.write_buffer_manager: 0x562b4d15e120 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T09:10:36.753 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.row_cache: None 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.wal_filter: None 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.two_write_queues: 0 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.atomic_flush: 0 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T09:10:36.754 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_open_files: -1 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T09:10:36.755 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Compression algorithms supported: 2024-01-13T09:10:36.756 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T09:10:36.756 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: kZSTD supported: 0 2024-01-13T09:10:36.756 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: kXpressCompression supported: 0 2024-01-13T09:10:36.756 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T09:10:36.756 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T09:10:36.756 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T09:10:36.756 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: kZlibCompression supported: 1 2024-01-13T09:10:36.756 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T09:10:36.756 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T09:10:36.757 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-01-13T09:10:36.757 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.757 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-01-13T09:10:36.757 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.757 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-13T09:10:36.757 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.757 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T09:10:36.757 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.merge_operator: 2024-01-13T09:10:36.757 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_filter: None 2024-01-13T09:10:36.758 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T09:10:36.758 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T09:10:36.758 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T09:10:36.758 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562b4c4e6130) 2024-01-13T09:10:36.758 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-01-13T09:10:36.758 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-01-13T09:10:36.758 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T09:10:36.758 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-01-13T09:10:36.758 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-01-13T09:10:36.758 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-01-13T09:10:36.759 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-01-13T09:10:36.759 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-01-13T09:10:36.759 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-01-13T09:10:36.759 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-01-13T09:10:36.759 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x562b4c51c510 2024-01-13T09:10:36.759 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-01-13T09:10:36.759 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-01-13T09:10:36.759 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-01-13T09:10:36.759 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-01-13T09:10:36.759 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-01-13T09:10:36.760 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compression: NoCompression 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T09:10:36.761 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.num_levels: 7 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T09:10:36.762 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T09:10:36.763 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T09:10:36.764 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T09:10:36.765 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.table_properties_collectors: 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.bloom_locality: 0 2024-01-13T09:10:36.766 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T09:10:36.767 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T09:10:36.767 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T09:10:36.767 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T09:10:36.767 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T09:10:36.767 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.726+0000 7f3abaf8c6c0 4 rocksdb: Options.ttl: 0 2024-01-13T09:10:36.767 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.734+0000 7f3abaf8c6c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-13T09:10:36.767 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.767 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.734+0000 7f3abaf8c6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-01-13T09:10:36.767 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.767 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.734+0000 7f3abaf8c6c0 4 rocksdb: DB pointer 0x562b4c5b7200 2024-01-13T09:10:36.768 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.734+0000 7f3aa414d700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-13T09:10:36.768 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.734+0000 7f3aa414d700 4 rocksdb: [db/db_impl.cc:778] 2024-01-13T09:10:36.768 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-01-13T09:10:36.768 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:10:36.768 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-13T09:10:36.768 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T09:10:36.768 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:10:36.768 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-13T09:10:36.768 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T09:10:36.769 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:10:36.769 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.769 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-13T09:10:36.769 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:10:36.769 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:10:36.769 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:10:36.769 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:10:36.769 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.769 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.770 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Sum 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:10:36.771 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:10:36.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:10:36.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:10:36.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:10:36.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:10:36.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-13T09:10:36.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.738+0000 7f3abaf8c6c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-01-13T09:10:36.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.738+0000 7f3abaf8c6c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-01-13T09:10:36.772 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-13T09:10:36.738+0000 7f3abaf8c6c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-01-13T09:10:37.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:10:37.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-01-13T09:10:37.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-01-13T09:10:37.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /etc/systemd/system/ceph.target. 2024-01-13T09:10:37.703 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-01-13T09:10:37.709 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-82e68f94-b1f3-11ee-95ac-87774f69a715.target 2024-01-13T09:10:37.715 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-82e68f94-b1f3-11ee-95ac-87774f69a715.target -> /etc/systemd/system/ceph-82e68f94-b1f3-11ee-95ac-87774f69a715.target. 2024-01-13T09:10:37.715 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-82e68f94-b1f3-11ee-95ac-87774f69a715.target -> /etc/systemd/system/ceph-82e68f94-b1f3-11ee-95ac-87774f69a715.target. 2024-01-13T09:10:37.902 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl start ceph-82e68f94-b1f3-11ee-95ac-87774f69a715.target 2024-01-13T09:10:37.909 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-01-13T09:10:38.102 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a 2024-01-13T09:10:38.111 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a 2024-01-13T09:10:38.116 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a.service: Unit ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a.service not loaded. 2024-01-13T09:10:38.117 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a 2024-01-13T09:10:38.123 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-82e68f94-b1f3-11ee-95ac-87774f69a715.target.wants/ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a.service -> /etc/systemd/system/ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@.service. 2024-01-13T09:10:38.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl start ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a 2024-01-13T09:10:38.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:firewalld does not appear to be present 2024-01-13T09:10:38.342 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Waiting for mon to start... 2024-01-13T09:10:38.342 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Waiting for mon... 2024-01-13T09:10:38.342 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-01-13T09:10:38.446 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:38 smithi084 docker[13447]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.a 2024-01-13T09:10:38.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:38 smithi084 systemd[1]: Started Ceph mon.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:10:39.696 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:39 smithi084 bash[13469]: cluster 2024-01-13T09:10:39.491686+0000 mon.a (mon.0) 0 : [INF] mkfs 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:10:39.696 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:39 smithi084 bash[13469]: cluster 2024-01-13T09:10:39.479772+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-13T09:10:39.721 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-01-13T09:10:39.721 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.23814s) 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-01-13T09:10:39.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-13T09:10:40.349 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-01-13T09:10:40.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'assimilate-conf', '-i', '/var/lib/ceph/mon/ceph-a/config'] 2024-01-13T09:10:40.349 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z -v /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config assimilate-conf -i /var/lib/ceph/mon/ceph-a/config 2024-01-13T09:10:40.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:40 smithi084 bash[13469]: cluster 2024-01-13T09:10:39.490270+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-13T09:10:40.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:40 smithi084 bash[13469]: cluster 2024-01-13T09:10:39.490529+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} 2024-01-13T09:10:40.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:40 smithi084 bash[13469]: cluster 2024-01-13T09:10:39.493836+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-13T09:10:40.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:40 smithi084 bash[13469]: cluster 2024-01-13T09:10:39.497901+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-13T09:10:40.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:40 smithi084 bash[13469]: cluster 2024-01-13T09:10:39.498700+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-13T09:10:40.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:40 smithi084 bash[13469]: audit 2024-01-13T09:10:39.728340+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.84:0/600606354' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-13T09:10:41.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.84:3300,v1:172.21.15.84:6789] 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-13T09:10:41.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-01-13T09:10:41.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-01-13T09:10:41.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-01-13T09:10:41.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-13T09:10:41.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-01-13T09:10:41.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-01-13T09:10:41.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-01-13T09:10:41.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-01-13T09:10:41.696 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:41 smithi084 bash[13469]: audit 2024-01-13T09:10:41.339054+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.84:0/4169091925' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-13T09:10:41.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:41 smithi084 bash[13469]: audit 2024-01-13T09:10:41.344645+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.84:0/4169091925' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-13T09:10:42.062 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-01-13T09:10:42.062 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'generate-minimal-conf', '-o', '/var/lib/ceph/mon/ceph-a/config'] 2024-01-13T09:10:42.062 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z -v /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config generate-minimal-conf -o /var/lib/ceph/mon/ceph-a/config 2024-01-13T09:10:43.446 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:43 smithi084 bash[13469]: audit 2024-01-13T09:10:43.029277+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.84:0/2606532446' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:10:43.575 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Restarting the monitor... 2024-01-13T09:10:43.575 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a 2024-01-13T09:10:43.887 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:43 smithi084 systemd[1]: Stopping Ceph mon.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:10:43.887 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:43 smithi084 bash[13469]: debug 2024-01-13T09:10:43.666+0000 7ffbdff90700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:10:43.887 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:43 smithi084 bash[13469]: debug 2024-01-13T09:10:43.666+0000 7ffbdff90700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-01-13T09:10:44.310 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:44 smithi084 docker[13888]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.a 2024-01-13T09:10:44.482 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Setting mon public_network... 2024-01-13T09:10:44.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'set', 'mon', 'public_network', '172.21.0.0/20'] 2024-01-13T09:10:44.482 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config set mon public_network 172.21.0.0/20 2024-01-13T09:10:44.696 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:44 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a.service: Succeeded. 2024-01-13T09:10:44.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:44 smithi084 systemd[1]: Stopped Ceph mon.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:10:44.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:44 smithi084 systemd[1]: Starting Ceph mon.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:10:44.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:44 smithi084 docker[13927]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.a 2024-01-13T09:10:44.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:44 smithi084 systemd[1]: Started Ceph mon.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.586+0000 7fe50f7236c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.586+0000 7fe50f7236c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.586+0000 7fe50f7236c0 0 pidfile_write: ignore empty --pid-file 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 0 load: jerasure load: lrc load: isa 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 0 set rocksdb option compression = kNoCompression 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 0 set rocksdb option compression = kNoCompression 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-13T09:10:45.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 1 rocksdb: do_open column families: [default] 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Compile date Mar 23 2020 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: DB SUMMARY 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: CURRENT file: CURRENT 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: IDENTITY file: IDENTITY 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 69133 ; 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.error_if_exists: 0 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.create_if_missing: 0 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.env: 0x55e53748a1a0 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.info_log: 0x55e537eb29a0 2024-01-13T09:10:45.897 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.statistics: (nil) 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.use_fsync: 0 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.db_log_dir: 2024-01-13T09:10:45.898 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.590+0000 7fe50f7236c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.write_buffer_manager: 0x55e538a4cae0 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T09:10:45.899 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T09:10:45.900 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T09:10:45.900 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T09:10:45.900 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T09:10:45.900 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T09:10:45.900 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T09:10:45.900 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.row_cache: None 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.wal_filter: None 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.two_write_queues: 0 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.atomic_flush: 0 2024-01-13T09:10:45.901 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T09:10:45.902 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T09:10:45.902 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T09:10:45.902 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T09:10:45.902 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_open_files: -1 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T09:10:45.903 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Compression algorithms supported: 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: kZSTD supported: 0 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: kXpressCompression supported: 0 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: kZlibCompression supported: 1 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.merge_operator: 2024-01-13T09:10:45.904 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_filter: None 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55e537dd2138) 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: cache_index_and_filter_blocks: 1 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: cache_index_and_filter_blocks_with_high_priority: 1 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: pin_top_level_index_and_filter: 1 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: index_type: 0 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: data_block_index_type: 0 2024-01-13T09:10:45.905 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: data_block_hash_table_util_ratio: 0.750000 2024-01-13T09:10:45.906 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: hash_index_allow_collision: 1 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: checksum: 1 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: no_block_cache: 0 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: block_cache: 0x55e537e08610 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: block_cache_name: BinnedLRUCache 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: block_cache_options: 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: capacity : 536870912 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: num_shard_bits : 4 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: strict_capacity_limit : 0 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: high_pri_pool_ratio: 0.000 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: block_cache_compressed: (nil) 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: persistent_cache: (nil) 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: block_size: 4096 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: block_size_deviation: 10 2024-01-13T09:10:45.907 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: block_restart_interval: 16 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: index_block_restart_interval: 1 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: metadata_block_size: 4096 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: partition_filters: 0 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: use_delta_encoding: 1 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: whole_key_filtering: 1 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: verify_compression: 0 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: read_amp_bytes_per_bit: 0 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: format_version: 2 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: enable_index_compression: 1 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: block_align: 0 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T09:10:45.908 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compression: NoCompression 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.num_levels: 7 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T09:10:45.909 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T09:10:45.910 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T09:10:45.911 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.table_properties_collectors: 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T09:10:45.912 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.bloom_locality: 0 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.594+0000 7fe50f7236c0 4 rocksdb: Options.ttl: 0 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.598+0000 7fe50f7236c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 7, last_sequence is 5, log_number is 4,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.598+0000 7fe50f7236c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.598+0000 7fe50f7236c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137045601269, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.598+0000 7fe50f7236c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.598+0000 7fe50f7236c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137045602267, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 66238, "table_properties": {"data_size": 64533, "index_size": 310, "filter_size": 581, "raw_key_size": 8630, "raw_average_key_size": 46, "raw_value_size": 59549, "raw_average_value_size": 321, "num_data_blocks": 10, "num_entries": 185, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.598+0000 7fe50f7236c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.598+0000 7fe50f7236c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137045602889, "job": 1, "event": "recovery_finished"} 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.598+0000 7fe50f7236c0 4 rocksdb: DB pointer 0x55e537ea4400 2024-01-13T09:10:45.913 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.598+0000 7fe4f6870700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.598+0000 7fe4f6870700 4 rocksdb: [db/db_impl.cc:778] 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ** DB Stats ** 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ** Compaction Stats [default] ** 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: L0 2/0 66.31 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 99.5 0.00 0.00 1 0.001 0 0 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Sum 2/0 66.31 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 99.5 0.00 0.00 1 0.001 0 0 2024-01-13T09:10:45.914 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 99.5 0.00 0.00 1 0.001 0 0 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ** Compaction Stats [default] ** 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 99.5 0.00 0.00 1 0.001 0 0 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Cumulative compaction: 0.00 GB write, 8.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Interval compaction: 0.00 GB write, 8.83 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:10:45.915 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:10:45.916 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ** Compaction Stats [default] ** 2024-01-13T09:10:45.916 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:10:45.916 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:10:45.916 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: L0 2/0 66.31 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 99.5 0.00 0.00 1 0.001 0 0 2024-01-13T09:10:45.916 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Sum 2/0 66.31 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 99.5 0.00 0.00 1 0.001 0 0 2024-01-13T09:10:45.916 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:10:45.916 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ** Compaction Stats [default] ** 2024-01-13T09:10:45.916 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:10:45.916 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:10:45.916 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 99.5 0.00 0.00 1 0.001 0 0 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Cumulative compaction: 0.00 GB write, 8.76 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.602+0000 7fe50f7236c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] at bind addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.602+0000 7fe50f7236c0 1 mon.a@-1(???) e1 preinit fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:10:45.917 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.602+0000 7fe50f7236c0 0 mon.a@-1(???).mds e1 new map 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.602+0000 7fe50f7236c0 0 mon.a@-1(???).mds e1 print_map 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: e1 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: legacy client fscid: -1 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: No filesystems configured 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.602+0000 7fe50f7236c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.602+0000 7fe50f7236c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.602+0000 7fe50f7236c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.602+0000 7fe50f7236c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: audit 2024-01-13T09:10:43.029277+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.84:0/2606532446' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.602+0000 7fe50f7236c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-13T09:10:45.918 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta expand map: {default=false} 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta from 'false' to 'false' 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta expanded map: {default=false} 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta expand map: {default=info} 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta from 'info' to 'info' 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta expanded map: {default=info} 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta expand map: {default=daemon} 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta expanded map: {default=daemon} 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta expand map: {default=debug} 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta from 'debug' to 'debug' 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: debug 2024-01-13T09:10:45.606+0000 7fe50f7236c0 20 expand_channel_meta expanded map: {default=debug} 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: cluster 2024-01-13T09:10:45.613174+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: cluster 2024-01-13T09:10:45.613241+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0]} 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: cluster 2024-01-13T09:10:45.613291+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-01-13T09:10:45.919 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: cluster 2024-01-13T09:10:45.613326+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-13T09:10:45.920 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:45 smithi084 bash[13940]: cluster 2024-01-13T09:10:45.613714+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-13T09:10:46.522 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Creating mgr... 2024-01-13T09:10:46.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-01-13T09:10:46.722 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y 2024-01-13T09:10:46.732 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y 2024-01-13T09:10:46.737 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y.service: Unit ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y.service not loaded. 2024-01-13T09:10:46.737 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y 2024-01-13T09:10:46.743 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-82e68f94-b1f3-11ee-95ac-87774f69a715.target.wants/ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y.service -> /etc/systemd/system/ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@.service. 2024-01-13T09:10:46.933 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Running command: systemctl start ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y 2024-01-13T09:10:46.939 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:46 smithi084 bash[13940]: audit 2024-01-13T09:10:45.844340+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.84:0/1438132247' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-01-13T09:10:46.939 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:46 smithi084 bash[13940]: audit 2024-01-13T09:10:45.849523+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.84:0/1438132247' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-01-13T09:10:46.970 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:firewalld does not appear to be present 2024-01-13T09:10:46.970 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-13T09:10:46.970 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-01-13T09:10:46.970 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Waiting for mgr to start... 2024-01-13T09:10:46.971 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Waiting for mgr... 2024-01-13T09:10:46.971 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-13T09:10:46.971 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-13T09:10:47.287 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:10:46 smithi084 docker[14172]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr.y 2024-01-13T09:10:47.287 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:10:46 smithi084 systemd[1]: Started Ceph mgr.y for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "82e68f94-b1f3-11ee-95ac-87774f69a715", 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-13T09:10:48.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 2, 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-13T09:10:48.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-13T09:10:48.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-13T09:10:48.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-13T09:10:48.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-13T09:10:48.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-13T09:10:48.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:48.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-13T09:10:48.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-13T09:10:48.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-13T09:10:48.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-13T09:10:48.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-13T09:10:39.492406+0000", 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-13T09:10:48.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:48.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:48 smithi084 bash[13940]: audit 2024-01-13T09:10:48.496638+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.84:0/3008145006' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-13T09:10:49.111 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-01-13T09:10:50.112 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-13T09:10:50.112 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-13T09:10:51.167 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-13T09:10:51.167 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:51.167 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "82e68f94-b1f3-11ee-95ac-87774f69a715", 2024-01-13T09:10:51.167 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:51.168 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 5, 2024-01-13T09:10:51.169 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-13T09:10:51.169 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:51.169 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-13T09:10:51.169 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-13T09:10:51.169 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:51.169 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-13T09:10:51.169 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:51.169 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-13T09:10:51.169 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-13T09:10:51.169 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-13T09:10:51.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-13T09:10:51.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:51.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-13T09:10:51.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:51.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-13T09:10:51.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:51.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-13T09:10:39.492406+0000", 2024-01-13T09:10:51.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-13T09:10:51.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:51.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-13T09:10:51.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:51.748 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-01-13T09:10:51.946 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:51 smithi084 bash[13940]: audit 2024-01-13T09:10:51.172987+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.84:0/170655466' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-13T09:10:52.749 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-13T09:10:52.749 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-13T09:10:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:52 smithi084 bash[13940]: cluster 2024-01-13T09:10:52.471142+0000 mon.a (mon.0) 10 : cluster [INF] Activating manager daemon y 2024-01-13T09:10:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:52 smithi084 bash[13940]: cluster 2024-01-13T09:10:52.477147+0000 mon.a (mon.0) 11 : cluster [DBG] mgrmap e2: y(active, starting, since 0.0062107s) 2024-01-13T09:10:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:52 smithi084 bash[13940]: audit 2024-01-13T09:10:52.478609+0000 mon.a (mon.0) 12 : audit [DBG] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:10:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:52 smithi084 bash[13940]: audit 2024-01-13T09:10:52.478932+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:10:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:52 smithi084 bash[13940]: audit 2024-01-13T09:10:52.479209+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:10:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:52 smithi084 bash[13940]: audit 2024-01-13T09:10:52.480482+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:10:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:52 smithi084 bash[13940]: audit 2024-01-13T09:10:52.481079+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:10:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:52 smithi084 bash[13940]: cluster 2024-01-13T09:10:52.486022+0000 mon.a (mon.0) 17 : cluster [INF] Manager daemon y is now available 2024-01-13T09:10:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:52 smithi084 bash[13940]: audit 2024-01-13T09:10:52.508495+0000 mon.a (mon.0) 18 : audit [INF] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-01-13T09:10:54.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:53 smithi084 bash[13940]: audit 2024-01-13T09:10:52.932016+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-01-13T09:10:54.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:53 smithi084 bash[13940]: cluster 2024-01-13T09:10:52.932042+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-13T09:10:54.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:53 smithi084 bash[13940]: audit 2024-01-13T09:10:52.938391+0000 mon.a (mon.0) 21 : audit [INF] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-13T09:10:54.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:53 smithi084 bash[13940]: audit 2024-01-13T09:10:52.942196+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"2977e623-2bc2-4b82-9d8c-0edb79196cdb"}]: dispatch 2024-01-13T09:10:54.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:53 smithi084 bash[13940]: audit 2024-01-13T09:10:52.944568+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"2977e623-2bc2-4b82-9d8c-0edb79196cdb"}]': finished 2024-01-13T09:10:54.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:53 smithi084 bash[13940]: audit 2024-01-13T09:10:52.945140+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"95d52146-bf98-41e0-8df1-b8274615f310"}]: dispatch 2024-01-13T09:10:54.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:53 smithi084 bash[13940]: audit 2024-01-13T09:10:52.947961+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"95d52146-bf98-41e0-8df1-b8274615f310"}]': finished 2024-01-13T09:10:54.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:53 smithi084 bash[13940]: cluster 2024-01-13T09:10:53.482969+0000 mon.a (mon.0) 26 : cluster [DBG] mgrmap e3: y(active, since 1.01206s) 2024-01-13T09:10:54.824 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-13T09:10:54.824 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:54.824 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "82e68f94-b1f3-11ee-95ac-87774f69a715", 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-13T09:10:54.825 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 9, 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-13T09:10:54.826 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-13T09:10:54.830 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-13T09:10:54.830 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-13T09:10:54.830 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-13T09:10:54.830 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:54.830 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-13T09:10:54.830 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:54.831 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-13T09:10:39.492406+0000", 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-13T09:10:54.832 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:55.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:54 smithi084 bash[13940]: audit 2024-01-13T09:10:53.941705+0000 mon.a (mon.0) 27 : audit [INF] from='mgr.14100 172.21.15.84:0/757000311' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-13T09:10:55.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:54 smithi084 bash[13940]: cluster 2024-01-13T09:10:53.941805+0000 mon.a (mon.0) 28 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-13T09:10:55.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:54 smithi084 bash[13940]: audit 2024-01-13T09:10:53.951512+0000 mon.a (mon.0) 29 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-13T09:10:55.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:54 smithi084 bash[13940]: audit 2024-01-13T09:10:54.829551+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-13T09:10:55.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:54 smithi084 bash[13940]: audit 2024-01-13T09:10:54.830280+0000 mon.a (mon.0) 31 : audit [DBG] from='client.? 172.21.15.84:0/2641993409' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-13T09:10:55.471 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Enabling cephadm module... 2024-01-13T09:10:55.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-01-13T09:10:55.471 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-01-13T09:10:56.446 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:55 smithi084 bash[13940]: cluster 2024-01-13T09:10:54.958849+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-01-13T09:10:57.446 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:56 smithi084 bash[13940]: audit 2024-01-13T09:10:56.670719+0000 mon.a (mon.0) 33 : audit [INF] from='client.? 172.21.15.84:0/3730761139' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-13T09:10:57.447 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:10:57 smithi084 bash[14195]: ignoring --setuser ceph since I am not root 2024-01-13T09:10:57.447 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:10:57 smithi084 bash[14195]: ignoring --setgroup ceph since I am not root 2024-01-13T09:10:57.610 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-01-13T09:10:57.610 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-01-13T09:10:58.264 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:57 smithi084 bash[13940]: audit 2024-01-13T09:10:56.967692+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.84:0/3730761139' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-13T09:10:58.264 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:57 smithi084 bash[13940]: cluster 2024-01-13T09:10:56.967797+0000 mon.a (mon.0) 35 : cluster [DBG] mgrmap e5: y(active, since 4s) 2024-01-13T09:10:58.820 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:58.820 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2024-01-13T09:10:58.820 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2024-01-13T09:10:58.820 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-01-13T09:10:58.820 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-01-13T09:10:58.820 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-13T09:10:58.820 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:58.820 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-13T09:10:58.820 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.84:6800", 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2932164997 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.84:6801", 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2932164997 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.84:6801/2932164997", 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-01-13T09:10:52.470884+0000", 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-13T09:10:58.821 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-01-13T09:10:58.822 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-13T09:10:58.822 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-13T09:10:58.822 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-13T09:10:58.822 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-13T09:10:59.171 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.171 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-01-13T09:10:59.171 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-13T09:10:59.172 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.173 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.174 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.175 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.176 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.177 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.178 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.179 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-01-13T09:10:59.180 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.181 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-01-13T09:10:59.182 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.183 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.184 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.185 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.185 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.185 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-01-13T09:10:59.185 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-01-13T09:10:59.185 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.185 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.185 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.186 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.186 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.186 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.186 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.186 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-01-13T09:10:59.186 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.186 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.186 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.186 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.186 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.187 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-01-13T09:10:59.188 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.189 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.190 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.191 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-13T09:10:59.192 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-01-13T09:10:59.193 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.194 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-01-13T09:10:59.195 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.196 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-13T09:10:59.197 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.198 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.199 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.200 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.201 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.202 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.203 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.204 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-13T09:10:59.205 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-01-13T09:10:59.206 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.207 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.208 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.209 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-01-13T09:10:59.210 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.211 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.212 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.213 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-01-13T09:10:59.214 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.215 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.216 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-01-13T09:10:59.217 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.218 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.219 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.220 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.221 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.222 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.223 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-01-13T09:10:59.224 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.225 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.226 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.227 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-01-13T09:10:59.228 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.229 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.230 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.231 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.232 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.233 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.234 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.235 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.236 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.237 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-01-13T09:10:59.238 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.239 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.240 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.241 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.242 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.243 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-13T09:10:59.244 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.246 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-01-13T09:10:59.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-13T09:10:59.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-01-13T09:10:59.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-01-13T09:10:59.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-01-13T09:10:59.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-13T09:10:59.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-01-13T09:10:59.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-13T09:10:59.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-01-13T09:10:59.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-01-13T09:10:59.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-01-13T09:10:59.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-01-13T09:10:59.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-13T09:10:59.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-01-13T09:10:59.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-01-13T09:10:59.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-01-13T09:10:59.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-13T09:10:59.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-01-13T09:10:59.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.407 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-01-13T09:10:59.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-01-13T09:10:59.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-01-13T09:10:59.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-01-13T09:10:59.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-01-13T09:10:59.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-01-13T09:10:59.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-01-13T09:10:59.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-01-13T09:10:59.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-01-13T09:10:59.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-13T09:10:59.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-01-13T09:10:59.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:10:59.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-01-13T09:10:59.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-01-13T09:10:59.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2024-01-13T09:10:59.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.84:0", 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 872029894 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-13T09:10:59.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.84:0", 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 3048311167 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.84:0", 2024-01-13T09:10:59.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1579952959 2024-01-13T09:10:59.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-13T09:10:59.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-13T09:10:59.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:10:59.534 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:10:58 smithi084 bash[13940]: audit 2024-01-13T09:10:58.822124+0000 mon.a (mon.0) 36 : audit [DBG] from='client.? 172.21.15.84:0/1389766' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-01-13T09:10:59.534 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-01-13T09:10:59.534 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2024-01-13T09:10:59.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-01-13T09:10:59.535 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-01-13T09:11:02.639 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:02.639 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2024-01-13T09:11:02.639 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-01-13T09:11:02.639 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:02.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: cluster 2024-01-13T09:11:01.275332+0000 mon.a (mon.0) 37 : cluster [INF] Active manager daemon y restarted 2024-01-13T09:11:02.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: cluster 2024-01-13T09:11:01.276281+0000 mon.a (mon.0) 38 : cluster [INF] Activating manager daemon y 2024-01-13T09:11:02.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: cluster 2024-01-13T09:11:01.281903+0000 mon.a (mon.0) 39 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-13T09:11:02.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: cluster 2024-01-13T09:11:01.623795+0000 mon.a (mon.0) 40 : cluster [DBG] mgrmap e6: y(active, starting, since 0.347665s) 2024-01-13T09:11:02.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: audit 2024-01-13T09:11:01.627493+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:11:02.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: audit 2024-01-13T09:11:01.629255+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:11:02.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: audit 2024-01-13T09:11:01.629624+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:11:02.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: audit 2024-01-13T09:11:01.629978+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:11:02.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: audit 2024-01-13T09:11:01.630755+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:11:02.848 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: audit 2024-01-13T09:11:01.632136+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:11:02.848 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: audit 2024-01-13T09:11:01.632717+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:11:02.848 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: cluster 2024-01-13T09:11:01.637004+0000 mon.a (mon.0) 48 : cluster [INF] Manager daemon y is now available 2024-01-13T09:11:02.848 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:02 smithi084 bash[13940]: audit 2024-01-13T09:11:01.684895+0000 mon.a (mon.0) 49 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-13T09:11:03.280 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-01-13T09:11:03.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-01-13T09:11:03.280 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-01-13T09:11:03.946 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:03 smithi084 bash[13940]: audit 2024-01-13T09:11:02.569783+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-13T09:11:03.946 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:03 smithi084 bash[13940]: cluster 2024-01-13T09:11:02.629378+0000 mon.a (mon.0) 51 : cluster [DBG] mgrmap e7: y(active, since 1.35324s) 2024-01-13T09:11:04.946 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:04 smithi084 bash[13940]: cluster 2024-01-13T09:11:03.631901+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-01-13T09:11:04.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:04 smithi084 bash[13940]: audit 2024-01-13T09:11:04.518104+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-01-13T09:11:04.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:04 smithi084 bash[13940]: audit 2024-01-13T09:11:04.523742+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-01-13T09:11:05.135 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Generating ssh key... 2024-01-13T09:11:05.135 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-01-13T09:11:05.135 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-01-13T09:11:05.891 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:05 smithi084 bash[13940]: audit 2024-01-13T09:11:04.514812+0000 mgr.y (mgr.14117) 1 : audit [DBG] from='client.14130 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:11:07.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[13940]: audit 2024-01-13T09:11:06.781795+0000 mon.a (mon.0) 55 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEA4H9Ty27QnTiG51UL17knwDZlG9xBDHrotN4NHGPCmCtzDMs8irqQ\n/eobNZhf7MWYld7vk9hXojOa5mtzedYOrb/FiGjUckNbHtfPH4P8oNuO3tfJnXaTU/8ceC\ndGOThr6+AWE1q0R7MREj/DM4YCwlG8AyXZJjqpHK7qqhlxfjJs71lOEjr4ollRtO17o2m9\n+UYKHDaNNNLI/nEQa0e5Q3OivN5suOBHAI2cIeX/O31en8MkONTFnxhTbFYbEBctw9T9JV\nzU07/CusvkTbaYLNhBZDpWt1lacrsiwmXfzyYFs1nP5DUAWfmmJEV2E9rWvntIwbxrICZF\nOWNMeUIyHaf7bbKAPY01AU6RdDEVIeb+lstD88nsrUHqReqK3MTLmWorgO94hw9TKy769R\nYsfrtaSgldcYby2W6XYncmDX7Calenk7dkONbf7gTRA+YFzNbDPffJrlilDKYc6KiJaCWC\nJUG2eSoLMMLe5f+tuFbrsK1vEN/J47A3HqotKwPTAAAFoBoszmcaLM5nAAAAB3NzaC1yc2\nEAAAGBAOB/U8tu0J04hudVC9e5J8A2ZRvcQQx66LTeDRxjwpgrcwzLPIq6kP3qGzWYX+zF\nmJXe75PYV6IzmuZrc3nWDq2/xYho1HJDWx7Xzx+D/KDbjt7XyZ12k1P/HHgnRjk4a+vgFh\nNatEezERI/wzOGAsJRvAMl2SY6qRyu6qoZcX4ybO9ZThI6+KJZUbTte6NpvflGChw2jTTS\nyP5xEGtHuUNzorzebLjgRwCNnCHl/zt9Xp/DJDjUxZ8YU2xWGxAXLcPU/SVc1NO/wrrL5E\n22mCzYQWQ6VrdZWnK7IsJl388mBbNZz+Q1AFn5piRFdhPa1r57SMG8ayAmRTljTHlCMh2n\n+22ygD2NNQFOkXQxFSHm/pbLQ/PJ7K1B6kXqitzEy5lqK4DveIcPUysu+vUWLH67WkoJXX\nGG8tlul2J3Jg1+wmpXp5O3ZDjW3+4E0QPmBczWwz33ya5YpQymHOioiWglgiVBtnkqCzDC\n3uX/rbhW67CtbxDfyeOwNx6qLSsD0wAAAAMBAAEAAAGAYyM3UNXt4BAPWubupOQKDtK2kb\ngRLb61NvH8HjZbv7EoTFUPtj+vOcIBJAjXC4sy17QsXkCiammZlPmMdBg4QTg3tgZ9Erx1\n58frmoJBtJNgoz3ttdCgPO6iltjZJPmqhu5dMUzT4fnMpx9rRzx9yWwot8cl/sDW32jLDj\nTQLqd7/bKVTG2oUKFa+KgK+l3+2663VkAs2U/gHKS3WHjC8muFSRx8LKQ2FqNyeHHF5XJ2\nr9yQCVzErH4kkOnxZ4ikBFduo0GufKI2v2ckIM/g4QdHFxixxcobBubiq8txg6/byTwzx4\n7EzE2ycGpJDCPUYtINBO7yhIA3Oheu/6Cjbyt2cCOTAETuYtmFgPzE0Bdx8GIkPRaLEyL3\nbGaWpCdxYAXccqZG7Lbo7to5W1VBBwnpEnL31PB6nAsDagAI/4i8ZL8VppVHfDp3HR/7dy\no9E9bQ7PGy+BA+RiDEeu8SunTasEdGBf0hwNx+47ndJvlC85HHGLgHkb9VuoY+p00xAAAA\nwFPW0DCQwjzsy94GYYsfubKYKC86azDXWlssl0FWYb1w4dwj+vEJXxp/75dVqI82vPt5lk\nr4vzG/4phcvF54fQZ5H7jyRtW3RPcZA4VDjplVGGrzmpUEVmf+CnZ7cmwRZWgLp+3Uuh9m\n74niR4uZjxo5LLk1UKMRsHK2a2p/YjlVL58++CwStxbkMvwe+mQ5FhMs+qZbAIJ9esH7KS\nK2i91pSQ/hqXLw83lKSD7oLBQ50F13T1GQQnCINncYtC8QXAAAAMEA9P6O+Bymw4U2/wpW\nwstJ/GwzmvMRt43hx5djJxwgSMMATZvWa/3xCMWSf2pZxiQrFVuwcuV5Fw/JSPCjLHZv8B\nNFkcUaxlhH/l436cIcOpEws1zVZUVmaVK1lNCraFAT1lF5leL+IPVH6gZ8A7nIPoqElKU5\nRonMP9qYJVrsbQFO8SQYECb+2cRmLWeVEH/p+bRfg+hntDPSyLFyhHmqDqEYmWYfitOogL\nk1vu2NxnqeybbHbALTkntK//Ya+0xLAAAAwQDqlQ2IXcDDvBhIxfiTGeykEV4uMNISt3JT\nf5ZKrWHOCqQD/VpbfRZQPCDkxsnFQPv5B9HHIYlIOt5RLNVf8ORHiyke3JsvrpUJBoN/7C\npjF2hBEetUmUZXV1uMFQr1sq9vLSROAbeBEsjscVHX1gPiZs8/g7w3KFtJ1qmB2GWuhYBN\n2pRR7FqjHyX2Ofa92/KIaqj43faVwyU71coEVhjFQFOZaNeN9GD0N5/l7yH7DmlKBw653I\na0pAlNgW/2YZkAAAApY2VwaC04MmU2OGY5NC1iMWYzLTExZWUtOTVhYy04Nzc3NGY2OWE3\nMTUBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-01-13T09:11:07.197 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: Generating public/private rsa key pair. 2024-01-13T09:11:07.197 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: Your identification has been saved in /tmp/tmpbxicm27_/key. 2024-01-13T09:11:07.197 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: Your public key has been saved in /tmp/tmpbxicm27_/key.pub. 2024-01-13T09:11:07.197 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: The key fingerprint is: 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: SHA256:nqFFCaaihKEDe+SeF8EZKQZMRJ4C8o0pMVRkrdbQ6d4 ceph-82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: The key's randomart image is: 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: +---[RSA 3072]----+ 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: |#*+==++ | 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: |BX==+B . . | 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: |B=B.O o | 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: |o* = + . | 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: |. + o . S | 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: | . . E o | 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: | . o | 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: | | 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: | | 2024-01-13T09:11:07.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[14195]: +----[SHA256]-----+ 2024-01-13T09:11:07.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[13940]: audit 2024-01-13T09:11:06.783633+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEA4H9Ty27QnTiG51UL17knwDZlG9xBDHrotN4NHGPCmCtzDMs8irqQ\n/eobNZhf7MWYld7vk9hXojOa5mtzedYOrb/FiGjUckNbHtfPH4P8oNuO3tfJnXaTU/8ceC\ndGOThr6+AWE1q0R7MREj/DM4YCwlG8AyXZJjqpHK7qqhlxfjJs71lOEjr4ollRtO17o2m9\n+UYKHDaNNNLI/nEQa0e5Q3OivN5suOBHAI2cIeX/O31en8MkONTFnxhTbFYbEBctw9T9JV\nzU07/CusvkTbaYLNhBZDpWt1lacrsiwmXfzyYFs1nP5DUAWfmmJEV2E9rWvntIwbxrICZF\nOWNMeUIyHaf7bbKAPY01AU6RdDEVIeb+lstD88nsrUHqReqK3MTLmWorgO94hw9TKy769R\nYsfrtaSgldcYby2W6XYncmDX7Calenk7dkONbf7gTRA+YFzNbDPffJrlilDKYc6KiJaCWC\nJUG2eSoLMMLe5f+tuFbrsK1vEN/J47A3HqotKwPTAAAFoBoszmcaLM5nAAAAB3NzaC1yc2\nEAAAGBAOB/U8tu0J04hudVC9e5J8A2ZRvcQQx66LTeDRxjwpgrcwzLPIq6kP3qGzWYX+zF\nmJXe75PYV6IzmuZrc3nWDq2/xYho1HJDWx7Xzx+D/KDbjt7XyZ12k1P/HHgnRjk4a+vgFh\nNatEezERI/wzOGAsJRvAMl2SY6qRyu6qoZcX4ybO9ZThI6+KJZUbTte6NpvflGChw2jTTS\nyP5xEGtHuUNzorzebLjgRwCNnCHl/zt9Xp/DJDjUxZ8YU2xWGxAXLcPU/SVc1NO/wrrL5E\n22mCzYQWQ6VrdZWnK7IsJl388mBbNZz+Q1AFn5piRFdhPa1r57SMG8ayAmRTljTHlCMh2n\n+22ygD2NNQFOkXQxFSHm/pbLQ/PJ7K1B6kXqitzEy5lqK4DveIcPUysu+vUWLH67WkoJXX\nGG8tlul2J3Jg1+wmpXp5O3ZDjW3+4E0QPmBczWwz33ya5YpQymHOioiWglgiVBtnkqCzDC\n3uX/rbhW67CtbxDfyeOwNx6qLSsD0wAAAAMBAAEAAAGAYyM3UNXt4BAPWubupOQKDtK2kb\ngRLb61NvH8HjZbv7EoTFUPtj+vOcIBJAjXC4sy17QsXkCiammZlPmMdBg4QTg3tgZ9Erx1\n58frmoJBtJNgoz3ttdCgPO6iltjZJPmqhu5dMUzT4fnMpx9rRzx9yWwot8cl/sDW32jLDj\nTQLqd7/bKVTG2oUKFa+KgK+l3+2663VkAs2U/gHKS3WHjC8muFSRx8LKQ2FqNyeHHF5XJ2\nr9yQCVzErH4kkOnxZ4ikBFduo0GufKI2v2ckIM/g4QdHFxixxcobBubiq8txg6/byTwzx4\n7EzE2ycGpJDCPUYtINBO7yhIA3Oheu/6Cjbyt2cCOTAETuYtmFgPzE0Bdx8GIkPRaLEyL3\nbGaWpCdxYAXccqZG7Lbo7to5W1VBBwnpEnL31PB6nAsDagAI/4i8ZL8VppVHfDp3HR/7dy\no9E9bQ7PGy+BA+RiDEeu8SunTasEdGBf0hwNx+47ndJvlC85HHGLgHkb9VuoY+p00xAAAA\nwFPW0DCQwjzsy94GYYsfubKYKC86azDXWlssl0FWYb1w4dwj+vEJXxp/75dVqI82vPt5lk\nr4vzG/4phcvF54fQZ5H7jyRtW3RPcZA4VDjplVGGrzmpUEVmf+CnZ7cmwRZWgLp+3Uuh9m\n74niR4uZjxo5LLk1UKMRsHK2a2p/YjlVL58++CwStxbkMvwe+mQ5FhMs+qZbAIJ9esH7KS\nK2i91pSQ/hqXLw83lKSD7oLBQ50F13T1GQQnCINncYtC8QXAAAAMEA9P6O+Bymw4U2/wpW\nwstJ/GwzmvMRt43hx5djJxwgSMMATZvWa/3xCMWSf2pZxiQrFVuwcuV5Fw/JSPCjLHZv8B\nNFkcUaxlhH/l436cIcOpEws1zVZUVmaVK1lNCraFAT1lF5leL+IPVH6gZ8A7nIPoqElKU5\nRonMP9qYJVrsbQFO8SQYECb+2cRmLWeVEH/p+bRfg+hntDPSyLFyhHmqDqEYmWYfitOogL\nk1vu2NxnqeybbHbALTkntK//Ya+0xLAAAAwQDqlQ2IXcDDvBhIxfiTGeykEV4uMNISt3JT\nf5ZKrWHOCqQD/VpbfRZQPCDkxsnFQPv5B9HHIYlIOt5RLNVf8ORHiyke3JsvrpUJBoN/7C\npjF2hBEetUmUZXV1uMFQr1sq9vLSROAbeBEsjscVHX1gPiZs8/g7w3KFtJ1qmB2GWuhYBN\n2pRR7FqjHyX2Ofa92/KIaqj43faVwyU71coEVhjFQFOZaNeN9GD0N5/l7yH7DmlKBw653I\na0pAlNgW/2YZkAAAApY2VwaC04MmU2OGY5NC1iMWYzLTExZWUtOTVhYy04Nzc3NGY2OWE3\nMTUBAg==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-01-13T09:11:07.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[13940]: audit 2024-01-13T09:11:06.784246+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgf1PLbtCdOIbnVQvXuSfANmUb3EEMeui03g0cY8KYK3MMyzyKupD96hs1mF/sxZiV3u+T2FeiM5rma3N51g6tv8WIaNRyQ1se188fg/yg247e18mddpNT/xx4J0Y5OGvr4BYTWrRHsxESP8MzhgLCUbwDJdkmOqkcruqqGXF+MmzvWU4SOviiWVG07Xujab35RgocNo000sj+cRBrR7lDc6K83my44EcAjZwh5f87fV6fwyQ41MWfGFNsVhsQFy3D1P0lXNTTv8K6y+RNtpgs2EFkOla3WVpyuyLCZd/PJgWzWc/kNQBZ+aYkRXYT2ta+e0jBvGsgJkU5Y0x5QjIdp/ttsoA9jTUBTpF0MRUh5v6Wy0PzyeytQepF6orcxMuZaiuA73iHD1MrLvr1Fix+u1pKCV1xhvLZbpdidyYNfsJqV6eTt2Q41t/uBNED5gXM1sM998muWKUMphzoqIloJYIlQbZ5Kgswwt7l/624VuuwrW8Q38njsDceqi0rA9M= ceph-82e68f94-b1f3-11ee-95ac-87774f69a715\n"}]: dispatch 2024-01-13T09:11:07.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:06 smithi084 bash[13940]: audit 2024-01-13T09:11:06.785630+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgf1PLbtCdOIbnVQvXuSfANmUb3EEMeui03g0cY8KYK3MMyzyKupD96hs1mF/sxZiV3u+T2FeiM5rma3N51g6tv8WIaNRyQ1se188fg/yg247e18mddpNT/xx4J0Y5OGvr4BYTWrRHsxESP8MzhgLCUbwDJdkmOqkcruqqGXF+MmzvWU4SOviiWVG07Xujab35RgocNo000sj+cRBrR7lDc6K83my44EcAjZwh5f87fV6fwyQ41MWfGFNsVhsQFy3D1P0lXNTTv8K6y+RNtpgs2EFkOla3WVpyuyLCZd/PJgWzWc/kNQBZ+aYkRXYT2ta+e0jBvGsgJkU5Y0x5QjIdp/ttsoA9jTUBTpF0MRUh5v6Wy0PzyeytQepF6orcxMuZaiuA73iHD1MrLvr1Fix+u1pKCV1xhvLZbpdidyYNfsJqV6eTt2Q41t/uBNED5gXM1sM998muWKUMphzoqIloJYIlQbZ5Kgswwt7l/624VuuwrW8Q38njsDceqi0rA9M= ceph-82e68f94-b1f3-11ee-95ac-87774f69a715\n"}]': finished 2024-01-13T09:11:07.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-01-13T09:11:07.439 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-01-13T09:11:08.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:07 smithi084 bash[13940]: audit 2024-01-13T09:11:06.325274+0000 mgr.y (mgr.14117) 2 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:11:08.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:07 smithi084 bash[13940]: cephadm 2024-01-13T09:11:06.325650+0000 mgr.y (mgr.14117) 3 : cephadm [INF] Generating ssh key... 2024-01-13T09:11:08.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgf1PLbtCdOIbnVQvXuSfANmUb3EEMeui03g0cY8KYK3MMyzyKupD96hs1mF/sxZiV3u+T2FeiM5rma3N51g6tv8WIaNRyQ1se188fg/yg247e18mddpNT/xx4J0Y5OGvr4BYTWrRHsxESP8MzhgLCUbwDJdkmOqkcruqqGXF+MmzvWU4SOviiWVG07Xujab35RgocNo000sj+cRBrR7lDc6K83my44EcAjZwh5f87fV6fwyQ41MWfGFNsVhsQFy3D1P0lXNTTv8K6y+RNtpgs2EFkOla3WVpyuyLCZd/PJgWzWc/kNQBZ+aYkRXYT2ta+e0jBvGsgJkU5Y0x5QjIdp/ttsoA9jTUBTpF0MRUh5v6Wy0PzyeytQepF6orcxMuZaiuA73iHD1MrLvr1Fix+u1pKCV1xhvLZbpdidyYNfsJqV6eTt2Q41t/uBNED5gXM1sM998muWKUMphzoqIloJYIlQbZ5Kgswwt7l/624VuuwrW8Q38njsDceqi0rA9M= ceph-82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:11:09.128 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-01-13T09:11:09.128 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-01-13T09:11:09.128 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Adding host smithi084... 2024-01-13T09:11:09.128 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi084'] 2024-01-13T09:11:09.128 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi084 2024-01-13T09:11:09.446 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:09 smithi084 bash[13940]: audit 2024-01-13T09:11:08.467188+0000 mgr.y (mgr.14117) 4 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:11:10.696 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:10 smithi084 bash[14195]: Warning: Permanently added 'smithi084,172.21.15.84' (ECDSA) to the list of known hosts. 2024-01-13T09:11:11.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi084' 2024-01-13T09:11:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:11 smithi084 bash[13940]: audit 2024-01-13T09:11:10.385640+0000 mgr.y (mgr.14117) 5 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi084", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:11:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:11 smithi084 bash[13940]: audit 2024-01-13T09:11:11.037765+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"smithi084\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:11:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:11 smithi084 bash[13940]: audit 2024-01-13T09:11:11.041347+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"smithi084\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-13T09:11:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:11 smithi084 bash[13940]: audit 2024-01-13T09:11:11.324322+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:11:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:11 smithi084 bash[13940]: audit 2024-01-13T09:11:11.328685+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:11:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:11 smithi084 bash[13940]: audit 2024-01-13T09:11:11.329862+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:11:12.364 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Enabling the dashboard module... 2024-01-13T09:11:12.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-01-13T09:11:12.364 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-01-13T09:11:12.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:12 smithi084 bash[13940]: cephadm 2024-01-13T09:11:11.042085+0000 mgr.y (mgr.14117) 6 : cephadm [INF] Added host smithi084 2024-01-13T09:11:12.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:12 smithi084 bash[13940]: audit 2024-01-13T09:11:11.809903+0000 mon.a (mon.0) 64 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:11.807491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:11.809097\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-13T09:11:11.809221\", \"networks\": {}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:11:12.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:12 smithi084 bash[13940]: audit 2024-01-13T09:11:11.813712+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:11.807491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:11.809097\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-13T09:11:11.809221\", \"networks\": {}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:11:12.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:12 smithi084 bash[13940]: audit 2024-01-13T09:11:11.814565+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.14117 172.21.15.84:0/3769742978' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:11:14.739 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:14 smithi084 bash[13940]: audit 2024-01-13T09:11:14.158660+0000 mon.a (mon.0) 67 : audit [INF] from='client.? 172.21.15.84:0/3144124892' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-13T09:11:14.739 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:14 smithi084 bash[14195]: ignoring --setuser ceph since I am not root 2024-01-13T09:11:14.739 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:14 smithi084 bash[14195]: ignoring --setgroup ceph since I am not root 2024-01-13T09:11:15.245 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-01-13T09:11:15.245 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-01-13T09:11:15.268 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:15 smithi084 bash[13940]: audit 2024-01-13T09:11:14.213875+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.84:0/3144124892' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-13T09:11:15.268 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:15 smithi084 bash[13940]: cluster 2024-01-13T09:11:14.213975+0000 mon.a (mon.0) 69 : cluster [DBG] mgrmap e9: y(active, since 12s) 2024-01-13T09:11:16.890 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:16.890 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2024-01-13T09:11:16.890 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14117, 2024-01-13T09:11:16.890 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-01-13T09:11:16.890 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-01-13T09:11:16.890 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-13T09:11:16.890 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:16.890 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.84:6800", 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2157371365 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.84:6801", 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2157371365 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.84:6801/2157371365", 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-01-13T09:11:01.276108+0000", 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-13T09:11:16.891 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-01-13T09:11:16.892 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-13T09:11:16.892 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-13T09:11:16.892 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-01-13T09:11:16.892 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-13T09:11:16.893 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-13T09:11:16.893 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:16.893 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-01-13T09:11:16.893 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:16.893 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-01-13T09:11:17.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-13T09:11:17.247 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.248 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.249 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.250 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.251 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.252 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.253 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.255 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.256 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-01-13T09:11:17.257 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.259 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.260 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.261 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.262 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.263 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.264 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-13T09:11:17.265 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.", 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-13T09:11:17.266 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.267 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.268 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.269 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.270 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.271 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.272 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.273 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.274 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.275 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-13T09:11:17.276 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-13T09:11:17.277 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "If the number of PGs are within this count then no optimization is attempted", 2024-01-13T09:11:17.278 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.279 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.280 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.", 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.281 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.282 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-01-13T09:11:17.283 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.284 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.285 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.286 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.287 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.288 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.289 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.290 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-13T09:11:17.291 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.292 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.293 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected on a host that is not managed by cephadm", 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.294 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.295 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.296 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.297 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.298 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.299 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.300 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.301 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.302 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.303 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.304 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.305 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.306 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.307 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.308 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.309 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.310 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.311 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.312 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.313 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.314 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.315 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.316 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.317 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.318 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.319 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.320 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.321 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-13T09:11:17.322 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.323 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.324 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.325 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.326 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.327 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.328 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.329 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.330 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.331 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.332 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.333 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-01-13T09:11:17.334 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-01-13T09:11:17.335 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.336 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.337 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.338 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.339 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.340 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.341 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.342 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.343 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.344 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.345 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.346 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.347 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.348 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.349 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.350 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-13T09:11:17.351 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-13T09:11:17.352 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.353 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.354 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.355 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.356 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.357 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.358 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-01-13T09:11:17.359 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.360 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.361 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.362 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.363 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.364 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-01-13T09:11:17.365 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-01-13T09:11:17.366 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-01-13T09:11:17.367 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-01-13T09:11:17.368 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-01-13T09:11:17.369 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.370 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.371 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.372 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.373 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.374 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.375 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.376 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.377 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.378 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.379 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.380 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.381 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.382 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.383 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.384 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.385 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.386 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.387 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.388 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.389 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.390 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.391 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.392 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-13T09:11:17.393 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-01-13T09:11:17.394 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.395 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.396 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.397 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.398 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.399 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.400 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.401 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.402 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.403 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.404 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.405 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-01-13T09:11:17.406 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-01-13T09:11:17.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-13T09:11:17.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.408 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-01-13T09:11:17.409 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.410 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.411 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.412 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.413 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.414 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-01-13T09:11:17.415 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.417 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.418 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.419 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.420 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.421 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.422 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-01-13T09:11:17.423 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.424 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.425 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.426 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.427 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.428 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.429 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.430 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.431 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.432 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.433 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.434 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.435 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.436 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.437 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.438 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.439 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.440 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.441 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.442 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.443 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.444 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.445 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.446 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.447 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.448 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.449 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-01-13T09:11:17.450 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.451 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.452 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.453 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.454 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.455 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.456 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.457 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.458 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.459 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.460 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.461 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.462 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.463 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.464 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.465 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.466 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.467 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-13T09:11:17.468 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.469 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.470 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.471 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.472 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.473 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.474 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.475 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.476 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.477 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.478 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.479 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.480 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-01-13T09:11:17.481 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.482 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.483 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.484 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.485 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.486 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.487 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.488 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.489 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.490 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.491 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.492 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.493 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.494 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.495 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.496 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.497 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.498 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.499 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.500 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.501 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-13T09:11:17.502 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.503 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.504 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.505 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.506 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.507 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.508 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.509 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.510 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.511 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.512 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.513 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.514 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.515 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.516 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.517 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.518 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.519 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.520 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.521 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.522 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.523 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.524 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.525 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-13T09:11:17.526 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.527 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.528 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.529 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.530 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.531 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-01-13T09:11:17.532 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.533 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.534 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.535 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.536 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.537 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.538 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.539 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.540 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.541 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.542 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-13T09:11:17.543 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-13T09:11:17.544 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.545 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.546 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-13T09:11:17.547 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-01-13T09:11:17.548 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-01-13T09:11:17.549 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.84:0", 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2976264939 2024-01-13T09:11:17.550 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.84:0", 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2480788819 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:17.551 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-13T09:11:17.552 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.84:0", 2024-01-13T09:11:17.552 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2095249132 2024-01-13T09:11:17.552 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.552 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-13T09:11:17.552 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.552 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-13T09:11:17.552 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.552 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:17.552 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:16 smithi084 bash[13940]: audit 2024-01-13T09:11:16.891811+0000 mon.a (mon.0) 70 : audit [DBG] from='client.? 172.21.15.84:0/1239281043' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-01-13T09:11:17.706 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-01-13T09:11:17.707 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2024-01-13T09:11:17.707 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-01-13T09:11:17.707 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-01-13T09:11:18.946 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:11:18 smithi084 bash[14195]: Warning: Permanently added 'smithi084,172.21.15.84' (ECDSA) to the list of known hosts. 2024-01-13T09:11:19.623 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-13T09:11:19.623 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2024-01-13T09:11:19.623 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-01-13T09:11:19.623 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-13T09:11:19.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: cluster 2024-01-13T09:11:18.554870+0000 mon.a (mon.0) 71 : cluster [INF] Active manager daemon y restarted 2024-01-13T09:11:19.894 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: cluster 2024-01-13T09:11:18.555786+0000 mon.a (mon.0) 72 : cluster [INF] Activating manager daemon y 2024-01-13T09:11:19.894 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: cluster 2024-01-13T09:11:18.559668+0000 mon.a (mon.0) 73 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-13T09:11:19.894 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: cluster 2024-01-13T09:11:18.611780+0000 mon.a (mon.0) 74 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0561342s) 2024-01-13T09:11:19.894 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.615328+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:11:19.894 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.616826+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:11:19.894 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.617243+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:11:19.895 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.617562+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:11:19.895 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.618221+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:11:19.895 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.619774+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi084"}]: dispatch 2024-01-13T09:11:19.895 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.620357+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T09:11:19.895 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.620875+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T09:11:19.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.621420+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T09:11:19.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.621857+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:11:19.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.622248+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:11:19.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: cluster 2024-01-13T09:11:18.625489+0000 mon.a (mon.0) 86 : cluster [INF] Manager daemon y is now available 2024-01-13T09:11:19.896 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:19 smithi084 bash[13940]: audit 2024-01-13T09:11:18.687570+0000 mon.a (mon.0) 87 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-13T09:11:20.656 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-01-13T09:11:20.656 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-01-13T09:11:20.656 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-01-13T09:11:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:20 smithi084 bash[13940]: audit 2024-01-13T09:11:19.557412+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-13T09:11:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:20 smithi084 bash[13940]: audit 2024-01-13T09:11:19.562880+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:11:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:20 smithi084 bash[13940]: cluster 2024-01-13T09:11:19.615312+0000 mon.a (mon.0) 90 : cluster [DBG] mgrmap e11: y(active, since 1.05966s) 2024-01-13T09:11:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:20 smithi084 bash[13940]: audit 2024-01-13T09:11:20.010227+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009369\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009486\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-13T09:11:20.009596\", \"networks\": {}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:11:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:20 smithi084 bash[13940]: audit 2024-01-13T09:11:20.013026+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009369\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009486\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-13T09:11:20.009596\", \"networks\": {}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:11:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:20 smithi084 bash[13940]: audit 2024-01-13T09:11:20.013713+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:11:22.254 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-01-13T09:11:22.321 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:22 smithi084 bash[13940]: cluster 2024-01-13T09:11:21.018750+0000 mon.a (mon.0) 94 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-01-13T09:11:23.258 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Creating initial admin user... 2024-01-13T09:11:23.258 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'a6g0f3snpj', 'administrator', '--force-password', '--pwd-update-required'] 2024-01-13T09:11:23.258 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin a6g0f3snpj administrator --force-password --pwd-update-required 2024-01-13T09:11:23.284 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:23 smithi084 bash[13940]: audit 2024-01-13T09:11:22.199800+0000 mgr.y (mgr.14140) 1 : audit [DBG] from='client.14153 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:11:23.284 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:23 smithi084 bash[13940]: audit 2024-01-13T09:11:22.253415+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEGYv38rH7kZDkKUjEaqUcHowDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDExMzA5MTEy\nMloXDTM0MDExMDA5MTEyMlowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz5q02NPB\nqAOeDgNJrR2IPzGGj3T3xslujC+/+IeMjuodD32F0cT0Jw3PTXBXykQHjG2ejsvh\nWexwF5/Tacg2pHUOGn51GFDBhyJ4zWWHnNBEKTO8d6M2rgBEdOkZTN4NsNNPwIpG\nnZseLau0urxHG2PWL7an3N49IAbWIOVEwFfrT4PD2UdJglrNAw0qPENDbajPOGMU\neLimBF8WewrNgDB93rVT78lpw3PawM9neUpy1PLWvbADu+RqyuX1W3jibe7+EMkQ\nR4DzcHORl2O6MCqUEbXHETcnY+4SN5lVhKvRzub+OfsNCgCVH2ihcUM0LlPzT0bb\nHdBkqnHfojujnQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCLIkRu730nS+96uIWG\nAUd8EM0Okmef1ulkiZSAYXCNwjFjlMFLiKXuybnrGCOokojwgZ9GGRwsWeZ81gqF\nuIUNU8p6S5+5jO4ZvI+CEzK3hLIHwWQALN7wnXnUxArDfg7RlwcYC1qdtuYNdU26\nZMwsiPSWaTNoiL7Ozc2MOYdeguqRozKasA4OZ+J/qTkcAJdlTz9HFbAxYPQ5FUrV\n48UqRkdXHcMSrhg6B4nPsJEAvPeKsr7Lt0bNqgHjDz1JixjfaogyGBWCi9kfT+5m\n4rQ5zp3u8peJUBEm08k1pvDP2s7N+IVWkMk/DZU3syNlPSPjrw8XQHfDJ29Jaf/e\n4rUY\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-13T09:11:23.284 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:23 smithi084 bash[13940]: audit 2024-01-13T09:11:22.257252+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEGYv38rH7kZDkKUjEaqUcHowDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDExMzA5MTEy\nMloXDTM0MDExMDA5MTEyMlowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAz5q02NPB\nqAOeDgNJrR2IPzGGj3T3xslujC+/+IeMjuodD32F0cT0Jw3PTXBXykQHjG2ejsvh\nWexwF5/Tacg2pHUOGn51GFDBhyJ4zWWHnNBEKTO8d6M2rgBEdOkZTN4NsNNPwIpG\nnZseLau0urxHG2PWL7an3N49IAbWIOVEwFfrT4PD2UdJglrNAw0qPENDbajPOGMU\neLimBF8WewrNgDB93rVT78lpw3PawM9neUpy1PLWvbADu+RqyuX1W3jibe7+EMkQ\nR4DzcHORl2O6MCqUEbXHETcnY+4SN5lVhKvRzub+OfsNCgCVH2ihcUM0LlPzT0bb\nHdBkqnHfojujnQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCLIkRu730nS+96uIWG\nAUd8EM0Okmef1ulkiZSAYXCNwjFjlMFLiKXuybnrGCOokojwgZ9GGRwsWeZ81gqF\nuIUNU8p6S5+5jO4ZvI+CEzK3hLIHwWQALN7wnXnUxArDfg7RlwcYC1qdtuYNdU26\nZMwsiPSWaTNoiL7Ozc2MOYdeguqRozKasA4OZ+J/qTkcAJdlTz9HFbAxYPQ5FUrV\n48UqRkdXHcMSrhg6B4nPsJEAvPeKsr7Lt0bNqgHjDz1JixjfaogyGBWCi9kfT+5m\n4rQ5zp3u8peJUBEm08k1pvDP2s7N+IVWkMk/DZU3syNlPSPjrw8XQHfDJ29Jaf/e\n4rUY\n-----END CERTIFICATE-----\n"}]': finished 2024-01-13T09:11:23.284 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:23 smithi084 bash[13940]: audit 2024-01-13T09:11:22.258070+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDPmrTY08GoA54O\nA0mtHYg/MYaPdPfGyW6ML7/4h4yO6h0PfYXRxPQnDc9NcFfKRAeMbZ6Oy+FZ7HAX\nn9NpyDakdQ4afnUYUMGHInjNZYec0EQpM7x3ozauAER06RlM3g2w00/Aikadmx4t\nq7S6vEcbY9Yvtqfc3j0gBtYg5UTAV+tPg8PZR0mCWs0DDSo8Q0NtqM84YxR4uKYE\nXxZ7Cs2AMH3etVPvyWnDc9rAz2d5SnLU8ta9sAO75GrK5fVbeOJt7v4QyRBHgPNw\nc5GXY7owKpQRtccRNydj7hI3mVWEq9HO5v45+w0KAJUfaKFxQzQuU/NPRtsd0GSq\ncd+iO6OdAgMBAAECggEAGS79LShS35zAuZZwg42Hj5LkbdaUkAqzXFIWiYF37YY8\nzDo/13h63ZnxQcWVALZL7B8IEu5sgcoKtvLuZHCjIEQK1+/rKG3za/8khFYCo2Uo\nP49FF4Y3BdiGdWApb4eoRYD8tbCQbGH6wTOJEvXv8kSkINmZd1OGOrJZm1f0hRht\nFXjSz6xo2s456kzfqn8/1yCAJuECIwQRzK6h34mrpsRN3ro/EdnAh5mq5cUSfNbr\nYeiT6lW9uuDBTAEDEpdIr5OCbStfzDj5EI18os5W7jYVlUNHIJGSe+CoCziwxTY/\nmIWsQ6I1ntoxQ19wetWi/2XyidFB6Xo6S/Bw3GfOSQKBgQD6cwyLatUvQtfgUiUE\n9+XKI9/U6lt2Hr69BrW1pnR6Jzw3DxfkibMqa3OamXG9zM5E62xqdmkuXTG4671/\nox62kKLcOpfGnUR9EghgONeA98/jvBsnIT9XdU3H7Sa1GelecBHXYKuY65QM9sdS\njvCNjDIxQqeROjIFqFO53TVDQwKBgQDUNJJCp8n+tYbD+MEu4h8viQRxypx8Bi6Q\nq7pMWE4XkV9LB0FIHDDVW6pi0giUKoo2QgPy+qYVLEFXO6FPBultAxhqt+4FN9Ue\nigBgDT2IOWqaVGrC2TYettEcHj51+pob0pZl/FSAQbj5U/NMGx9DWxDB/hLmXRPI\nwHfFI3tfnwKBgFzBX1QDLRFj4C/kPHGqniBPSQbCBT2qBVpcsc+k5l6XSWXa4S5z\nETgUs6v+SHHS+FHuHykO0cWqHlAufvBWqXlT9/04dh3JASSRGSkJ5EaPgR8G+8dy\nONNbToNNAZjxD806FGGAHA12sk5a11dsOQszcSNtXEIdG4mc3eVoV+GhAoGAXAaU\nay2irsAAOpp1BKTxS0cLU2G/bRWtOfYPK66b5yKXBc2WpPP8xXokMQjOyZqNJ6yH\nU+cZAVOY3oCwmrnvnuPZweYT5dVpqf3E3eLADYSA037KcceK7dTwaFZBVh6gmHJB\n4OaFqr1Vv2KFvzp/21Dxun85qQcyXjwBdM/HYBcCgYEAgVxxfS1r2Q8myyXpJojj\nRqg7+vWzn5ZvIDiXGDFgExCTEWlzXSuJvbC0E172xdI4+NvvQj+mCiOlOS7PxvI1\n0ECKV7vQd/k+GV4A8DjFPSSqCXRD4ghqTy65TZv7ZXq3PZ5tTIc6ZuSsxMkfvbBc\nvWRkdnD5LUyk/klhsA2sOKM=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-13T09:11:23.285 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:23 smithi084 bash[13940]: audit 2024-01-13T09:11:22.261446+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDPmrTY08GoA54O\nA0mtHYg/MYaPdPfGyW6ML7/4h4yO6h0PfYXRxPQnDc9NcFfKRAeMbZ6Oy+FZ7HAX\nn9NpyDakdQ4afnUYUMGHInjNZYec0EQpM7x3ozauAER06RlM3g2w00/Aikadmx4t\nq7S6vEcbY9Yvtqfc3j0gBtYg5UTAV+tPg8PZR0mCWs0DDSo8Q0NtqM84YxR4uKYE\nXxZ7Cs2AMH3etVPvyWnDc9rAz2d5SnLU8ta9sAO75GrK5fVbeOJt7v4QyRBHgPNw\nc5GXY7owKpQRtccRNydj7hI3mVWEq9HO5v45+w0KAJUfaKFxQzQuU/NPRtsd0GSq\ncd+iO6OdAgMBAAECggEAGS79LShS35zAuZZwg42Hj5LkbdaUkAqzXFIWiYF37YY8\nzDo/13h63ZnxQcWVALZL7B8IEu5sgcoKtvLuZHCjIEQK1+/rKG3za/8khFYCo2Uo\nP49FF4Y3BdiGdWApb4eoRYD8tbCQbGH6wTOJEvXv8kSkINmZd1OGOrJZm1f0hRht\nFXjSz6xo2s456kzfqn8/1yCAJuECIwQRzK6h34mrpsRN3ro/EdnAh5mq5cUSfNbr\nYeiT6lW9uuDBTAEDEpdIr5OCbStfzDj5EI18os5W7jYVlUNHIJGSe+CoCziwxTY/\nmIWsQ6I1ntoxQ19wetWi/2XyidFB6Xo6S/Bw3GfOSQKBgQD6cwyLatUvQtfgUiUE\n9+XKI9/U6lt2Hr69BrW1pnR6Jzw3DxfkibMqa3OamXG9zM5E62xqdmkuXTG4671/\nox62kKLcOpfGnUR9EghgONeA98/jvBsnIT9XdU3H7Sa1GelecBHXYKuY65QM9sdS\njvCNjDIxQqeROjIFqFO53TVDQwKBgQDUNJJCp8n+tYbD+MEu4h8viQRxypx8Bi6Q\nq7pMWE4XkV9LB0FIHDDVW6pi0giUKoo2QgPy+qYVLEFXO6FPBultAxhqt+4FN9Ue\nigBgDT2IOWqaVGrC2TYettEcHj51+pob0pZl/FSAQbj5U/NMGx9DWxDB/hLmXRPI\nwHfFI3tfnwKBgFzBX1QDLRFj4C/kPHGqniBPSQbCBT2qBVpcsc+k5l6XSWXa4S5z\nETgUs6v+SHHS+FHuHykO0cWqHlAufvBWqXlT9/04dh3JASSRGSkJ5EaPgR8G+8dy\nONNbToNNAZjxD806FGGAHA12sk5a11dsOQszcSNtXEIdG4mc3eVoV+GhAoGAXAaU\nay2irsAAOpp1BKTxS0cLU2G/bRWtOfYPK66b5yKXBc2WpPP8xXokMQjOyZqNJ6yH\nU+cZAVOY3oCwmrnvnuPZweYT5dVpqf3E3eLADYSA037KcceK7dTwaFZBVh6gmHJB\n4OaFqr1Vv2KFvzp/21Dxun85qQcyXjwBdM/HYBcCgYEAgVxxfS1r2Q8myyXpJojj\nRqg7+vWzn5ZvIDiXGDFgExCTEWlzXSuJvbC0E172xdI4+NvvQj+mCiOlOS7PxvI1\n0ECKV7vQd/k+GV4A8DjFPSSqCXRD4ghqTy65TZv7ZXq3PZ5tTIc6ZuSsxMkfvbBc\nvWRkdnD5LUyk/klhsA2sOKM=\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-13T09:11:25.126 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$X1h/xE3khztdBQTEOK07X.ag4cAK8nlpO5Vri.P/dumk0TI2WzKHK", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1705137085, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-13T09:11:25.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:25 smithi084 bash[13940]: cluster 2024-01-13T09:11:24.613137+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-01-13T09:11:25.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:25 smithi084 bash[13940]: audit 2024-01-13T09:11:24.898582+0000 mgr.y (mgr.14140) 2 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "a6g0f3snpj", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:11:25.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:25 smithi084 bash[13940]: audit 2024-01-13T09:11:25.131236+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$X1h/xE3khztdBQTEOK07X.ag4cAK8nlpO5Vri.P/dumk0TI2WzKHK\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1705137085, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-01-13T09:11:25.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:25 smithi084 bash[13940]: audit 2024-01-13T09:11:25.134506+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$X1h/xE3khztdBQTEOK07X.ag4cAK8nlpO5Vri.P/dumk0TI2WzKHK\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1705137085, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-01-13T09:11:25.929 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Fetching dashboard port number... 2024-01-13T09:11:25.929 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:['/usr/bin/docker', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi084', '-v', '/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'config', 'get', 'mgr', 'mgr/dashboard/ssl_server_port'] 2024-01-13T09:11:25.929 INFO:teuthology.orchestra.run.smithi084.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=smithi084 -v /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmpqoy73tw9:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmp3_aorpl2:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 config get mgr mgr/dashboard/ssl_server_port 2024-01-13T09:11:26.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:26 smithi084 bash[13940]: audit 2024-01-13T09:11:26.643810+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:11:27.416 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-01-13T09:11:27.820 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:27 smithi084 bash[13940]: audit 2024-01-13T09:11:26.865389+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009369\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009486\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-13T09:11:20.009596\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:11:27.821 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:27 smithi084 bash[13940]: audit 2024-01-13T09:11:26.869291+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009369\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009486\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-13T09:11:20.009596\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:11:27.821 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:27 smithi084 bash[13940]: audit 2024-01-13T09:11:27.424054+0000 mon.a (mon.0) 105 : audit [DBG] from='client.? 172.21.15.84:0/3529172092' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-13T09:11:28.166 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-01-13T09:11:28.166 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-13T09:11:28.166 INFO:teuthology.orchestra.run.smithi084.stderr: URL: https://smithi084.front.sepia.ceph.com:8443/ 2024-01-13T09:11:28.166 INFO:teuthology.orchestra.run.smithi084.stderr: User: admin 2024-01-13T09:11:28.166 INFO:teuthology.orchestra.run.smithi084.stderr: Password: a6g0f3snpj 2024-01-13T09:11:28.166 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-13T09:11:28.166 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-01-13T09:11:28.166 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr: ceph telemetry on 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr:For more information see: 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr:INFO:cephadm:Bootstrap complete. 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Releasing lock 140173259278512 on /run/cephadm/82e68f94-b1f3-11ee-95ac-87774f69a715.lock 2024-01-13T09:11:28.167 INFO:teuthology.orchestra.run.smithi084.stderr:DEBUG:cephadm:Lock 140173259278512 released on /run/cephadm/82e68f94-b1f3-11ee-95ac-87774f69a715.lock 2024-01-13T09:11:28.194 INFO:tasks.cephadm:Fetching config... 2024-01-13T09:11:28.194 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:11:28.194 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-13T09:11:28.201 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-13T09:11:28.202 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:11:28.202 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-13T09:11:28.208 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-13T09:11:28.208 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:11:28.208 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/mon.a/keyring of=/dev/stdout 2024-01-13T09:11:28.264 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-13T09:11:28.265 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:11:28.265 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-13T09:11:28.271 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-13T09:11:28.272 DEBUG:teuthology.orchestra.run.smithi084:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgf1PLbtCdOIbnVQvXuSfANmUb3EEMeui03g0cY8KYK3MMyzyKupD96hs1mF/sxZiV3u+T2FeiM5rma3N51g6tv8WIaNRyQ1se188fg/yg247e18mddpNT/xx4J0Y5OGvr4BYTWrRHsxESP8MzhgLCUbwDJdkmOqkcruqqGXF+MmzvWU4SOviiWVG07Xujab35RgocNo000sj+cRBrR7lDc6K83my44EcAjZwh5f87fV6fwyQ41MWfGFNsVhsQFy3D1P0lXNTTv8K6y+RNtpgs2EFkOla3WVpyuyLCZd/PJgWzWc/kNQBZ+aYkRXYT2ta+e0jBvGsgJkU5Y0x5QjIdp/ttsoA9jTUBTpF0MRUh5v6Wy0PzyeytQepF6orcxMuZaiuA73iHD1MrLvr1Fix+u1pKCV1xhvLZbpdidyYNfsJqV6eTt2Q41t/uBNED5gXM1sM998muWKUMphzoqIloJYIlQbZ5Kgswwt7l/624VuuwrW8Q38njsDceqi0rA9M= ceph-82e68f94-b1f3-11ee-95ac-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-13T09:11:28.293 INFO:teuthology.orchestra.run.smithi084.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgf1PLbtCdOIbnVQvXuSfANmUb3EEMeui03g0cY8KYK3MMyzyKupD96hs1mF/sxZiV3u+T2FeiM5rma3N51g6tv8WIaNRyQ1se188fg/yg247e18mddpNT/xx4J0Y5OGvr4BYTWrRHsxESP8MzhgLCUbwDJdkmOqkcruqqGXF+MmzvWU4SOviiWVG07Xujab35RgocNo000sj+cRBrR7lDc6K83my44EcAjZwh5f87fV6fwyQ41MWfGFNsVhsQFy3D1P0lXNTTv8K6y+RNtpgs2EFkOla3WVpyuyLCZd/PJgWzWc/kNQBZ+aYkRXYT2ta+e0jBvGsgJkU5Y0x5QjIdp/ttsoA9jTUBTpF0MRUh5v6Wy0PzyeytQepF6orcxMuZaiuA73iHD1MrLvr1Fix+u1pKCV1xhvLZbpdidyYNfsJqV6eTt2Q41t/uBNED5gXM1sM998muWKUMphzoqIloJYIlQbZ5Kgswwt7l/624VuuwrW8Q38njsDceqi0rA9M= ceph-82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:11:28.301 DEBUG:teuthology.orchestra.run.smithi102:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgf1PLbtCdOIbnVQvXuSfANmUb3EEMeui03g0cY8KYK3MMyzyKupD96hs1mF/sxZiV3u+T2FeiM5rma3N51g6tv8WIaNRyQ1se188fg/yg247e18mddpNT/xx4J0Y5OGvr4BYTWrRHsxESP8MzhgLCUbwDJdkmOqkcruqqGXF+MmzvWU4SOviiWVG07Xujab35RgocNo000sj+cRBrR7lDc6K83my44EcAjZwh5f87fV6fwyQ41MWfGFNsVhsQFy3D1P0lXNTTv8K6y+RNtpgs2EFkOla3WVpyuyLCZd/PJgWzWc/kNQBZ+aYkRXYT2ta+e0jBvGsgJkU5Y0x5QjIdp/ttsoA9jTUBTpF0MRUh5v6Wy0PzyeytQepF6orcxMuZaiuA73iHD1MrLvr1Fix+u1pKCV1xhvLZbpdidyYNfsJqV6eTt2Q41t/uBNED5gXM1sM998muWKUMphzoqIloJYIlQbZ5Kgswwt7l/624VuuwrW8Q38njsDceqi0rA9M= ceph-82e68f94-b1f3-11ee-95ac-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-13T09:11:28.325 INFO:teuthology.orchestra.run.smithi102.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDgf1PLbtCdOIbnVQvXuSfANmUb3EEMeui03g0cY8KYK3MMyzyKupD96hs1mF/sxZiV3u+T2FeiM5rma3N51g6tv8WIaNRyQ1se188fg/yg247e18mddpNT/xx4J0Y5OGvr4BYTWrRHsxESP8MzhgLCUbwDJdkmOqkcruqqGXF+MmzvWU4SOviiWVG07Xujab35RgocNo000sj+cRBrR7lDc6K83my44EcAjZwh5f87fV6fwyQ41MWfGFNsVhsQFy3D1P0lXNTTv8K6y+RNtpgs2EFkOla3WVpyuyLCZd/PJgWzWc/kNQBZ+aYkRXYT2ta+e0jBvGsgJkU5Y0x5QjIdp/ttsoA9jTUBTpF0MRUh5v6Wy0PzyeytQepF6orcxMuZaiuA73iHD1MrLvr1Fix+u1pKCV1xhvLZbpdidyYNfsJqV6eTt2Q41t/uBNED5gXM1sM998muWKUMphzoqIloJYIlQbZ5Kgswwt7l/624VuuwrW8Q38njsDceqi0rA9M= ceph-82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:11:28.336 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi102 2024-01-13T09:11:28.336 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-01-13T09:11:28.336 DEBUG:teuthology.orchestra.run.smithi102:> dd of=/etc/ceph/ceph.conf 2024-01-13T09:11:28.343 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-01-13T09:11:28.343 DEBUG:teuthology.orchestra.run.smithi102:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-13T09:11:28.391 INFO:tasks.cephadm:Adding host smithi102 to orchestrator... 2024-01-13T09:11:28.391 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch host add smithi102 2024-01-13T09:11:39.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:39 smithi084 bash[13940]: cluster 2024-01-13T09:11:38.618439+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 2024-01-13T09:11:41.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:41 smithi084 bash[13940]: cluster 2024-01-13T09:11:40.618917+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 2024-01-13T09:11:43.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:43 smithi084 bash[13940]: cluster 2024-01-13T09:11:42.619365+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 2024-01-13T09:11:45.946 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:45 smithi084 bash[13940]: cluster 2024-01-13T09:11:44.619813+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 2024-01-13T09:11:47.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:47 smithi084 bash[13940]: cluster 2024-01-13T09:11:46.620237+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 2024-01-13T09:11:49.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:49 smithi084 bash[13940]: cluster 2024-01-13T09:11:48.620650+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 2024-01-13T09:11:51.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:51 smithi084 bash[13940]: cluster 2024-01-13T09:11:50.621123+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 2024-01-13T09:11:53.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:53 smithi084 bash[13940]: cluster 2024-01-13T09:11:52.621586+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 2024-01-13T09:11:55.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:55 smithi084 bash[13940]: cluster 2024-01-13T09:11:54.622060+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 2024-01-13T09:11:57.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:57 smithi084 bash[13940]: cluster 2024-01-13T09:11:56.622502+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 2024-01-13T09:11:59.946 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:11:59 smithi084 bash[13940]: cluster 2024-01-13T09:11:58.622930+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 2024-01-13T09:12:01.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:01 smithi084 bash[13940]: cluster 2024-01-13T09:12:00.623409+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 2024-01-13T09:12:03.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:03 smithi084 bash[13940]: cluster 2024-01-13T09:12:02.623840+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 2024-01-13T09:12:05.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:05 smithi084 bash[13940]: cluster 2024-01-13T09:12:04.624295+0000 mgr.y (mgr.14140) 16 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:06.697 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:12:06 smithi084 bash[14195]: Warning: Permanently added 'smithi102,172.21.15.102' (ECDSA) to the list of known hosts. 2024-01-13T09:12:07.293 INFO:teuthology.orchestra.run.smithi102.stdout:Added host 'smithi102' 2024-01-13T09:12:07.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: audit 2024-01-13T09:12:06.295365+0000 mgr.y (mgr.14140) 17 : audit [DBG] from='client.14159 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi102", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:12:07.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: cluster 2024-01-13T09:12:06.624882+0000 mgr.y (mgr.14140) 18 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:07.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: audit 2024-01-13T09:12:06.956075+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"smithi084\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:12:07.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: audit 2024-01-13T09:12:06.959903+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"smithi084\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-13T09:12:07.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: cephadm 2024-01-13T09:12:06.960802+0000 mgr.y (mgr.14140) 19 : cephadm [INF] Added host smithi102 2024-01-13T09:12:07.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: audit 2024-01-13T09:12:07.247711+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:07.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: audit 2024-01-13T09:12:07.251617+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:07.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: audit 2024-01-13T09:12:07.253095+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:12:07.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: audit 2024-01-13T09:12:07.479427+0000 mon.a (mon.0) 111 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-13T09:12:07.478782\", \"networks\": {}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:07.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: audit 2024-01-13T09:12:07.483283+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-13T09:12:07.478782\", \"networks\": {}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:07.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:07 smithi084 bash[13940]: audit 2024-01-13T09:12:07.484637+0000 mon.a (mon.0) 113 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:12:08.268 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch host ls --format=json 2024-01-13T09:12:09.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:09 smithi084 bash[13940]: cluster 2024-01-13T09:12:08.625385+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 2024-01-13T09:12:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:11 smithi084 bash[13940]: cluster 2024-01-13T09:12:10.625821+0000 mgr.y (mgr.14140) 21 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:12.047 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-01-13T09:12:12.048 INFO:teuthology.orchestra.run.smithi102.stdout:[{"addr": "smithi084", "hostname": "smithi084", "labels": [], "status": ""}, {"addr": "smithi102", "hostname": "smithi102", "labels": [], "status": ""}] 2024-01-13T09:12:12.732 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-13T09:12:12.733 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd crush tunables default 2024-01-13T09:12:12.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:12 smithi084 bash[13940]: audit 2024-01-13T09:12:12.053664+0000 mgr.y (mgr.14140) 22 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-13T09:12:13.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:13 smithi084 bash[13940]: cluster 2024-01-13T09:12:12.626233+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 2024-01-13T09:12:13.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:13 smithi084 bash[13940]: audit 2024-01-13T09:12:13.251601+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:12:13.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:13 smithi084 bash[13940]: audit 2024-01-13T09:12:13.485428+0000 mon.a (mon.0) 115 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-13T09:12:07.478782\", \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:13.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:13 smithi084 bash[13940]: audit 2024-01-13T09:12:13.489707+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-13T09:12:07.478782\", \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:15.684 INFO:teuthology.orchestra.run.smithi084.stderr:adjusted tunables profile to default 2024-01-13T09:12:15.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:15 smithi084 bash[13940]: cluster 2024-01-13T09:12:14.626666+0000 mgr.y (mgr.14140) 24 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:15.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:15 smithi084 bash[13940]: audit 2024-01-13T09:12:15.496432+0000 mon.a (mon.0) 117 : audit [INF] from='client.? 172.21.15.84:0/3631809413' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-13T09:12:16.425 INFO:tasks.cephadm:Adding mon.c on smithi084 2024-01-13T09:12:16.425 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch daemon add mon 'smithi084:[v2:172.21.15.84:3301,v1:172.21.15.84:6790]=c' 2024-01-13T09:12:16.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:16 smithi084 bash[13940]: audit 2024-01-13T09:12:15.687898+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.84:0/3631809413' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-13T09:12:16.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:16 smithi084 bash[13940]: cluster 2024-01-13T09:12:15.687968+0000 mon.a (mon.0) 119 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-13T09:12:17.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:17 smithi084 bash[13940]: cluster 2024-01-13T09:12:16.627170+0000 mgr.y (mgr.14140) 25 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:19.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:18 smithi084 bash[13940]: cluster 2024-01-13T09:12:18.691727+0000 mon.a (mon.0) 120 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-13T09:12:19.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:19 smithi084 bash[13940]: cluster 2024-01-13T09:12:18.627669+0000 mgr.y (mgr.14140) 26 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:19.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:19 smithi084 bash[13940]: audit 2024-01-13T09:12:19.280844+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:12:19.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:19 smithi084 bash[13940]: audit 2024-01-13T09:12:19.282472+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:19.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:19 smithi084 bash[13940]: audit 2024-01-13T09:12:19.284281+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-01-13T09:12:21.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:20 smithi084 bash[13940]: audit 2024-01-13T09:12:19.276853+0000 mgr.y (mgr.14140) 27 : audit [DBG] from='client.14165 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi084:[v2:172.21.15.84:3301,v1:172.21.15.84:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:12:21.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:20 smithi084 bash[13940]: cephadm 2024-01-13T09:12:19.283711+0000 mgr.y (mgr.14140) 28 : cephadm [INF] Deploying daemon mon.c on smithi084 2024-01-13T09:12:22.016 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:21 smithi084 bash[13940]: cluster 2024-01-13T09:12:20.628182+0000 mgr.y (mgr.14140) 29 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:23.278 INFO:teuthology.orchestra.run.smithi084.stdout:Deployed mon.c on host 'smithi084' 2024-01-13T09:12:23.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:23 smithi084 bash[13940]: cluster 2024-01-13T09:12:22.628708+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 2024-01-13T09:12:23.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:23 smithi084 bash[13940]: audit 2024-01-13T09:12:23.265660+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009369\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009486\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:12:23.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:23 smithi084 bash[13940]: audit 2024-01-13T09:12:23.266258+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:12:23.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:23 smithi084 bash[13940]: audit 2024-01-13T09:12:23.269729+0000 mon.a (mon.0) 126 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009369\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:11:20.009486\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:12:24.731 DEBUG:teuthology.orchestra.run.smithi084:mon.c> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.c.service 2024-01-13T09:12:24.755 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-13T09:12:24.756 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T09:12:25.037 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:24 smithi084 bash[13940]: audit 2024-01-13T09:12:24.194998+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193210\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193424\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193552\", \"created\": \"2024-01-13T09:12:23.244203\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}}, \"last_daemon_update\": \"2024-01-13T09:12:24.193754\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:12:25.037 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:24 smithi084 bash[13940]: audit 2024-01-13T09:12:24.199044+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193210\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193424\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193552\", \"created\": \"2024-01-13T09:12:23.244203\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}}, \"last_daemon_update\": \"2024-01-13T09:12:24.193754\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:12:25.735 INFO:journalctl@ceph.mon.c.smithi084.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:12:25.735 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.324+0000 7f2bd0b496c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T09:12:25.735 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.324+0000 7f2bd0b496c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-01-13T09:12:25.735 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.324+0000 7f2bd0b496c0 0 pidfile_write: ignore empty --pid-file 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 0 load: jerasure load: lrc load: isa 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 0 set rocksdb option compression = kNoCompression 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 0 set rocksdb option compression = kNoCompression 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 1 rocksdb: do_open column families: [default] 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Compile date Mar 23 2020 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: DB SUMMARY 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: CURRENT file: CURRENT 2024-01-13T09:12:25.736 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: IDENTITY file: IDENTITY 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: MANIFEST file: MANIFEST-000001 size: 13 Bytes 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 0, files: 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000003.log size: 489 ; 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.error_if_exists: 0 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.create_if_missing: 0 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.env: 0x55b3466601a0 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.info_log: 0x55b3470ee9a0 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.statistics: (nil) 2024-01-13T09:12:25.737 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.use_fsync: 0 2024-01-13T09:12:25.738 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T09:12:25.738 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T09:12:25.738 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T09:12:25.738 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T09:12:25.738 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T09:12:25.738 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T09:12:25.738 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T09:12:25.738 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.db_log_dir: 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T09:12:25.739 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.write_buffer_manager: 0x55b347c88b10 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T09:12:25.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.row_cache: None 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.wal_filter: None 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.two_write_queues: 0 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.atomic_flush: 0 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T09:12:25.741 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_open_files: -1 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Compression algorithms supported: 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: kZSTD supported: 0 2024-01-13T09:12:25.742 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: kXpressCompression supported: 0 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: kZlibCompression supported: 1 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.merge_operator: 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_filter: None 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T09:12:25.743 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T09:12:25.744 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55b34700e138) 2024-01-13T09:12:25.744 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: cache_index_and_filter_blocks: 1 2024-01-13T09:12:25.744 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: cache_index_and_filter_blocks_with_high_priority: 1 2024-01-13T09:12:25.744 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T09:12:25.744 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: pin_top_level_index_and_filter: 1 2024-01-13T09:12:25.744 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: index_type: 0 2024-01-13T09:12:25.744 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: data_block_index_type: 0 2024-01-13T09:12:25.744 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: data_block_hash_table_util_ratio: 0.750000 2024-01-13T09:12:25.744 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: hash_index_allow_collision: 1 2024-01-13T09:12:25.745 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: checksum: 1 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: no_block_cache: 0 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: block_cache: 0x55b347044610 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: block_cache_name: BinnedLRUCache 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: block_cache_options: 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: capacity : 536870912 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: num_shard_bits : 4 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: strict_capacity_limit : 0 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: high_pri_pool_ratio: 0.000 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: block_cache_compressed: (nil) 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: persistent_cache: (nil) 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: block_size: 4096 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: block_size_deviation: 10 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: block_restart_interval: 16 2024-01-13T09:12:25.746 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: index_block_restart_interval: 1 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: metadata_block_size: 4096 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: partition_filters: 0 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: use_delta_encoding: 1 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: whole_key_filtering: 1 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: verify_compression: 0 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: read_amp_bytes_per_bit: 0 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: format_version: 2 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: enable_index_compression: 1 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: block_align: 0 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compression: NoCompression 2024-01-13T09:12:25.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.num_levels: 7 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T09:12:25.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T09:12:25.749 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T09:12:25.750 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.table_properties_collectors: 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.bloom_locality: 0 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T09:12:25.751 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.328+0000 7f2bd0b496c0 4 rocksdb: Options.ttl: 0 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bd0b496c0 4 rocksdb: [db/version_set.cc:3757] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000001 succeeded,manifest_file_number is 1, next_file_number is 3, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bd0b496c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bd0b496c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137145333249, "job": 1, "event": "recovery_started", "log_files": [3]} 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bd0b496c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #3 mode 2 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bd0b496c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137145333815, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 4, "file_size": 1403, "table_properties": {"data_size": 501, "index_size": 28, "filter_size": 69, "raw_key_size": 115, "raw_average_key_size": 23, "raw_value_size": 379, "raw_average_value_size": 75, "num_data_blocks": 1, "num_entries": 5, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bd0b496c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 5 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bd0b496c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137145334344, "job": 1, "event": "recovery_finished"} 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bd0b496c0 4 rocksdb: DB pointer 0x55b3470e0400 2024-01-13T09:12:25.752 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bb7c96700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bb7c96700 4 rocksdb: [db/db_impl.cc:778] 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ** DB Stats ** 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ** Compaction Stats [default] ** 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: 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.7 0.00 0.00 1 0.000 0 0 2024-01-13T09:12:25.753 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: 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.7 0.00 0.00 1 0.000 0 0 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: 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.7 0.00 0.00 1 0.000 0 0 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ** Compaction Stats [default] ** 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: 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.7 0.00 0.00 1 0.000 0 0 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Cumulative compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Interval compaction: 0.00 GB write, 0.26 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:12:25.754 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ** Compaction Stats [default] ** 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: 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.7 0.00 0.00 1 0.000 0 0 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: 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.7 0.00 0.00 1 0.000 0 0 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ** Compaction Stats [default] ** 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: 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.7 0.00 0.00 1 0.000 0 0 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-13T09:12:25.755 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Cumulative compaction: 0.00 GB write, 0.25 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.332+0000 7f2bd0b496c0 0 mon.c does not exist in monmap, will attempt to join an existing cluster 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.336+0000 7f2bd0b496c0 0 using public_addrv [v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0] 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.336+0000 7f2bd0b496c0 0 starting mon.c rank -1 at public addrs [v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0] at bind addrs [v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.340+0000 7f2bd0b496c0 1 mon.c@-1(???) e0 preinit fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.364+0000 7f2bba49b700 0 mon.c@-1(synchronizing).mds e1 new map 2024-01-13T09:12:25.756 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.364+0000 7f2bba49b700 0 mon.c@-1(synchronizing).mds e1 print_map 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: e1 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: legacy client fscid: -1 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: No filesystems configured 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.364+0000 7f2bba49b700 1 mon.c@-1(synchronizing).osd e0 _set_cache_ratios kv ratio 0.25 inc ratio 0.375 full ratio 0.375 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.364+0000 7f2bba49b700 1 mon.c@-1(synchronizing).osd e0 register_cache_with_pcm pcm target: 2147483648 pcm max: 1020054732 pcm min: 134217728 inc_osd_cache size: 1 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 1 mon.c@-1(synchronizing).osd e1 e1: 0 total, 0 up, 0 in 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 1 mon.c@-1(synchronizing).osd e2 e2: 0 total, 0 up, 0 in 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 1 mon.c@-1(synchronizing).osd e3 e3: 0 total, 0 up, 0 in 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 1 mon.c@-1(synchronizing).osd e4 e4: 0 total, 0 up, 0 in 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 1 mon.c@-1(synchronizing).osd e5 e5: 0 total, 0 up, 0 in 2024-01-13T09:12:25.757 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 1 mon.c@-1(synchronizing).osd e6 e6: 0 total, 0 up, 0 in 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 0 mon.c@-1(synchronizing).osd e6 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 0 mon.c@-1(synchronizing).osd e6 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: audit 2024-01-13T09:12:24.194998+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193210\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193424\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193552\", \"created\": \"2024-01-13T09:12:23.244203\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}}, \"last_daemon_update\": \"2024-01-13T09:12:24.193754\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: audit 2024-01-13T09:12:24.199044+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193210\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193424\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193552\", \"created\": \"2024-01-13T09:12:23.244203\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}}, \"last_daemon_update\": \"2024-01-13T09:12:24.193754\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 1 mon.c@-1(synchronizing).paxosservice(auth 1..4) refresh upgraded, format 0 -> 3 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 10 mon.c@-1(synchronizing) e1 handle_conf_change mon_allow_pool_delete 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta expand map: {default=false} 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta from 'false' to 'false' 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta expanded map: {default=false} 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta expand map: {default=info} 2024-01-13T09:12:25.758 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta from 'info' to 'info' 2024-01-13T09:12:25.759 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta expanded map: {default=info} 2024-01-13T09:12:25.759 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta expand map: {default=daemon} 2024-01-13T09:12:25.759 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-13T09:12:25.759 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta expanded map: {default=daemon} 2024-01-13T09:12:25.759 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta expand map: {default=debug} 2024-01-13T09:12:25.759 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta from 'debug' to 'debug' 2024-01-13T09:12:25.759 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:25 smithi084 bash[17496]: debug 2024-01-13T09:12:25.368+0000 7f2bba49b700 20 expand_channel_meta expanded map: {default=debug} 2024-01-13T09:12:30.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[13940]: cluster 2024-01-13T09:12:25.379220+0000 mon.a (mon.0) 129 : cluster [INF] mon.a calling monitor election 2024-01-13T09:12:30.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[13940]: cluster 2024-01-13T09:12:26.629861+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 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[13940]: cluster 2024-01-13T09:12:27.377122+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[13940]: cluster 2024-01-13T09:12:28.630361+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 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[13940]: cluster 2024-01-13T09:12:30.402767+0000 mon.a (mon.0) 130 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[13940]: cluster 2024-01-13T09:12:30.416958+0000 mon.a (mon.0) 131 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[13940]: cluster 2024-01-13T09:12:30.417074+0000 mon.a (mon.0) 132 : cluster [DBG] fsmap 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[13940]: cluster 2024-01-13T09:12:30.417158+0000 mon.a (mon.0) 133 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[13940]: cluster 2024-01-13T09:12:30.417511+0000 mon.a (mon.0) 134 : cluster [DBG] mgrmap e13: y(active, since 71s) 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[13940]: cluster 2024-01-13T09:12:30.428064+0000 mon.a (mon.0) 135 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[17496]: cluster 2024-01-13T09:12:25.379220+0000 mon.a (mon.0) 129 : cluster [INF] mon.a calling monitor election 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[17496]: cluster 2024-01-13T09:12:26.629861+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 2024-01-13T09:12:30.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[17496]: cluster 2024-01-13T09:12:27.377122+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-13T09:12:30.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[17496]: cluster 2024-01-13T09:12:28.630361+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 2024-01-13T09:12:30.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[17496]: cluster 2024-01-13T09:12:30.402767+0000 mon.a (mon.0) 130 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-13T09:12:30.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[17496]: cluster 2024-01-13T09:12:30.416958+0000 mon.a (mon.0) 131 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} 2024-01-13T09:12:30.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[17496]: cluster 2024-01-13T09:12:30.417074+0000 mon.a (mon.0) 132 : cluster [DBG] fsmap 2024-01-13T09:12:30.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[17496]: cluster 2024-01-13T09:12:30.417158+0000 mon.a (mon.0) 133 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-13T09:12:30.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[17496]: cluster 2024-01-13T09:12:30.417511+0000 mon.a (mon.0) 134 : cluster [DBG] mgrmap e13: y(active, since 71s) 2024-01-13T09:12:30.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:30 smithi084 bash[17496]: cluster 2024-01-13T09:12:30.428064+0000 mon.a (mon.0) 135 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2024-01-13T09:12:31.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:31 smithi084 bash[13940]: cluster 2024-01-13T09:12:30.630983+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:31.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:31 smithi084 bash[17496]: cluster 2024-01-13T09:12:30.630983+0000 mgr.y (mgr.14140) 34 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:31.956 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-13T09:12:31.956 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":2,"fsid":"82e68f94-b1f3-11ee-95ac-87774f69a715","modified":"2024-01-13T09:12:25.375207Z","created":"2024-01-13T09:10:35.422210Z","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.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3301","nonce":0},{"type":"v1","addr":"172.21.15.84:6790","nonce":0}]},"addr":"172.21.15.84:6790/0","public_addr":"172.21.15.84:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-01-13T09:12:31.959 INFO:teuthology.orchestra.run.smithi084.stderr:dumped monmap epoch 2 2024-01-13T09:12:32.710 INFO:tasks.cephadm:Adding mon.b on smithi102 2024-01-13T09:12:32.711 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch daemon add mon smithi102:172.21.15.102=b 2024-01-13T09:12:32.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:32 smithi084 bash[13940]: audit 2024-01-13T09:12:31.964462+0000 mon.a (mon.0) 136 : audit [DBG] from='client.? 172.21.15.84:0/3952115016' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T09:12:32.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:32 smithi084 bash[17496]: audit 2024-01-13T09:12:31.964462+0000 mon.a (mon.0) 136 : audit [DBG] from='client.? 172.21.15.84:0/3952115016' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T09:12:33.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:33 smithi084 bash[13940]: cluster 2024-01-13T09:12:32.631535+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:33.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:33 smithi084 bash[17496]: cluster 2024-01-13T09:12:32.631535+0000 mgr.y (mgr.14140) 35 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:35.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:35 smithi084 bash[13940]: cluster 2024-01-13T09:12:34.632050+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:35.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:35 smithi084 bash[13940]: audit 2024-01-13T09:12:35.371427+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:12:35.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:35 smithi084 bash[13940]: audit 2024-01-13T09:12:35.373328+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:35.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:35 smithi084 bash[13940]: audit 2024-01-13T09:12:35.375364+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-01-13T09:12:35.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:35 smithi084 bash[17496]: cluster 2024-01-13T09:12:34.632050+0000 mgr.y (mgr.14140) 36 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:35.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:35 smithi084 bash[17496]: audit 2024-01-13T09:12:35.371427+0000 mon.a (mon.0) 137 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:12:35.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:35 smithi084 bash[17496]: audit 2024-01-13T09:12:35.373328+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:35.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:35 smithi084 bash[17496]: audit 2024-01-13T09:12:35.375364+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-01-13T09:12:36.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:36 smithi084 bash[17496]: audit 2024-01-13T09:12:35.368795+0000 mgr.y (mgr.14140) 37 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi102:172.21.15.102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:12:36.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:36 smithi084 bash[17496]: cephadm 2024-01-13T09:12:35.374782+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-01-13T09:12:36.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:36 smithi084 bash[13940]: audit 2024-01-13T09:12:35.368795+0000 mgr.y (mgr.14140) 37 : audit [DBG] from='client.14172 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi102:172.21.15.102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:12:36.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:36 smithi084 bash[13940]: cephadm 2024-01-13T09:12:35.374782+0000 mgr.y (mgr.14140) 38 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-01-13T09:12:37.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:37 smithi084 bash[17496]: cluster 2024-01-13T09:12:36.632574+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 2024-01-13T09:12:37.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:37 smithi084 bash[13940]: cluster 2024-01-13T09:12:36.632574+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 2024-01-13T09:12:39.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:39 smithi084 bash[13940]: cluster 2024-01-13T09:12:38.633165+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 2024-01-13T09:12:39.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:39 smithi084 bash[13940]: audit 2024-01-13T09:12:39.582235+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:39.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:39 smithi084 bash[13940]: audit 2024-01-13T09:12:39.583100+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:12:39.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:39 smithi084 bash[13940]: audit 2024-01-13T09:12:39.588683+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:39.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:39 smithi084 bash[17496]: cluster 2024-01-13T09:12:38.633165+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 2024-01-13T09:12:39.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:39 smithi084 bash[17496]: audit 2024-01-13T09:12:39.582235+0000 mon.a (mon.0) 140 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:39.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:39 smithi084 bash[17496]: audit 2024-01-13T09:12:39.583100+0000 mon.a (mon.0) 141 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:12:39.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:39 smithi084 bash[17496]: audit 2024-01-13T09:12:39.588683+0000 mon.a (mon.0) 142 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:40.371 INFO:teuthology.orchestra.run.smithi102.stdout:Deployed mon.b on host 'smithi102' 2024-01-13T09:12:41.112 DEBUG:teuthology.orchestra.run.smithi102:mon.b> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.b.service 2024-01-13T09:12:41.115 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-01-13T09:12:41.115 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph mon dump -f json 2024-01-13T09:12:41.732 INFO:journalctl@ceph.mon.b.smithi102.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:12:45.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:40.574292+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2024-01-13T09:12:45.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:40.575611+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-13T09:12:45.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:40.633621+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 2024-01-13T09:12:45.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:42.569790+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-13T09:12:45.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:42.634106+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 2024-01-13T09:12:45.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:44.634564+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 2024-01-13T09:12:45.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:45.578528+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-13T09:12:45.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:45.601204+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:12:45.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:45.611989+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} 2024-01-13T09:12:45.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:45.612107+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-13T09:12:45.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:45.612166+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-13T09:12:45.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:45.612500+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 87s) 2024-01-13T09:12:45.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[17496]: cluster 2024-01-13T09:12:45.619431+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2024-01-13T09:12:45.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:40.574292+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2024-01-13T09:12:45.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:40.575611+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-13T09:12:45.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:40.633621+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 2024-01-13T09:12:45.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:42.569790+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-13T09:12:45.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:42.634106+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 2024-01-13T09:12:45.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:44.634564+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 2024-01-13T09:12:45.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:45.578528+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-13T09:12:45.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:45.601204+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:12:45.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:45.611989+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} 2024-01-13T09:12:45.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:45.612107+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-13T09:12:45.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:45.612166+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-13T09:12:45.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:45.612500+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 87s) 2024-01-13T09:12:45.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:45 smithi084 bash[13940]: cluster 2024-01-13T09:12:45.619431+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2024-01-13T09:12:46.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:40.574292+0000 mon.a (mon.0) 145 : cluster [INF] mon.a calling monitor election 2024-01-13T09:12:46.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:40.575611+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-13T09:12:46.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:40.633621+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 2024-01-13T09:12:46.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:42.569790+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-13T09:12:46.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:42.634106+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 2024-01-13T09:12:46.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:44.634564+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 2024-01-13T09:12:46.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:45.578528+0000 mon.a (mon.0) 146 : cluster [INF] mon.a calling monitor election 2024-01-13T09:12:46.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:45.601204+0000 mon.a (mon.0) 147 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:12:46.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:45.611989+0000 mon.a (mon.0) 148 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} 2024-01-13T09:12:46.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:45.612107+0000 mon.a (mon.0) 149 : cluster [DBG] fsmap 2024-01-13T09:12:46.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:45.612166+0000 mon.a (mon.0) 150 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-13T09:12:46.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:45.612500+0000 mon.a (mon.0) 151 : cluster [DBG] mgrmap e13: y(active, since 87s) 2024-01-13T09:12:46.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:45 smithi102 bash[13966]: cluster 2024-01-13T09:12:45.619431+0000 mon.a (mon.0) 152 : cluster [WRN] overall HEALTH_WARN Reduced data availability: 1 pg inactive 2024-01-13T09:12:46.218 INFO:teuthology.orchestra.run.smithi102.stdout: 2024-01-13T09:12:46.218 INFO:teuthology.orchestra.run.smithi102.stdout:{"epoch":3,"fsid":"82e68f94-b1f3-11ee-95ac-87774f69a715","modified":"2024-01-13T09:12:40.567763Z","created":"2024-01-13T09:10:35.422210Z","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.84:3300","nonce":0},{"type":"v1","addr":"172.21.15.84:6789","nonce":0}]},"addr":"172.21.15.84:6789/0","public_addr":"172.21.15.84:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:3301","nonce":0},{"type":"v1","addr":"172.21.15.84:6790","nonce":0}]},"addr":"172.21.15.84:6790/0","public_addr":"172.21.15.84:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:3300","nonce":0},{"type":"v1","addr":"172.21.15.102:6789","nonce":0}]},"addr":"172.21.15.102:6789/0","public_addr":"172.21.15.102:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-01-13T09:12:46.220 INFO:teuthology.orchestra.run.smithi102.stderr:dumped monmap epoch 3 2024-01-13T09:12:46.862 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-13T09:12:46.862 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph config generate-minimal-conf 2024-01-13T09:12:46.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:46 smithi084 bash[13940]: audit 2024-01-13T09:12:46.225811+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.102:0/3782816423' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T09:12:46.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:46 smithi084 bash[17496]: audit 2024-01-13T09:12:46.225811+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.102:0/3782816423' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T09:12:47.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:46 smithi102 bash[13966]: audit 2024-01-13T09:12:46.225811+0000 mon.a (mon.0) 153 : audit [DBG] from='client.? 172.21.15.102:0/3782816423' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-13T09:12:47.934 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:47 smithi084 bash[13940]: cluster 2024-01-13T09:12:46.635042+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 2024-01-13T09:12:47.934 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:47 smithi084 bash[17496]: cluster 2024-01-13T09:12:46.635042+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 2024-01-13T09:12:48.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:47 smithi102 bash[13966]: cluster 2024-01-13T09:12:46.635042+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 2024-01-13T09:12:49.762 INFO:teuthology.orchestra.run.smithi084.stdout:# minimal ceph.conf for 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:12:49.762 INFO:teuthology.orchestra.run.smithi084.stdout:[global] 2024-01-13T09:12:49.762 INFO:teuthology.orchestra.run.smithi084.stdout: fsid = 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:12:49.762 INFO:teuthology.orchestra.run.smithi084.stdout: mon_host = [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] [v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0] 2024-01-13T09:12:49.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:49 smithi084 bash[13940]: cluster 2024-01-13T09:12:48.635568+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 2024-01-13T09:12:49.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:49 smithi084 bash[17496]: cluster 2024-01-13T09:12:48.635568+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 2024-01-13T09:12:50.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:49 smithi102 bash[13966]: cluster 2024-01-13T09:12:48.635568+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 2024-01-13T09:12:50.529 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-13T09:12:50.529 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:12:50.529 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.conf 2024-01-13T09:12:50.540 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:12:50.540 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-13T09:12:50.551 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-01-13T09:12:50.552 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/ceph/ceph.conf 2024-01-13T09:12:50.568 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-01-13T09:12:50.569 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-13T09:12:50.579 INFO:tasks.cephadm:Adding mgr.y on smithi084 2024-01-13T09:12:50.579 INFO:tasks.cephadm:Adding mgr.x on smithi102 2024-01-13T09:12:50.579 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch apply mgr '2;smithi084=y;smithi102=x' 2024-01-13T09:12:50.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:50 smithi102 bash[13966]: audit 2024-01-13T09:12:49.769980+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.84:0/425277506' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:50.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:50 smithi084 bash[13940]: audit 2024-01-13T09:12:49.769980+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.84:0/425277506' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:50.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:50 smithi084 bash[17496]: audit 2024-01-13T09:12:49.769980+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.84:0/425277506' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:51.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:51 smithi084 bash[13940]: cluster 2024-01-13T09:12:50.636060+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:51.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:51 smithi084 bash[17496]: cluster 2024-01-13T09:12:50.636060+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:52.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:51 smithi102 bash[13966]: cluster 2024-01-13T09:12:50.636060+0000 mgr.y (mgr.14140) 46 : cluster [DBG] pgmap v40: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:53.261 INFO:teuthology.orchestra.run.smithi102.stdout:Scheduled mgr update... 2024-01-13T09:12:53.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:53 smithi102 bash[13966]: cluster 2024-01-13T09:12:52.636562+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:53.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:53 smithi102 bash[13966]: audit 2024-01-13T09:12:53.260163+0000 mgr.y (mgr.14140) 48 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi084=y;smithi102=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:12:53.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:53 smithi102 bash[13966]: cephadm 2024-01-13T09:12:53.261327+0000 mgr.y (mgr.14140) 49 : cephadm [INF] Saving service mgr spec with placement count:2 smithi084=y,smithi102=x 2024-01-13T09:12:53.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:53 smithi102 bash[13966]: audit 2024-01-13T09:12:53.262119+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-13T09:12:53.261353\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-13T09:12:53.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:53 smithi102 bash[13966]: audit 2024-01-13T09:12:53.267356+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-13T09:12:53.261353\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-13T09:12:53.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:53 smithi102 bash[13966]: audit 2024-01-13T09:12:53.271174+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:12:53.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:53 smithi102 bash[13966]: audit 2024-01-13T09:12:53.278850+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-13T09:12:53.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:53 smithi102 bash[13966]: audit 2024-01-13T09:12:53.280245+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:53.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:53 smithi102 bash[13966]: audit 2024-01-13T09:12:53.281735+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-13T09:12:54.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[13940]: cluster 2024-01-13T09:12:52.636562+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:54.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[13940]: audit 2024-01-13T09:12:53.260163+0000 mgr.y (mgr.14140) 48 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi084=y;smithi102=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:12:54.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[13940]: cephadm 2024-01-13T09:12:53.261327+0000 mgr.y (mgr.14140) 49 : cephadm [INF] Saving service mgr spec with placement count:2 smithi084=y,smithi102=x 2024-01-13T09:12:54.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[13940]: audit 2024-01-13T09:12:53.262119+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-13T09:12:53.261353\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-13T09:12:54.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[13940]: audit 2024-01-13T09:12:53.267356+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-13T09:12:53.261353\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-13T09:12:54.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[13940]: audit 2024-01-13T09:12:53.271174+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:12:54.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[13940]: audit 2024-01-13T09:12:53.278850+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-13T09:12:54.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[13940]: audit 2024-01-13T09:12:53.280245+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:54.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[13940]: audit 2024-01-13T09:12:53.281735+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-13T09:12:54.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[17496]: cluster 2024-01-13T09:12:52.636562+0000 mgr.y (mgr.14140) 47 : cluster [DBG] pgmap v41: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:54.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[17496]: audit 2024-01-13T09:12:53.260163+0000 mgr.y (mgr.14140) 48 : audit [DBG] from='client.34103 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi084=y;smithi102=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:12:54.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[17496]: cephadm 2024-01-13T09:12:53.261327+0000 mgr.y (mgr.14140) 49 : cephadm [INF] Saving service mgr spec with placement count:2 smithi084=y,smithi102=x 2024-01-13T09:12:54.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[17496]: audit 2024-01-13T09:12:53.262119+0000 mon.a (mon.0) 155 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-13T09:12:53.261353\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-13T09:12:54.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[17496]: audit 2024-01-13T09:12:53.267356+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-13T09:12:53.261353\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-13T09:12:54.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[17496]: audit 2024-01-13T09:12:53.271174+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:12:54.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[17496]: audit 2024-01-13T09:12:53.278850+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-13T09:12:54.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[17496]: audit 2024-01-13T09:12:53.280245+0000 mon.a (mon.0) 159 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:54.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:53 smithi084 bash[17496]: audit 2024-01-13T09:12:53.281735+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-13T09:12:54.231 DEBUG:teuthology.orchestra.run.smithi102:mgr.x> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.x.service 2024-01-13T09:12:54.233 INFO:tasks.cephadm:Deploying OSDs... 2024-01-13T09:12:54.233 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:12:54.233 DEBUG:teuthology.orchestra.run.smithi084:> dd if=/scratch_devs of=/dev/stdout 2024-01-13T09:12:54.241 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-13T09:12:54.241 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_1 2024-01-13T09:12:54.291 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-13T09:12:54.291 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T09:12:54.291 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 361 Links: 1 2024-01-13T09:12:54.291 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T09:12:54.292 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-01-13 09:08:14.760472695 +0000 2024-01-13T09:12:54.292 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-01-13 09:08:14.756472787 +0000 2024-01-13T09:12:54.292 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-01-13 09:08:14.756472787 +0000 2024-01-13T09:12:54.292 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2024-01-13T09:12:54.292 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-13T09:12:54.305 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-01-13T09:12:54.306 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-01-13T09:12:54.306 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000430763 s, 1.2 MB/s 2024-01-13T09:12:54.307 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-13T09:12:54.316 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_2 2024-01-13T09:12:54.367 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-13T09:12:54.367 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T09:12:54.367 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 364 Links: 1 2024-01-13T09:12:54.367 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T09:12:54.367 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-01-13 09:08:15.392458128 +0000 2024-01-13T09:12:54.367 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-01-13 09:08:15.168463291 +0000 2024-01-13T09:12:54.367 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-01-13 09:08:15.168463291 +0000 2024-01-13T09:12:54.367 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2024-01-13T09:12:54.368 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-13T09:12:54.382 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-01-13T09:12:54.383 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-01-13T09:12:54.383 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000409904 s, 1.2 MB/s 2024-01-13T09:12:54.384 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-13T09:12:54.393 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_3 2024-01-13T09:12:54.443 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-13T09:12:54.443 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T09:12:54.443 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 371 Links: 1 2024-01-13T09:12:54.443 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T09:12:54.443 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-01-13 09:08:15.844447709 +0000 2024-01-13T09:12:54.443 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-01-13 09:08:15.620452873 +0000 2024-01-13T09:12:54.444 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-01-13 09:08:15.620452873 +0000 2024-01-13T09:12:54.444 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2024-01-13T09:12:54.444 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-13T09:12:54.455 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-01-13T09:12:54.455 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-01-13T09:12:54.455 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.00043979 s, 1.2 MB/s 2024-01-13T09:12:54.456 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-13T09:12:54.464 DEBUG:teuthology.orchestra.run.smithi084:> stat /dev/vg_nvme/lv_4 2024-01-13T09:12:54.515 INFO:teuthology.orchestra.run.smithi084.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-13T09:12:54.515 INFO:teuthology.orchestra.run.smithi084.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T09:12:54.515 INFO:teuthology.orchestra.run.smithi084.stdout:Device: 6h/6d Inode: 378 Links: 1 2024-01-13T09:12:54.515 INFO:teuthology.orchestra.run.smithi084.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T09:12:54.515 INFO:teuthology.orchestra.run.smithi084.stdout:Access: 2024-01-13 09:08:16.316436830 +0000 2024-01-13T09:12:54.515 INFO:teuthology.orchestra.run.smithi084.stdout:Modify: 2024-01-13 09:08:16.072442453 +0000 2024-01-13T09:12:54.515 INFO:teuthology.orchestra.run.smithi084.stdout:Change: 2024-01-13 09:08:16.072442453 +0000 2024-01-13T09:12:54.516 INFO:teuthology.orchestra.run.smithi084.stdout: Birth: - 2024-01-13T09:12:54.517 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-13T09:12:54.528 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records in 2024-01-13T09:12:54.528 INFO:teuthology.orchestra.run.smithi084.stderr:1+0 records out 2024-01-13T09:12:54.528 INFO:teuthology.orchestra.run.smithi084.stderr:512 bytes copied, 0.000391804 s, 1.3 MB/s 2024-01-13T09:12:54.528 DEBUG:teuthology.orchestra.run.smithi084:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-13T09:12:54.536 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-01-13T09:12:54.537 DEBUG:teuthology.orchestra.run.smithi102:> dd if=/scratch_devs of=/dev/stdout 2024-01-13T09:12:54.544 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2024-01-13T09:12:54.545 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_1 2024-01-13T09:12:54.596 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-13T09:12:54.596 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T09:12:54.596 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 6h/6d Inode: 356 Links: 1 2024-01-13T09:12:54.596 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T09:12:54.596 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-01-13 09:08:14.968117534 +0000 2024-01-13T09:12:54.596 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-01-13 09:08:14.736122872 +0000 2024-01-13T09:12:54.596 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-01-13 09:08:14.736122872 +0000 2024-01-13T09:12:54.596 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: - 2024-01-13T09:12:54.596 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-13T09:12:54.613 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-01-13T09:12:54.613 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-01-13T09:12:54.613 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000394594 s, 1.3 MB/s 2024-01-13T09:12:54.614 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-13T09:12:54.621 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_2 2024-01-13T09:12:54.621 INFO:journalctl@ceph.mgr.x.smithi102.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:12:54.670 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-13T09:12:54.670 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T09:12:54.670 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 6h/6d Inode: 362 Links: 1 2024-01-13T09:12:54.670 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T09:12:54.670 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-01-13 09:08:15.412107320 +0000 2024-01-13T09:12:54.671 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-01-13 09:08:15.184112565 +0000 2024-01-13T09:12:54.671 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-01-13 09:08:15.184112565 +0000 2024-01-13T09:12:54.671 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: - 2024-01-13T09:12:54.671 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-13T09:12:54.684 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-01-13T09:12:54.684 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-01-13T09:12:54.684 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000266094 s, 1.9 MB/s 2024-01-13T09:12:54.685 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-13T09:12:54.692 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_3 2024-01-13T09:12:54.697 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-13T09:12:54.697 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T09:12:54.697 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 6h/6d Inode: 371 Links: 1 2024-01-13T09:12:54.697 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T09:12:54.697 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-01-13 09:08:15.888096368 +0000 2024-01-13T09:12:54.697 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-01-13 09:08:15.664101521 +0000 2024-01-13T09:12:54.697 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-01-13 09:08:15.664101521 +0000 2024-01-13T09:12:54.698 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: - 2024-01-13T09:12:54.698 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-13T09:12:54.710 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-01-13T09:12:54.710 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-01-13T09:12:54.710 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000403012 s, 1.3 MB/s 2024-01-13T09:12:54.712 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-13T09:12:54.719 DEBUG:teuthology.orchestra.run.smithi102:> stat /dev/vg_nvme/lv_4 2024-01-13T09:12:54.724 INFO:teuthology.orchestra.run.smithi102.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-13T09:12:54.725 INFO:teuthology.orchestra.run.smithi102.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-13T09:12:54.725 INFO:teuthology.orchestra.run.smithi102.stdout:Device: 6h/6d Inode: 374 Links: 1 2024-01-13T09:12:54.725 INFO:teuthology.orchestra.run.smithi102.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-13T09:12:54.725 INFO:teuthology.orchestra.run.smithi102.stdout:Access: 2024-01-13 09:08:16.316086521 +0000 2024-01-13T09:12:54.725 INFO:teuthology.orchestra.run.smithi102.stdout:Modify: 2024-01-13 09:08:16.124090938 +0000 2024-01-13T09:12:54.725 INFO:teuthology.orchestra.run.smithi102.stdout:Change: 2024-01-13 09:08:16.124090938 +0000 2024-01-13T09:12:54.725 INFO:teuthology.orchestra.run.smithi102.stdout: Birth: - 2024-01-13T09:12:54.726 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-13T09:12:54.738 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records in 2024-01-13T09:12:54.738 INFO:teuthology.orchestra.run.smithi102.stderr:1+0 records out 2024-01-13T09:12:54.738 INFO:teuthology.orchestra.run.smithi102.stderr:512 bytes copied, 0.000330748 s, 1.5 MB/s 2024-01-13T09:12:54.739 DEBUG:teuthology.orchestra.run.smithi102:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-13T09:12:54.788 INFO:tasks.cephadm:Deploying osd.0 on smithi084 with /dev/vg_nvme/lv_4... 2024-01-13T09:12:54.789 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-13T09:12:54.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:54 smithi102 bash[13966]: cephadm 2024-01-13T09:12:53.281135+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-01-13T09:12:55.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:54 smithi084 bash[13940]: cephadm 2024-01-13T09:12:53.281135+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-01-13T09:12:55.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:54 smithi084 bash[17496]: cephadm 2024-01-13T09:12:53.281135+0000 mgr.y (mgr.14140) 50 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-01-13T09:12:56.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:55 smithi102 bash[13966]: cluster 2024-01-13T09:12:54.637175+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:56.129 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:12:55 smithi102 docker[14650]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr.x 2024-01-13T09:12:56.129 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:12:55 smithi102 systemd[1]: Started Ceph mgr.x for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:12:56.146 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:55 smithi084 bash[13940]: cluster 2024-01-13T09:12:54.637175+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:56.147 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:55 smithi084 bash[17496]: cluster 2024-01-13T09:12:54.637175+0000 mgr.y (mgr.14140) 51 : cluster [DBG] pgmap v42: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:56.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:56 smithi102 bash[13966]: audit 2024-01-13T09:12:55.844302+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:39.850189\", \"created\": \"2024-01-13T09:12:39.558047\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:56.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:56 smithi102 bash[13966]: audit 2024-01-13T09:12:55.848225+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:39.850189\", \"created\": \"2024-01-13T09:12:39.558047\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:56.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:56 smithi102 bash[13966]: audit 2024-01-13T09:12:55.849352+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:12:56.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:56 smithi102 bash[13966]: audit 2024-01-13T09:12:56.692104+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_daemon_update\": \"2024-01-13T09:12:56.690700\", \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:56.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:56 smithi102 bash[13966]: audit 2024-01-13T09:12:56.698048+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_daemon_update\": \"2024-01-13T09:12:56.690700\", \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:56.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:56 smithi102 bash[13966]: audit 2024-01-13T09:12:56.700980+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-13T09:12:56.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:56 smithi102 bash[13966]: audit 2024-01-13T09:12:56.702685+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:56.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:56 smithi102 bash[13966]: audit 2024-01-13T09:12:56.704572+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-13T09:12:56.925 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[17496]: audit 2024-01-13T09:12:55.844302+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:39.850189\", \"created\": \"2024-01-13T09:12:39.558047\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:56.925 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[13940]: audit 2024-01-13T09:12:55.844302+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:39.850189\", \"created\": \"2024-01-13T09:12:39.558047\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:56.925 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[17496]: audit 2024-01-13T09:12:55.848225+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:39.850189\", \"created\": \"2024-01-13T09:12:39.558047\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:56.926 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[17496]: audit 2024-01-13T09:12:55.849352+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:12:56.926 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[13940]: audit 2024-01-13T09:12:55.848225+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:39.850189\", \"created\": \"2024-01-13T09:12:39.558047\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:56.926 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[13940]: audit 2024-01-13T09:12:55.849352+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:12:56.926 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[17496]: audit 2024-01-13T09:12:56.692104+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_daemon_update\": \"2024-01-13T09:12:56.690700\", \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:56.926 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[17496]: audit 2024-01-13T09:12:56.698048+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_daemon_update\": \"2024-01-13T09:12:56.690700\", \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:56.926 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[17496]: audit 2024-01-13T09:12:56.700980+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-13T09:12:56.927 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[17496]: audit 2024-01-13T09:12:56.702685+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:56.927 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[17496]: audit 2024-01-13T09:12:56.704572+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-13T09:12:56.927 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[13940]: audit 2024-01-13T09:12:56.692104+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_daemon_update\": \"2024-01-13T09:12:56.690700\", \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:12:56.927 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[13940]: audit 2024-01-13T09:12:56.698048+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}}, \"last_daemon_update\": \"2024-01-13T09:12:56.690700\", \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:12:56.927 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[13940]: audit 2024-01-13T09:12:56.700980+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-13T09:12:56.927 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[13940]: audit 2024-01-13T09:12:56.702685+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:12:56.927 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:56 smithi084 bash[13940]: audit 2024-01-13T09:12:56.704572+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-13T09:12:58.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:57 smithi102 bash[13966]: cluster 2024-01-13T09:12:56.637851+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:58.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:57 smithi102 bash[13966]: cephadm 2024-01-13T09:12:56.700440+0000 mgr.y (mgr.14140) 53 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-13T09:12:58.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:57 smithi102 bash[13966]: cephadm 2024-01-13T09:12:56.703918+0000 mgr.y (mgr.14140) 54 : cephadm [INF] Reconfiguring daemon mgr.y on smithi084 2024-01-13T09:12:58.181 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:57 smithi084 bash[13940]: cluster 2024-01-13T09:12:56.637851+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:58.181 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:57 smithi084 bash[13940]: cephadm 2024-01-13T09:12:56.700440+0000 mgr.y (mgr.14140) 53 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-13T09:12:58.181 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:57 smithi084 bash[13940]: cephadm 2024-01-13T09:12:56.703918+0000 mgr.y (mgr.14140) 54 : cephadm [INF] Reconfiguring daemon mgr.y on smithi084 2024-01-13T09:12:58.182 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:57 smithi084 bash[17496]: cluster 2024-01-13T09:12:56.637851+0000 mgr.y (mgr.14140) 52 : cluster [DBG] pgmap v43: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:12:58.182 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:57 smithi084 bash[17496]: cephadm 2024-01-13T09:12:56.700440+0000 mgr.y (mgr.14140) 53 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-13T09:12:58.182 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:57 smithi084 bash[17496]: cephadm 2024-01-13T09:12:56.703918+0000 mgr.y (mgr.14140) 54 : cephadm [INF] Reconfiguring daemon mgr.y on smithi084 2024-01-13T09:12:58.591 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-13T09:12:58.591 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-13T09:12:58.591 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2024-01-13T09:12:58.591 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2024-01-13T09:12:58.591 INFO:teuthology.orchestra.run.smithi084.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0277838 s, 377 MB/s 2024-01-13T09:12:58.591 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2024-01-13T09:12:59.378 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi084:vg_nvme/lv_4 2024-01-13T09:13:00.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:59 smithi102 bash[13966]: cluster 2024-01-13T09:12:58.638548+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:00.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:59 smithi102 bash[13966]: audit 2024-01-13T09:12:58.886877+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193210\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193552\", \"created\": \"2024-01-13T09:12:23.244203\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:00.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:59 smithi102 bash[13966]: audit 2024-01-13T09:12:58.893148+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193210\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193552\", \"created\": \"2024-01-13T09:12:23.244203\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:00.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:59 smithi102 bash[13966]: audit 2024-01-13T09:12:58.894895+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:00.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:59 smithi102 bash[13966]: audit 2024-01-13T09:12:59.411784+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_daemon_update\": \"2024-01-13T09:12:59.410519\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:00.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:12:59 smithi102 bash[13966]: audit 2024-01-13T09:12:59.416936+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_daemon_update\": \"2024-01-13T09:12:59.410519\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:00.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[13940]: cluster 2024-01-13T09:12:58.638548+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:00.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[13940]: audit 2024-01-13T09:12:58.886877+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193210\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193552\", \"created\": \"2024-01-13T09:12:23.244203\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:00.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[17496]: cluster 2024-01-13T09:12:58.638548+0000 mgr.y (mgr.14140) 55 : cluster [DBG] pgmap v44: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:00.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[17496]: audit 2024-01-13T09:12:58.886877+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193210\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193552\", \"created\": \"2024-01-13T09:12:23.244203\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:00.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[13940]: audit 2024-01-13T09:12:58.893148+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193210\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193552\", \"created\": \"2024-01-13T09:12:23.244203\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:00.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[13940]: audit 2024-01-13T09:12:58.894895+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:00.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[17496]: audit 2024-01-13T09:12:58.893148+0000 mon.a (mon.0) 170 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193210\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:24.193552\", \"created\": \"2024-01-13T09:12:23.244203\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:00.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[17496]: audit 2024-01-13T09:12:58.894895+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:00.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[17496]: audit 2024-01-13T09:12:59.411784+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_daemon_update\": \"2024-01-13T09:12:59.410519\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:00.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[17496]: audit 2024-01-13T09:12:59.416936+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_daemon_update\": \"2024-01-13T09:12:59.410519\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:00.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[13940]: audit 2024-01-13T09:12:59.411784+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_daemon_update\": \"2024-01-13T09:12:59.410519\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:00.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:12:59 smithi084 bash[13940]: audit 2024-01-13T09:12:59.416936+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}}, \"last_daemon_update\": \"2024-01-13T09:12:59.410519\", \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:01.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:01 smithi084 bash[13940]: cluster 2024-01-13T09:13:00.639103+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:01.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:01 smithi084 bash[13940]: cluster 2024-01-13T09:13:00.833068+0000 mon.a (mon.0) 174 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:13:01.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:01 smithi084 bash[13940]: audit 2024-01-13T09:13:00.835232+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.102:0/3655523045' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:13:01.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:01 smithi084 bash[13940]: audit 2024-01-13T09:13:00.837608+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.102:0/3655523045' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:13:01.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:01 smithi084 bash[17496]: cluster 2024-01-13T09:13:00.639103+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:01.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:01 smithi084 bash[17496]: cluster 2024-01-13T09:13:00.833068+0000 mon.a (mon.0) 174 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:13:01.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:01 smithi084 bash[17496]: audit 2024-01-13T09:13:00.835232+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.102:0/3655523045' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:13:01.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:01 smithi084 bash[17496]: audit 2024-01-13T09:13:00.837608+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.102:0/3655523045' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:13:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:01 smithi102 bash[13966]: cluster 2024-01-13T09:13:00.639103+0000 mgr.y (mgr.14140) 56 : cluster [DBG] pgmap v45: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:01 smithi102 bash[13966]: cluster 2024-01-13T09:13:00.833068+0000 mon.a (mon.0) 174 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:13:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:01 smithi102 bash[13966]: audit 2024-01-13T09:13:00.835232+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.102:0/3655523045' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:13:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:01 smithi102 bash[13966]: audit 2024-01-13T09:13:00.837608+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.102:0/3655523045' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:13:02.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[13940]: cluster 2024-01-13T09:13:01.660494+0000 mon.a (mon.0) 175 : cluster [DBG] mgrmap e14: y(active, since 103s), standbys: x 2024-01-13T09:13:02.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[13940]: audit 2024-01-13T09:13:01.660667+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[13940]: audit 2024-01-13T09:13:02.147625+0000 mgr.y (mgr.14140) 57 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[13940]: cephadm 2024-01-13T09:13:02.149596+0000 mgr.y (mgr.14140) 58 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[13940]: audit 2024-01-13T09:13:02.150193+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[13940]: audit 2024-01-13T09:13:02.151743+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[13940]: audit 2024-01-13T09:13:02.153551+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[17496]: cluster 2024-01-13T09:13:01.660494+0000 mon.a (mon.0) 175 : cluster [DBG] mgrmap e14: y(active, since 103s), standbys: x 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[17496]: audit 2024-01-13T09:13:01.660667+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[17496]: audit 2024-01-13T09:13:02.147625+0000 mgr.y (mgr.14140) 57 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[17496]: cephadm 2024-01-13T09:13:02.149596+0000 mgr.y (mgr.14140) 58 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[17496]: audit 2024-01-13T09:13:02.150193+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:13:02.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[17496]: audit 2024-01-13T09:13:02.151743+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:02.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:02 smithi084 bash[17496]: audit 2024-01-13T09:13:02.153551+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:03.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:02 smithi102 bash[13966]: cluster 2024-01-13T09:13:01.660494+0000 mon.a (mon.0) 175 : cluster [DBG] mgrmap e14: y(active, since 103s), standbys: x 2024-01-13T09:13:03.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:02 smithi102 bash[13966]: audit 2024-01-13T09:13:01.660667+0000 mon.a (mon.0) 176 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:13:03.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:02 smithi102 bash[13966]: audit 2024-01-13T09:13:02.147625+0000 mgr.y (mgr.14140) 57 : audit [DBG] from='client.14199 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:13:03.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:02 smithi102 bash[13966]: cephadm 2024-01-13T09:13:02.149596+0000 mgr.y (mgr.14140) 58 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:13:03.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:02 smithi102 bash[13966]: audit 2024-01-13T09:13:02.150193+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:13:03.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:02 smithi102 bash[13966]: audit 2024-01-13T09:13:02.151743+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:03.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:02 smithi102 bash[13966]: audit 2024-01-13T09:13:02.153551+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:03.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:03 smithi084 bash[13940]: cluster 2024-01-13T09:13:02.639693+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:03.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:03 smithi084 bash[17496]: cluster 2024-01-13T09:13:02.639693+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:04.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:03 smithi102 bash[13966]: cluster 2024-01-13T09:13:02.639693+0000 mgr.y (mgr.14140) 59 : cluster [DBG] pgmap v46: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:05.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:05 smithi084 bash[13940]: cluster 2024-01-13T09:13:04.640359+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:05.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:05 smithi084 bash[17496]: cluster 2024-01-13T09:13:04.640359+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:06.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:05 smithi102 bash[13966]: cluster 2024-01-13T09:13:04.640359+0000 mgr.y (mgr.14140) 60 : cluster [DBG] pgmap v47: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:06.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:06 smithi084 bash[13940]: audit 2024-01-13T09:13:05.748026+0000 mon.a (mon.0) 180 : audit [INF] from='client.? 172.21.15.84:0/2898069133' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "155ba7de-9623-42d9-8e48-ea8154c8f794"}]: dispatch 2024-01-13T09:13:06.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:06 smithi084 bash[13940]: audit 2024-01-13T09:13:05.757302+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.84:0/2898069133' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "155ba7de-9623-42d9-8e48-ea8154c8f794"}]': finished 2024-01-13T09:13:06.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:06 smithi084 bash[13940]: cluster 2024-01-13T09:13:05.757408+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-13T09:13:06.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:06 smithi084 bash[13940]: audit 2024-01-13T09:13:05.757589+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:06.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:06 smithi084 bash[17496]: audit 2024-01-13T09:13:05.748026+0000 mon.a (mon.0) 180 : audit [INF] from='client.? 172.21.15.84:0/2898069133' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "155ba7de-9623-42d9-8e48-ea8154c8f794"}]: dispatch 2024-01-13T09:13:06.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:06 smithi084 bash[17496]: audit 2024-01-13T09:13:05.757302+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.84:0/2898069133' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "155ba7de-9623-42d9-8e48-ea8154c8f794"}]': finished 2024-01-13T09:13:06.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:06 smithi084 bash[17496]: cluster 2024-01-13T09:13:05.757408+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-13T09:13:06.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:06 smithi084 bash[17496]: audit 2024-01-13T09:13:05.757589+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:07.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:06 smithi102 bash[13966]: audit 2024-01-13T09:13:05.748026+0000 mon.a (mon.0) 180 : audit [INF] from='client.? 172.21.15.84:0/2898069133' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "155ba7de-9623-42d9-8e48-ea8154c8f794"}]: dispatch 2024-01-13T09:13:07.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:06 smithi102 bash[13966]: audit 2024-01-13T09:13:05.757302+0000 mon.a (mon.0) 181 : audit [INF] from='client.? 172.21.15.84:0/2898069133' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "155ba7de-9623-42d9-8e48-ea8154c8f794"}]': finished 2024-01-13T09:13:07.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:06 smithi102 bash[13966]: cluster 2024-01-13T09:13:05.757408+0000 mon.a (mon.0) 182 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-13T09:13:07.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:06 smithi102 bash[13966]: audit 2024-01-13T09:13:05.757589+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:08.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:07 smithi102 bash[13966]: cluster 2024-01-13T09:13:06.640933+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 2024-01-13T09:13:08.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:07 smithi084 bash[13940]: cluster 2024-01-13T09:13:06.640933+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 2024-01-13T09:13:08.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:07 smithi084 bash[17496]: cluster 2024-01-13T09:13:06.640933+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 2024-01-13T09:13:09.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:08 smithi102 bash[13966]: audit 2024-01-13T09:13:08.025768+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.84:0/2753468549' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:13:09.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:08 smithi084 bash[13940]: audit 2024-01-13T09:13:08.025768+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.84:0/2753468549' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:13:09.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:08 smithi084 bash[17496]: audit 2024-01-13T09:13:08.025768+0000 mon.a (mon.0) 184 : audit [DBG] from='client.? 172.21.15.84:0/2753468549' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:13:10.091 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:09 smithi084 bash[13940]: cluster 2024-01-13T09:13:08.641576+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 2024-01-13T09:13:10.092 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:09 smithi084 bash[17496]: cluster 2024-01-13T09:13:08.641576+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 2024-01-13T09:13:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:09 smithi102 bash[13966]: cluster 2024-01-13T09:13:08.641576+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 2024-01-13T09:13:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:11 smithi102 bash[13966]: cluster 2024-01-13T09:13:10.642153+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v51: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:11 smithi102 bash[13966]: audit 2024-01-13T09:13:10.806619+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:12.134 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:11 smithi084 bash[13940]: cluster 2024-01-13T09:13:10.642153+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v51: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:12.134 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:11 smithi084 bash[13940]: audit 2024-01-13T09:13:10.806619+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:12.135 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:11 smithi084 bash[17496]: cluster 2024-01-13T09:13:10.642153+0000 mgr.y (mgr.14140) 63 : cluster [DBG] pgmap v51: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:12.135 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:11 smithi084 bash[17496]: audit 2024-01-13T09:13:10.806619+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:14.034 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:13 smithi084 bash[13940]: cluster 2024-01-13T09:13:12.642735+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:14.034 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:13 smithi084 bash[17496]: cluster 2024-01-13T09:13:12.642735+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:14.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:13 smithi102 bash[13966]: cluster 2024-01-13T09:13:12.642735+0000 mgr.y (mgr.14140) 64 : cluster [DBG] pgmap v52: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:15.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:14 smithi102 bash[13966]: audit 2024-01-13T09:13:14.508932+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-13T09:13:15.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:14 smithi102 bash[13966]: audit 2024-01-13T09:13:14.510712+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:15.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:14 smithi102 bash[13966]: audit 2024-01-13T09:13:14.512492+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-13T09:13:15.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:14 smithi084 bash[13940]: audit 2024-01-13T09:13:14.508932+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-13T09:13:15.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:14 smithi084 bash[13940]: audit 2024-01-13T09:13:14.510712+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:15.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:14 smithi084 bash[13940]: audit 2024-01-13T09:13:14.512492+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-13T09:13:15.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:14 smithi084 bash[17496]: audit 2024-01-13T09:13:14.508932+0000 mon.a (mon.0) 186 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-13T09:13:15.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:14 smithi084 bash[17496]: audit 2024-01-13T09:13:14.510712+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:15.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:14 smithi084 bash[17496]: audit 2024-01-13T09:13:14.512492+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-13T09:13:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:15 smithi102 bash[13966]: cephadm 2024-01-13T09:13:14.511889+0000 mgr.y (mgr.14140) 65 : cephadm [INF] Deploying daemon osd.0 on smithi084 2024-01-13T09:13:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:15 smithi102 bash[13966]: cluster 2024-01-13T09:13:14.643213+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 2024-01-13T09:13:16.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:15 smithi084 bash[13940]: cephadm 2024-01-13T09:13:14.511889+0000 mgr.y (mgr.14140) 65 : cephadm [INF] Deploying daemon osd.0 on smithi084 2024-01-13T09:13:16.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:15 smithi084 bash[13940]: cluster 2024-01-13T09:13:14.643213+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 2024-01-13T09:13:16.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:15 smithi084 bash[17496]: cephadm 2024-01-13T09:13:14.511889+0000 mgr.y (mgr.14140) 65 : cephadm [INF] Deploying daemon osd.0 on smithi084 2024-01-13T09:13:16.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:15 smithi084 bash[17496]: cluster 2024-01-13T09:13:14.643213+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 2024-01-13T09:13:16.764 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 0 on host 'smithi084' 2024-01-13T09:13:17.126 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:16 smithi084 bash[13940]: audit 2024-01-13T09:13:16.765009+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:17.126 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:16 smithi084 bash[13940]: audit 2024-01-13T09:13:16.765525+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:17.126 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:16 smithi084 bash[13940]: audit 2024-01-13T09:13:16.769290+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:17.126 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:16 smithi084 bash[17496]: audit 2024-01-13T09:13:16.765009+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:17.127 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:16 smithi084 bash[17496]: audit 2024-01-13T09:13:16.765525+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:17.127 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:16 smithi084 bash[17496]: audit 2024-01-13T09:13:16.769290+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:17.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:16 smithi102 bash[13966]: audit 2024-01-13T09:13:16.765009+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:17.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:16 smithi102 bash[13966]: audit 2024-01-13T09:13:16.765525+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:17.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:16 smithi102 bash[13966]: audit 2024-01-13T09:13:16.769290+0000 mon.a (mon.0) 191 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410006\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410188\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:59.410302\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_device_update\": \"2024-01-13T09:11:26.864051\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:18.026 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:17 smithi084 bash[17496]: cluster 2024-01-13T09:13:16.643605+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 2024-01-13T09:13:18.027 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:17 smithi084 bash[17496]: audit 2024-01-13T09:13:17.802837+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:18.027 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:17 smithi084 bash[13940]: cluster 2024-01-13T09:13:16.643605+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 2024-01-13T09:13:18.027 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:17 smithi084 bash[13940]: audit 2024-01-13T09:13:17.802837+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:18.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:17 smithi102 bash[13966]: cluster 2024-01-13T09:13:16.643605+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 2024-01-13T09:13:18.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:17 smithi102 bash[13966]: audit 2024-01-13T09:13:17.802837+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:18.734 DEBUG:teuthology.orchestra.run.smithi084:osd.0> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.0.service 2024-01-13T09:13:18.736 INFO:tasks.cephadm:Deploying osd.1 on smithi084 with /dev/vg_nvme/lv_3... 2024-01-13T09:13:18.737 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-13T09:13:19.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:18 smithi102 bash[13966]: audit 2024-01-13T09:13:17.808557+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:19.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:18 smithi102 bash[13966]: audit 2024-01-13T09:13:17.810193+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:19.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:18 smithi084 bash[13940]: audit 2024-01-13T09:13:17.808557+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:19.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:18 smithi084 bash[13940]: audit 2024-01-13T09:13:17.810193+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:19.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:18 smithi084 bash[17496]: audit 2024-01-13T09:13:17.808557+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:19.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:18 smithi084 bash[17496]: audit 2024-01-13T09:13:17.810193+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:20.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:19 smithi102 bash[13966]: cluster 2024-01-13T09:13:18.644063+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v55: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:20.128 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:19 smithi084 bash[13940]: cluster 2024-01-13T09:13:18.644063+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v55: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:20.129 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:19 smithi084 bash[17496]: cluster 2024-01-13T09:13:18.644063+0000 mgr.y (mgr.14140) 68 : cluster [DBG] pgmap v55: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:20.361 INFO:journalctl@ceph.osd.0.smithi084.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:13:20.361 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:13:20 smithi084 bash[19263]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-13T09:13:20.361 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:13:20 smithi084 bash[19263]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-0 --no-mon-config 2024-01-13T09:13:20.362 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:13:20 smithi084 bash[19263]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-13T09:13:20.362 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:13:20 smithi084 bash[19263]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-01-13T09:13:20.362 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:13:20 smithi084 bash[19263]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-13T09:13:20.362 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:13:20 smithi084 bash[19263]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-13T09:13:20.362 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:13:20 smithi084 bash[19263]: --> ceph-volume lvm activate successful for osd ID: 0 2024-01-13T09:13:22.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:21 smithi102 bash[13966]: cluster 2024-01-13T09:13:20.644547+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:22.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:21 smithi084 bash[13940]: cluster 2024-01-13T09:13:20.644547+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:22.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:21 smithi084 bash[17496]: cluster 2024-01-13T09:13:20.644547+0000 mgr.y (mgr.14140) 69 : cluster [DBG] pgmap v56: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:24.118 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:23 smithi084 bash[13940]: cluster 2024-01-13T09:13:22.645078+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:24.118 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:23 smithi084 bash[17496]: cluster 2024-01-13T09:13:22.645078+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:23 smithi102 bash[13966]: cluster 2024-01-13T09:13:22.645078+0000 mgr.y (mgr.14140) 70 : cluster [DBG] pgmap v57: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:24.697 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:13:24 smithi084 bash[19554]: debug 2024-01-13T09:13:24.431+0000 7f275e529ec0 -1 Falling back to public interface 2024-01-13T09:13:25.379 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-13T09:13:25.380 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-13T09:13:25.380 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2024-01-13T09:13:25.380 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2024-01-13T09:13:25.380 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0171096 s, 613 MB/s 2024-01-13T09:13:25.380 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2024-01-13T09:13:25.441 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:13:25 smithi084 bash[19554]: debug 2024-01-13T09:13:25.063+0000 7f275e529ec0 -1 osd.0 0 log_to_monitors {default=true} 2024-01-13T09:13:25.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:25 smithi084 bash[13940]: cluster 2024-01-13T09:13:24.645607+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:25.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:25 smithi084 bash[13940]: audit 2024-01-13T09:13:25.070561+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-13T09:13:25.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:25 smithi084 bash[17496]: cluster 2024-01-13T09:13:24.645607+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:25.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:25 smithi084 bash[17496]: audit 2024-01-13T09:13:25.070561+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-13T09:13:26.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:25 smithi102 bash[13966]: cluster 2024-01-13T09:13:24.645607+0000 mgr.y (mgr.14140) 71 : cluster [DBG] pgmap v58: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:26.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:25 smithi102 bash[13966]: audit 2024-01-13T09:13:25.070561+0000 mon.a (mon.0) 195 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-13T09:13:26.186 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi084:vg_nvme/lv_3 2024-01-13T09:13:27.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:26 smithi102 bash[13966]: audit 2024-01-13T09:13:25.856570+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-13T09:13:27.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:26 smithi102 bash[13966]: cluster 2024-01-13T09:13:25.856636+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-13T09:13:27.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:26 smithi102 bash[13966]: audit 2024-01-13T09:13:25.856917+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:27.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:26 smithi102 bash[13966]: audit 2024-01-13T09:13:25.857540+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:13:27.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:26 smithi102 bash[13966]: cluster 2024-01-13T09:13:26.064961+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:13:27.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:26 smithi102 bash[13966]: cluster 2024-01-13T09:13:26.065032+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:13:27.197 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[19554]: debug 2024-01-13T09:13:26.863+0000 7f27432d6700 -1 osd.0 0 waiting for initial osdmap 2024-01-13T09:13:27.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[13940]: audit 2024-01-13T09:13:25.856570+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-13T09:13:27.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[13940]: cluster 2024-01-13T09:13:25.856636+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-13T09:13:27.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[13940]: audit 2024-01-13T09:13:25.856917+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:27.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[13940]: audit 2024-01-13T09:13:25.857540+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:13:27.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[13940]: cluster 2024-01-13T09:13:26.064961+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:13:27.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[13940]: cluster 2024-01-13T09:13:26.065032+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:13:27.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[17496]: audit 2024-01-13T09:13:25.856570+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-13T09:13:27.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[17496]: cluster 2024-01-13T09:13:25.856636+0000 mon.a (mon.0) 197 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-13T09:13:27.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[17496]: audit 2024-01-13T09:13:25.856917+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:27.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[17496]: audit 2024-01-13T09:13:25.857540+0000 mon.a (mon.0) 199 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:13:27.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[17496]: cluster 2024-01-13T09:13:26.064961+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:13:27.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:26 smithi084 bash[17496]: cluster 2024-01-13T09:13:26.065032+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:13:27.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[13940]: cluster 2024-01-13T09:13:26.646106+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:27.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[13940]: audit 2024-01-13T09:13:26.858774+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:13:27.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[13940]: cluster 2024-01-13T09:13:26.858898+0000 mon.a (mon.0) 201 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-13T09:13:27.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[13940]: audit 2024-01-13T09:13:26.859982+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:27.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[13940]: audit 2024-01-13T09:13:27.031089+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:27.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[17496]: cluster 2024-01-13T09:13:26.646106+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:27.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[17496]: audit 2024-01-13T09:13:26.858774+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:13:27.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[17496]: cluster 2024-01-13T09:13:26.858898+0000 mon.a (mon.0) 201 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-13T09:13:27.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[17496]: audit 2024-01-13T09:13:26.859982+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:27.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[17496]: audit 2024-01-13T09:13:27.031089+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:27.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[13940]: audit 2024-01-13T09:13:27.257359+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:27.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[13940]: audit 2024-01-13T09:13:27.264742+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:27.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[17496]: audit 2024-01-13T09:13:27.257359+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:27.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:27 smithi084 bash[17496]: audit 2024-01-13T09:13:27.264742+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:28.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:27 smithi102 bash[13966]: cluster 2024-01-13T09:13:26.646106+0000 mgr.y (mgr.14140) 72 : cluster [DBG] pgmap v60: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:28.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:27 smithi102 bash[13966]: audit 2024-01-13T09:13:26.858774+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:13:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:27 smithi102 bash[13966]: cluster 2024-01-13T09:13:26.858898+0000 mon.a (mon.0) 201 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-13T09:13:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:27 smithi102 bash[13966]: audit 2024-01-13T09:13:26.859982+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:27 smithi102 bash[13966]: audit 2024-01-13T09:13:27.031089+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:27 smithi102 bash[13966]: audit 2024-01-13T09:13:27.257359+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:27 smithi102 bash[13966]: audit 2024-01-13T09:13:27.264742+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}}, \"last_daemon_update\": \"2024-01-13T09:13:17.801153\", \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:29.139 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:28 smithi084 bash[17496]: cluster 2024-01-13T09:13:27.874717+0000 mon.a (mon.0) 206 : cluster [INF] osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019] boot 2024-01-13T09:13:29.139 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:28 smithi084 bash[17496]: cluster 2024-01-13T09:13:27.874826+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-13T09:13:29.139 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:28 smithi084 bash[17496]: audit 2024-01-13T09:13:27.875793+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:29.139 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:28 smithi084 bash[17496]: cluster 2024-01-13T09:13:28.875760+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-01-13T09:13:29.139 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:28 smithi084 bash[13940]: cluster 2024-01-13T09:13:27.874717+0000 mon.a (mon.0) 206 : cluster [INF] osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019] boot 2024-01-13T09:13:29.139 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:28 smithi084 bash[13940]: cluster 2024-01-13T09:13:27.874826+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-13T09:13:29.139 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:28 smithi084 bash[13940]: audit 2024-01-13T09:13:27.875793+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:29.139 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:28 smithi084 bash[13940]: cluster 2024-01-13T09:13:28.875760+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-01-13T09:13:29.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:28 smithi102 bash[13966]: cluster 2024-01-13T09:13:27.874717+0000 mon.a (mon.0) 206 : cluster [INF] osd.0 [v2:172.21.15.84:6802/2197176019,v1:172.21.15.84:6803/2197176019] boot 2024-01-13T09:13:29.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:28 smithi102 bash[13966]: cluster 2024-01-13T09:13:27.874826+0000 mon.a (mon.0) 207 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-13T09:13:29.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:28 smithi102 bash[13966]: audit 2024-01-13T09:13:27.875793+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:13:29.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:28 smithi102 bash[13966]: cluster 2024-01-13T09:13:28.875760+0000 mon.a (mon.0) 209 : cluster [DBG] osdmap e11: 1 total, 1 up, 1 in 2024-01-13T09:13:30.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:29 smithi084 bash[13940]: cluster 2024-01-13T09:13:28.646622+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:30.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:29 smithi084 bash[13940]: audit 2024-01-13T09:13:29.476730+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:13:30.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:29 smithi084 bash[13940]: audit 2024-01-13T09:13:29.478279+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:30.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:29 smithi084 bash[13940]: audit 2024-01-13T09:13:29.480315+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:30.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:29 smithi084 bash[13940]: cluster 2024-01-13T09:13:29.878676+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-01-13T09:13:30.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:29 smithi084 bash[17496]: cluster 2024-01-13T09:13:28.646622+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:30.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:29 smithi084 bash[17496]: audit 2024-01-13T09:13:29.476730+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:13:30.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:29 smithi084 bash[17496]: audit 2024-01-13T09:13:29.478279+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:30.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:29 smithi084 bash[17496]: audit 2024-01-13T09:13:29.480315+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:30.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:29 smithi084 bash[17496]: cluster 2024-01-13T09:13:29.878676+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-01-13T09:13:30.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:29 smithi102 bash[13966]: cluster 2024-01-13T09:13:28.646622+0000 mgr.y (mgr.14140) 73 : cluster [DBG] pgmap v63: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-13T09:13:30.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:29 smithi102 bash[13966]: audit 2024-01-13T09:13:29.476730+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:13:30.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:29 smithi102 bash[13966]: audit 2024-01-13T09:13:29.478279+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:30.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:29 smithi102 bash[13966]: audit 2024-01-13T09:13:29.480315+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:30.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:29 smithi102 bash[13966]: cluster 2024-01-13T09:13:29.878676+0000 mon.a (mon.0) 213 : cluster [DBG] osdmap e12: 1 total, 1 up, 1 in 2024-01-13T09:13:31.047 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:30 smithi084 bash[13940]: audit 2024-01-13T09:13:29.474798+0000 mgr.y (mgr.14140) 74 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:13:31.047 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:30 smithi084 bash[13940]: cephadm 2024-01-13T09:13:29.476179+0000 mgr.y (mgr.14140) 75 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:13:31.047 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:30 smithi084 bash[17496]: audit 2024-01-13T09:13:29.474798+0000 mgr.y (mgr.14140) 74 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:13:31.047 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:30 smithi084 bash[17496]: cephadm 2024-01-13T09:13:29.476179+0000 mgr.y (mgr.14140) 75 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:13:31.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:30 smithi102 bash[13966]: audit 2024-01-13T09:13:29.474798+0000 mgr.y (mgr.14140) 74 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:13:31.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:30 smithi102 bash[13966]: cephadm 2024-01-13T09:13:29.476179+0000 mgr.y (mgr.14140) 75 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:13:32.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:31 smithi084 bash[13940]: cluster 2024-01-13T09:13:30.647185+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v66: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:32.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:31 smithi084 bash[13940]: cluster 2024-01-13T09:13:30.889611+0000 mon.a (mon.0) 214 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-13T09:13:32.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:31 smithi084 bash[17496]: cluster 2024-01-13T09:13:30.647185+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v66: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:32.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:31 smithi084 bash[17496]: cluster 2024-01-13T09:13:30.889611+0000 mon.a (mon.0) 214 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-13T09:13:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:31 smithi102 bash[13966]: cluster 2024-01-13T09:13:30.647185+0000 mgr.y (mgr.14140) 76 : cluster [DBG] pgmap v66: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:31 smithi102 bash[13966]: cluster 2024-01-13T09:13:30.889611+0000 mon.a (mon.0) 214 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-13T09:13:34.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:33 smithi084 bash[13940]: cluster 2024-01-13T09:13:32.647750+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v67: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:34.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:33 smithi084 bash[13940]: audit 2024-01-13T09:13:33.164426+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.84:0/1200925770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3e985ec-9a75-429e-897d-392df53c2a7d"}]: dispatch 2024-01-13T09:13:34.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:33 smithi084 bash[13940]: audit 2024-01-13T09:13:33.170386+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.84:0/1200925770' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c3e985ec-9a75-429e-897d-392df53c2a7d"}]': finished 2024-01-13T09:13:34.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:33 smithi084 bash[13940]: cluster 2024-01-13T09:13:33.170433+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-01-13T09:13:34.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:33 smithi084 bash[13940]: audit 2024-01-13T09:13:33.170654+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:34.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:33 smithi084 bash[17496]: cluster 2024-01-13T09:13:32.647750+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v67: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:34.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:33 smithi084 bash[17496]: audit 2024-01-13T09:13:33.164426+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.84:0/1200925770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3e985ec-9a75-429e-897d-392df53c2a7d"}]: dispatch 2024-01-13T09:13:34.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:33 smithi084 bash[17496]: audit 2024-01-13T09:13:33.170386+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.84:0/1200925770' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c3e985ec-9a75-429e-897d-392df53c2a7d"}]': finished 2024-01-13T09:13:34.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:33 smithi084 bash[17496]: cluster 2024-01-13T09:13:33.170433+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-01-13T09:13:34.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:33 smithi084 bash[17496]: audit 2024-01-13T09:13:33.170654+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:34.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:33 smithi102 bash[13966]: cluster 2024-01-13T09:13:32.647750+0000 mgr.y (mgr.14140) 77 : cluster [DBG] pgmap v67: 1 pgs: 1 creating+peering; 0 B data, 96 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:34.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:33 smithi102 bash[13966]: audit 2024-01-13T09:13:33.164426+0000 mon.a (mon.0) 215 : audit [INF] from='client.? 172.21.15.84:0/1200925770' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "c3e985ec-9a75-429e-897d-392df53c2a7d"}]: dispatch 2024-01-13T09:13:34.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:33 smithi102 bash[13966]: audit 2024-01-13T09:13:33.170386+0000 mon.a (mon.0) 216 : audit [INF] from='client.? 172.21.15.84:0/1200925770' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "c3e985ec-9a75-429e-897d-392df53c2a7d"}]': finished 2024-01-13T09:13:34.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:33 smithi102 bash[13966]: cluster 2024-01-13T09:13:33.170433+0000 mon.a (mon.0) 217 : cluster [DBG] osdmap e13: 2 total, 1 up, 1 in 2024-01-13T09:13:34.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:33 smithi102 bash[13966]: audit 2024-01-13T09:13:33.170654+0000 mon.a (mon.0) 218 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:36.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:35 smithi084 bash[13940]: cluster 2024-01-13T09:13:34.648343+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:36.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:35 smithi084 bash[13940]: audit 2024-01-13T09:13:35.433274+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.84:0/370790723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:13:36.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:35 smithi084 bash[17496]: cluster 2024-01-13T09:13:34.648343+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:36.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:35 smithi084 bash[17496]: audit 2024-01-13T09:13:35.433274+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.84:0/370790723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:13:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:35 smithi102 bash[13966]: cluster 2024-01-13T09:13:34.648343+0000 mgr.y (mgr.14140) 78 : cluster [DBG] pgmap v69: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:35 smithi102 bash[13966]: audit 2024-01-13T09:13:35.433274+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.84:0/370790723' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:13:38.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:37 smithi084 bash[13940]: cluster 2024-01-13T09:13:36.648929+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:38.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:37 smithi084 bash[17496]: cluster 2024-01-13T09:13:36.648929+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:38.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:37 smithi102 bash[13966]: cluster 2024-01-13T09:13:36.648929+0000 mgr.y (mgr.14140) 79 : cluster [DBG] pgmap v70: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:39.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:38 smithi084 bash[13940]: audit 2024-01-13T09:13:38.244524+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:39.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:38 smithi084 bash[17496]: audit 2024-01-13T09:13:38.244524+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:39.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:38 smithi102 bash[13966]: audit 2024-01-13T09:13:38.244524+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:40.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:39 smithi084 bash[13940]: cluster 2024-01-13T09:13:38.649582+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:40.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:39 smithi084 bash[17496]: cluster 2024-01-13T09:13:38.649582+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:40.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:39 smithi102 bash[13966]: cluster 2024-01-13T09:13:38.649582+0000 mgr.y (mgr.14140) 80 : cluster [DBG] pgmap v71: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:41.196 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:40 smithi084 bash[17496]: cluster 2024-01-13T09:13:40.651898+0000 mon.a (mon.0) 220 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-13T09:13:41.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:40 smithi084 bash[13940]: cluster 2024-01-13T09:13:40.651898+0000 mon.a (mon.0) 220 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-13T09:13:41.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:40 smithi102 bash[13966]: cluster 2024-01-13T09:13:40.651898+0000 mon.a (mon.0) 220 : cluster [WRN] Health check update: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-13T09:13:42.196 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:41 smithi084 bash[17496]: cluster 2024-01-13T09:13:40.650134+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:42.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:41 smithi084 bash[13940]: cluster 2024-01-13T09:13:40.650134+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:42.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:41 smithi102 bash[13966]: cluster 2024-01-13T09:13:40.650134+0000 mgr.y (mgr.14140) 81 : cluster [DBG] pgmap v72: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:43.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:42 smithi102 bash[13966]: audit 2024-01-13T09:13:42.300733+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-13T09:13:43.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:42 smithi102 bash[13966]: audit 2024-01-13T09:13:42.302418+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:43.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:42 smithi102 bash[13966]: audit 2024-01-13T09:13:42.304321+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-13T09:13:43.406 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:42 smithi084 bash[13940]: audit 2024-01-13T09:13:42.300733+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-13T09:13:43.406 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:42 smithi084 bash[13940]: audit 2024-01-13T09:13:42.302418+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:43.406 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:42 smithi084 bash[13940]: audit 2024-01-13T09:13:42.304321+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-13T09:13:43.407 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:42 smithi084 bash[17496]: audit 2024-01-13T09:13:42.300733+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-13T09:13:43.407 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:42 smithi084 bash[17496]: audit 2024-01-13T09:13:42.302418+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:43.407 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:42 smithi084 bash[17496]: audit 2024-01-13T09:13:42.304321+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-13T09:13:44.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:43 smithi084 bash[13940]: cephadm 2024-01-13T09:13:42.303708+0000 mgr.y (mgr.14140) 82 : cephadm [INF] Deploying daemon osd.1 on smithi084 2024-01-13T09:13:44.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:43 smithi084 bash[13940]: cluster 2024-01-13T09:13:42.650684+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 2024-01-13T09:13:44.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:43 smithi084 bash[17496]: cephadm 2024-01-13T09:13:42.303708+0000 mgr.y (mgr.14140) 82 : cephadm [INF] Deploying daemon osd.1 on smithi084 2024-01-13T09:13:44.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:43 smithi084 bash[17496]: cluster 2024-01-13T09:13:42.650684+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 2024-01-13T09:13:44.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:43 smithi102 bash[13966]: cephadm 2024-01-13T09:13:42.303708+0000 mgr.y (mgr.14140) 82 : cephadm [INF] Deploying daemon osd.1 on smithi084 2024-01-13T09:13:44.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:43 smithi102 bash[13966]: cluster 2024-01-13T09:13:42.650684+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 2024-01-13T09:13:44.735 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 1 on host 'smithi084' 2024-01-13T09:13:45.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:44 smithi084 bash[13940]: audit 2024-01-13T09:13:44.739904+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:45.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:44 smithi084 bash[13940]: audit 2024-01-13T09:13:44.740641+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:45.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:44 smithi084 bash[13940]: audit 2024-01-13T09:13:44.743709+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:45.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:44 smithi084 bash[17496]: audit 2024-01-13T09:13:44.739904+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:45.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:44 smithi084 bash[17496]: audit 2024-01-13T09:13:44.740641+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:45.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:44 smithi084 bash[17496]: audit 2024-01-13T09:13:44.743709+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:45.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:44 smithi102 bash[13966]: audit 2024-01-13T09:13:44.739904+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:45.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:44 smithi102 bash[13966]: audit 2024-01-13T09:13:44.740641+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:45.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:44 smithi102 bash[13966]: audit 2024-01-13T09:13:44.743709+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800491\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800691\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800815\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:17.800934\", \"created\": \"2024-01-13T09:13:16.743207\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_device_update\": \"2024-01-13T09:13:27.255808\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:45.989 DEBUG:teuthology.orchestra.run.smithi084:osd.1> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.1.service 2024-01-13T09:13:45.991 INFO:tasks.cephadm:Deploying osd.2 on smithi084 with /dev/vg_nvme/lv_2... 2024-01-13T09:13:45.991 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-13T09:13:46.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:45 smithi102 bash[13966]: cluster 2024-01-13T09:13:44.651201+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 2024-01-13T09:13:46.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:45 smithi102 bash[13966]: audit 2024-01-13T09:13:45.791244+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:46.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:45 smithi102 bash[13966]: audit 2024-01-13T09:13:45.797220+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:46.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:45 smithi102 bash[13966]: audit 2024-01-13T09:13:45.798410+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:46.445 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:45 smithi084 bash[13940]: cluster 2024-01-13T09:13:44.651201+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 2024-01-13T09:13:46.445 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:45 smithi084 bash[17496]: cluster 2024-01-13T09:13:44.651201+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 2024-01-13T09:13:46.445 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:45 smithi084 bash[13940]: audit 2024-01-13T09:13:45.791244+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:46.445 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:45 smithi084 bash[13940]: audit 2024-01-13T09:13:45.797220+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:46.446 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:45 smithi084 bash[13940]: audit 2024-01-13T09:13:45.798410+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:46.446 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:45 smithi084 bash[17496]: audit 2024-01-13T09:13:45.791244+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:46.446 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:45 smithi084 bash[17496]: audit 2024-01-13T09:13:45.797220+0000 mon.a (mon.0) 228 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:46.446 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:45 smithi084 bash[17496]: audit 2024-01-13T09:13:45.798410+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:47.261 INFO:journalctl@ceph.osd.1.smithi084.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:13:47.261 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:13:47 smithi084 bash[20864]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-13T09:13:47.261 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:13:47 smithi084 bash[20864]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-1 --no-mon-config 2024-01-13T09:13:47.261 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:13:47 smithi084 bash[20864]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-01-13T09:13:47.261 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:13:47 smithi084 bash[20864]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-01-13T09:13:47.261 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:13:47 smithi084 bash[20864]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-13T09:13:47.261 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:13:47 smithi084 bash[20864]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-13T09:13:47.261 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:13:47 smithi084 bash[20864]: --> ceph-volume lvm activate successful for osd ID: 1 2024-01-13T09:13:48.239 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:47 smithi084 bash[13940]: cluster 2024-01-13T09:13:46.651766+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 2024-01-13T09:13:48.239 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:47 smithi084 bash[17496]: cluster 2024-01-13T09:13:46.651766+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 2024-01-13T09:13:48.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:47 smithi102 bash[13966]: cluster 2024-01-13T09:13:46.651766+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 2024-01-13T09:13:50.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:49 smithi102 bash[13966]: cluster 2024-01-13T09:13:48.652317+0000 mgr.y (mgr.14140) 86 : cluster [DBG] pgmap v76: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:50.446 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:50 smithi084 bash[17496]: cluster 2024-01-13T09:13:48.652317+0000 mgr.y (mgr.14140) 86 : cluster [DBG] pgmap v76: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:50.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:49 smithi084 bash[13940]: cluster 2024-01-13T09:13:48.652317+0000 mgr.y (mgr.14140) 86 : cluster [DBG] pgmap v76: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:50.946 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:13:50 smithi084 bash[21097]: debug 2024-01-13T09:13:50.666+0000 7ff95f577ec0 -1 Falling back to public interface 2024-01-13T09:13:51.696 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:13:51 smithi084 bash[21097]: debug 2024-01-13T09:13:51.282+0000 7ff95f577ec0 -1 osd.1 0 log_to_monitors {default=true} 2024-01-13T09:13:52.279 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:52 smithi084 bash[13940]: cluster 2024-01-13T09:13:50.652917+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v77: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:52.279 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:52 smithi084 bash[13940]: audit 2024-01-13T09:13:51.292804+0000 mon.c (mon.1) 4 : audit [INF] from='osd.1 [v2:172.21.15.84:6810/4194807849,v1:172.21.15.84:6811/4194807849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-13T09:13:52.280 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:52 smithi084 bash[13940]: audit 2024-01-13T09:13:51.293453+0000 mon.a (mon.0) 230 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-13T09:13:52.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:52 smithi084 bash[17496]: cluster 2024-01-13T09:13:50.652917+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v77: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:52.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:52 smithi084 bash[17496]: audit 2024-01-13T09:13:51.292804+0000 mon.c (mon.1) 4 : audit [INF] from='osd.1 [v2:172.21.15.84:6810/4194807849,v1:172.21.15.84:6811/4194807849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-13T09:13:52.280 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:52 smithi084 bash[17496]: audit 2024-01-13T09:13:51.293453+0000 mon.a (mon.0) 230 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-13T09:13:52.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:52 smithi102 bash[13966]: cluster 2024-01-13T09:13:50.652917+0000 mgr.y (mgr.14140) 87 : cluster [DBG] pgmap v77: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:52.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:52 smithi102 bash[13966]: audit 2024-01-13T09:13:51.292804+0000 mon.c (mon.1) 4 : audit [INF] from='osd.1 [v2:172.21.15.84:6810/4194807849,v1:172.21.15.84:6811/4194807849]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-13T09:13:52.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:52 smithi102 bash[13966]: audit 2024-01-13T09:13:51.293453+0000 mon.a (mon.0) 230 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-13T09:13:52.810 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-13T09:13:52.810 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-13T09:13:52.810 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2024-01-13T09:13:52.811 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2024-01-13T09:13:52.811 INFO:teuthology.orchestra.run.smithi084.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0166903 s, 628 MB/s 2024-01-13T09:13:52.811 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2024-01-13T09:13:53.196 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[21097]: debug 2024-01-13T09:13:53.006+0000 7ff94832c700 -1 osd.1 0 waiting for initial osdmap 2024-01-13T09:13:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[13940]: audit 2024-01-13T09:13:51.999290+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-13T09:13:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[13940]: cluster 2024-01-13T09:13:51.999406+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-13T09:13:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[13940]: audit 2024-01-13T09:13:52.000429+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[13940]: audit 2024-01-13T09:13:52.000504+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.84:6810/4194807849,v1:172.21.15.84:6811/4194807849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:13:53.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[13940]: audit 2024-01-13T09:13:52.001492+0000 mon.a (mon.0) 234 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:13:53.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[17496]: audit 2024-01-13T09:13:51.999290+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-13T09:13:53.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[17496]: cluster 2024-01-13T09:13:51.999406+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-13T09:13:53.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[17496]: audit 2024-01-13T09:13:52.000429+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:53.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[17496]: audit 2024-01-13T09:13:52.000504+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.84:6810/4194807849,v1:172.21.15.84:6811/4194807849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:13:53.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:53 smithi084 bash[17496]: audit 2024-01-13T09:13:52.001492+0000 mon.a (mon.0) 234 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:13:53.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:53 smithi102 bash[13966]: audit 2024-01-13T09:13:51.999290+0000 mon.a (mon.0) 231 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-13T09:13:53.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:53 smithi102 bash[13966]: cluster 2024-01-13T09:13:51.999406+0000 mon.a (mon.0) 232 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-13T09:13:53.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:53 smithi102 bash[13966]: audit 2024-01-13T09:13:52.000429+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:53.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:53 smithi102 bash[13966]: audit 2024-01-13T09:13:52.000504+0000 mon.c (mon.1) 5 : audit [INF] from='osd.1 [v2:172.21.15.84:6810/4194807849,v1:172.21.15.84:6811/4194807849]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:13:53.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:53 smithi102 bash[13966]: audit 2024-01-13T09:13:52.001492+0000 mon.a (mon.0) 234 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:13:53.585 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi084:vg_nvme/lv_2 2024-01-13T09:13:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:54 smithi102 bash[13966]: cluster 2024-01-13T09:13:52.296848+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:13:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:54 smithi102 bash[13966]: cluster 2024-01-13T09:13:52.296908+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:13:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:54 smithi102 bash[13966]: cluster 2024-01-13T09:13:52.653338+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v79: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:54 smithi102 bash[13966]: audit 2024-01-13T09:13:53.004773+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:13:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:54 smithi102 bash[13966]: cluster 2024-01-13T09:13:53.004908+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-13T09:13:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:54 smithi102 bash[13966]: audit 2024-01-13T09:13:53.005228+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:54.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[13940]: cluster 2024-01-13T09:13:52.296848+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:13:54.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[13940]: cluster 2024-01-13T09:13:52.296908+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:13:54.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[13940]: cluster 2024-01-13T09:13:52.653338+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v79: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:54.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[13940]: audit 2024-01-13T09:13:53.004773+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:13:54.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[13940]: cluster 2024-01-13T09:13:53.004908+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-13T09:13:54.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[13940]: audit 2024-01-13T09:13:53.005228+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:54.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[17496]: cluster 2024-01-13T09:13:52.296848+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:13:54.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[17496]: cluster 2024-01-13T09:13:52.296908+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:13:54.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[17496]: cluster 2024-01-13T09:13:52.653338+0000 mgr.y (mgr.14140) 88 : cluster [DBG] pgmap v79: 1 pgs: 1 undersized+peered; 0 B data, 120 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:54.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[17496]: audit 2024-01-13T09:13:53.004773+0000 mon.a (mon.0) 235 : audit [INF] from='osd.1 ' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:13:54.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[17496]: cluster 2024-01-13T09:13:53.004908+0000 mon.a (mon.0) 236 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-13T09:13:54.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:54 smithi084 bash[17496]: audit 2024-01-13T09:13:53.005228+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:55.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:55 smithi102 bash[13966]: cluster 2024-01-13T09:13:54.026148+0000 mon.a (mon.0) 238 : cluster [INF] osd.1 [v2:172.21.15.84:6810/4194807849,v1:172.21.15.84:6811/4194807849] boot 2024-01-13T09:13:55.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:55 smithi102 bash[13966]: cluster 2024-01-13T09:13:54.026242+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-13T09:13:55.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:55 smithi102 bash[13966]: audit 2024-01-13T09:13:54.027238+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:55.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:55 smithi102 bash[13966]: audit 2024-01-13T09:13:54.742330+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:55.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:55 smithi102 bash[13966]: audit 2024-01-13T09:13:54.958457+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:55.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:55 smithi102 bash[13966]: audit 2024-01-13T09:13:54.964363+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:55.433 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[17496]: cluster 2024-01-13T09:13:54.026148+0000 mon.a (mon.0) 238 : cluster [INF] osd.1 [v2:172.21.15.84:6810/4194807849,v1:172.21.15.84:6811/4194807849] boot 2024-01-13T09:13:55.433 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[17496]: cluster 2024-01-13T09:13:54.026242+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-13T09:13:55.433 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[17496]: audit 2024-01-13T09:13:54.027238+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:55.434 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[17496]: audit 2024-01-13T09:13:54.742330+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:55.434 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[13940]: cluster 2024-01-13T09:13:54.026148+0000 mon.a (mon.0) 238 : cluster [INF] osd.1 [v2:172.21.15.84:6810/4194807849,v1:172.21.15.84:6811/4194807849] boot 2024-01-13T09:13:55.434 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[13940]: cluster 2024-01-13T09:13:54.026242+0000 mon.a (mon.0) 239 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-13T09:13:55.434 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[13940]: audit 2024-01-13T09:13:54.027238+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:13:55.434 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[13940]: audit 2024-01-13T09:13:54.742330+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:13:55.434 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[17496]: audit 2024-01-13T09:13:54.958457+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:55.435 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[17496]: audit 2024-01-13T09:13:54.964363+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:55.435 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[13940]: audit 2024-01-13T09:13:54.958457+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:13:55.435 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:55 smithi084 bash[13940]: audit 2024-01-13T09:13:54.964363+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}}, \"last_daemon_update\": \"2024-01-13T09:13:45.789741\", \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:13:56.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:56 smithi102 bash[13966]: cluster 2024-01-13T09:13:54.653903+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v82: 1 pgs: 1 undersized+peered; 0 B data, 136 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:56.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:56 smithi102 bash[13966]: cluster 2024-01-13T09:13:55.046674+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-01-13T09:13:56.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:56 smithi102 bash[13966]: audit 2024-01-13T09:13:55.052975+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240113-091118"}]: dispatch 2024-01-13T09:13:56.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:56 smithi102 bash[13966]: audit 2024-01-13T09:13:55.056577+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240113-091118"}]': finished 2024-01-13T09:13:56.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:56 smithi084 bash[13940]: cluster 2024-01-13T09:13:54.653903+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v82: 1 pgs: 1 undersized+peered; 0 B data, 136 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:56.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:56 smithi084 bash[13940]: cluster 2024-01-13T09:13:55.046674+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-01-13T09:13:56.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:56 smithi084 bash[13940]: audit 2024-01-13T09:13:55.052975+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240113-091118"}]: dispatch 2024-01-13T09:13:56.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:56 smithi084 bash[13940]: audit 2024-01-13T09:13:55.056577+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240113-091118"}]': finished 2024-01-13T09:13:56.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:56 smithi084 bash[17496]: cluster 2024-01-13T09:13:54.653903+0000 mgr.y (mgr.14140) 89 : cluster [DBG] pgmap v82: 1 pgs: 1 undersized+peered; 0 B data, 136 KiB used, 88 GiB / 89 GiB avail 2024-01-13T09:13:56.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:56 smithi084 bash[17496]: cluster 2024-01-13T09:13:55.046674+0000 mon.a (mon.0) 244 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-01-13T09:13:56.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:56 smithi084 bash[17496]: audit 2024-01-13T09:13:55.052975+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240113-091118"}]: dispatch 2024-01-13T09:13:56.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:56 smithi084 bash[17496]: audit 2024-01-13T09:13:55.056577+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240113-091118"}]': finished 2024-01-13T09:13:58.296 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[13940]: cluster 2024-01-13T09:13:56.654614+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v84: 1 pgs: 1 undersized+peered; 0 B data, 280 KiB used, 177 GiB / 179 GiB avail 2024-01-13T09:13:58.297 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[13940]: audit 2024-01-13T09:13:57.246893+0000 mgr.y (mgr.14140) 91 : audit [DBG] from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:13:58.297 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[13940]: cephadm 2024-01-13T09:13:57.248285+0000 mgr.y (mgr.14140) 92 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:13:58.297 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[13940]: audit 2024-01-13T09:13:57.248748+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:13:58.297 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[13940]: audit 2024-01-13T09:13:57.250214+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:58.297 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[13940]: audit 2024-01-13T09:13:57.252099+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:58.297 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[17496]: cluster 2024-01-13T09:13:56.654614+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v84: 1 pgs: 1 undersized+peered; 0 B data, 280 KiB used, 177 GiB / 179 GiB avail 2024-01-13T09:13:58.297 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[17496]: audit 2024-01-13T09:13:57.246893+0000 mgr.y (mgr.14140) 91 : audit [DBG] from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:13:58.297 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[17496]: cephadm 2024-01-13T09:13:57.248285+0000 mgr.y (mgr.14140) 92 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:13:58.297 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[17496]: audit 2024-01-13T09:13:57.248748+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:13:58.297 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[17496]: audit 2024-01-13T09:13:57.250214+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:58.298 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:13:58 smithi084 bash[17496]: audit 2024-01-13T09:13:57.252099+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:13:58.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:58 smithi102 bash[13966]: cluster 2024-01-13T09:13:56.654614+0000 mgr.y (mgr.14140) 90 : cluster [DBG] pgmap v84: 1 pgs: 1 undersized+peered; 0 B data, 280 KiB used, 177 GiB / 179 GiB avail 2024-01-13T09:13:58.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:58 smithi102 bash[13966]: audit 2024-01-13T09:13:57.246893+0000 mgr.y (mgr.14140) 91 : audit [DBG] from='client.14253 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:13:58.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:58 smithi102 bash[13966]: cephadm 2024-01-13T09:13:57.248285+0000 mgr.y (mgr.14140) 92 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:13:58.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:58 smithi102 bash[13966]: audit 2024-01-13T09:13:57.248748+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:13:58.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:58 smithi102 bash[13966]: audit 2024-01-13T09:13:57.250214+0000 mon.a (mon.0) 248 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:13:58.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:13:58 smithi102 bash[13966]: audit 2024-01-13T09:13:57.252099+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:00.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:00 smithi084 bash[13940]: cluster 2024-01-13T09:13:58.655230+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v85: 1 pgs: 1 undersized+peered; 0 B data, 280 KiB used, 177 GiB / 179 GiB avail 2024-01-13T09:14:00.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:00 smithi084 bash[17496]: cluster 2024-01-13T09:13:58.655230+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v85: 1 pgs: 1 undersized+peered; 0 B data, 280 KiB used, 177 GiB / 179 GiB avail 2024-01-13T09:14:00.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:00 smithi102 bash[13966]: cluster 2024-01-13T09:13:58.655230+0000 mgr.y (mgr.14140) 93 : cluster [DBG] pgmap v85: 1 pgs: 1 undersized+peered; 0 B data, 280 KiB used, 177 GiB / 179 GiB avail 2024-01-13T09:14:01.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[13940]: cluster 2024-01-13T09:14:00.655748+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v86: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:01.959 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[13940]: audit 2024-01-13T09:14:00.710512+0000 mon.a (mon.0) 250 : audit [INF] from='client.? 172.21.15.84:0/2340433758' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "748fe0d0-5813-45a9-b529-2be5ff87e9d4"}]: dispatch 2024-01-13T09:14:01.960 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[13940]: audit 2024-01-13T09:14:00.719481+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.84:0/2340433758' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "748fe0d0-5813-45a9-b529-2be5ff87e9d4"}]': finished 2024-01-13T09:14:01.960 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[13940]: cluster 2024-01-13T09:14:00.719638+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-13T09:14:01.960 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[13940]: audit 2024-01-13T09:14:00.719955+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:01.960 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[13940]: cluster 2024-01-13T09:14:01.056868+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-13T09:14:01.960 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[13940]: cluster 2024-01-13T09:14:01.056949+0000 mon.a (mon.0) 255 : cluster [INF] Cluster is now healthy 2024-01-13T09:14:01.960 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[17496]: cluster 2024-01-13T09:14:00.655748+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v86: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:01.960 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[17496]: audit 2024-01-13T09:14:00.710512+0000 mon.a (mon.0) 250 : audit [INF] from='client.? 172.21.15.84:0/2340433758' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "748fe0d0-5813-45a9-b529-2be5ff87e9d4"}]: dispatch 2024-01-13T09:14:01.960 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[17496]: audit 2024-01-13T09:14:00.719481+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.84:0/2340433758' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "748fe0d0-5813-45a9-b529-2be5ff87e9d4"}]': finished 2024-01-13T09:14:01.960 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[17496]: cluster 2024-01-13T09:14:00.719638+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-13T09:14:01.960 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[17496]: audit 2024-01-13T09:14:00.719955+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:01.961 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[17496]: cluster 2024-01-13T09:14:01.056868+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-13T09:14:01.961 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:01 smithi084 bash[17496]: cluster 2024-01-13T09:14:01.056949+0000 mon.a (mon.0) 255 : cluster [INF] Cluster is now healthy 2024-01-13T09:14:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:01 smithi102 bash[13966]: cluster 2024-01-13T09:14:00.655748+0000 mgr.y (mgr.14140) 94 : cluster [DBG] pgmap v86: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:01 smithi102 bash[13966]: audit 2024-01-13T09:14:00.710512+0000 mon.a (mon.0) 250 : audit [INF] from='client.? 172.21.15.84:0/2340433758' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "748fe0d0-5813-45a9-b529-2be5ff87e9d4"}]: dispatch 2024-01-13T09:14:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:01 smithi102 bash[13966]: audit 2024-01-13T09:14:00.719481+0000 mon.a (mon.0) 251 : audit [INF] from='client.? 172.21.15.84:0/2340433758' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "748fe0d0-5813-45a9-b529-2be5ff87e9d4"}]': finished 2024-01-13T09:14:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:01 smithi102 bash[13966]: cluster 2024-01-13T09:14:00.719638+0000 mon.a (mon.0) 252 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-13T09:14:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:01 smithi102 bash[13966]: audit 2024-01-13T09:14:00.719955+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:01 smithi102 bash[13966]: cluster 2024-01-13T09:14:01.056868+0000 mon.a (mon.0) 254 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-13T09:14:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:01 smithi102 bash[13966]: cluster 2024-01-13T09:14:01.056949+0000 mon.a (mon.0) 255 : cluster [INF] Cluster is now healthy 2024-01-13T09:14:03.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:03 smithi084 bash[13940]: cluster 2024-01-13T09:14:02.656282+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v88: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:03.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:03 smithi084 bash[13940]: audit 2024-01-13T09:14:02.970723+0000 mon.a (mon.0) 256 : audit [DBG] from='client.? 172.21.15.84:0/4119430677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:14:03.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:03 smithi084 bash[17496]: cluster 2024-01-13T09:14:02.656282+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v88: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:03.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:03 smithi084 bash[17496]: audit 2024-01-13T09:14:02.970723+0000 mon.a (mon.0) 256 : audit [DBG] from='client.? 172.21.15.84:0/4119430677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:14:04.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:03 smithi102 bash[13966]: cluster 2024-01-13T09:14:02.656282+0000 mgr.y (mgr.14140) 95 : cluster [DBG] pgmap v88: 1 pgs: 1 active+undersized; 0 B data, 304 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:04.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:03 smithi102 bash[13966]: audit 2024-01-13T09:14:02.970723+0000 mon.a (mon.0) 256 : audit [DBG] from='client.? 172.21.15.84:0/4119430677' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:14:05.946 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:05 smithi084 bash[13940]: cluster 2024-01-13T09:14:04.656939+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v89: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:05.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:05 smithi084 bash[17496]: cluster 2024-01-13T09:14:04.656939+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v89: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:06.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:05 smithi102 bash[13966]: cluster 2024-01-13T09:14:04.656939+0000 mgr.y (mgr.14140) 96 : cluster [DBG] pgmap v89: 1 pgs: 1 active+undersized; 0 B data, 312 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:06.946 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:06 smithi084 bash[13940]: audit 2024-01-13T09:14:05.761719+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:06.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:06 smithi084 bash[17496]: audit 2024-01-13T09:14:05.761719+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:07.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:06 smithi102 bash[13966]: audit 2024-01-13T09:14:05.761719+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:07.812 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:07 smithi084 bash[17496]: cluster 2024-01-13T09:14:06.657582+0000 mgr.y (mgr.14140) 97 : 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%) 2024-01-13T09:14:07.812 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:07 smithi084 bash[17496]: cluster 2024-01-13T09:14:06.676832+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-13T09:14:07.812 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:07 smithi084 bash[13940]: cluster 2024-01-13T09:14:06.657582+0000 mgr.y (mgr.14140) 97 : 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%) 2024-01-13T09:14:07.812 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:07 smithi084 bash[13940]: cluster 2024-01-13T09:14:06.676832+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-13T09:14:08.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:07 smithi102 bash[13966]: cluster 2024-01-13T09:14:06.657582+0000 mgr.y (mgr.14140) 97 : 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%) 2024-01-13T09:14:08.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:07 smithi102 bash[13966]: cluster 2024-01-13T09:14:06.676832+0000 mon.a (mon.0) 258 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-13T09:14:09.946 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:09 smithi084 bash[17496]: cluster 2024-01-13T09:14:08.658195+0000 mgr.y (mgr.14140) 98 : 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%) 2024-01-13T09:14:09.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:09 smithi084 bash[13940]: cluster 2024-01-13T09:14:08.658195+0000 mgr.y (mgr.14140) 98 : 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%) 2024-01-13T09:14:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:09 smithi102 bash[13966]: cluster 2024-01-13T09:14:08.658195+0000 mgr.y (mgr.14140) 98 : 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%) 2024-01-13T09:14:10.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:10 smithi084 bash[17496]: audit 2024-01-13T09:14:09.879544+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-13T09:14:10.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:10 smithi084 bash[17496]: audit 2024-01-13T09:14:09.881381+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:10.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:10 smithi084 bash[17496]: cephadm 2024-01-13T09:14:09.882915+0000 mgr.y (mgr.14140) 99 : cephadm [INF] Deploying daemon osd.2 on smithi084 2024-01-13T09:14:10.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:10 smithi084 bash[17496]: audit 2024-01-13T09:14:09.883626+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-13T09:14:10.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:10 smithi084 bash[13940]: audit 2024-01-13T09:14:09.879544+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-13T09:14:10.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:10 smithi084 bash[13940]: audit 2024-01-13T09:14:09.881381+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:10.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:10 smithi084 bash[13940]: cephadm 2024-01-13T09:14:09.882915+0000 mgr.y (mgr.14140) 99 : cephadm [INF] Deploying daemon osd.2 on smithi084 2024-01-13T09:14:10.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:10 smithi084 bash[13940]: audit 2024-01-13T09:14:09.883626+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-13T09:14:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:10 smithi102 bash[13966]: audit 2024-01-13T09:14:09.879544+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-13T09:14:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:10 smithi102 bash[13966]: audit 2024-01-13T09:14:09.881381+0000 mon.a (mon.0) 260 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:10 smithi102 bash[13966]: cephadm 2024-01-13T09:14:09.882915+0000 mgr.y (mgr.14140) 99 : cephadm [INF] Deploying daemon osd.2 on smithi084 2024-01-13T09:14:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:10 smithi102 bash[13966]: audit 2024-01-13T09:14:09.883626+0000 mon.a (mon.0) 261 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-13T09:14:12.090 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:11 smithi084 bash[17496]: cluster 2024-01-13T09:14:10.658851+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%) 2024-01-13T09:14:12.090 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:11 smithi084 bash[13940]: cluster 2024-01-13T09:14:10.658851+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%) 2024-01-13T09:14:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:11 smithi102 bash[13966]: cluster 2024-01-13T09:14:10.658851+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%) 2024-01-13T09:14:12.341 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 2 on host 'smithi084' 2024-01-13T09:14:13.008 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:12 smithi084 bash[17496]: audit 2024-01-13T09:14:12.343110+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:13.008 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:12 smithi084 bash[17496]: audit 2024-01-13T09:14:12.343745+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:13.009 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:12 smithi084 bash[17496]: audit 2024-01-13T09:14:12.347073+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:13.009 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:12 smithi084 bash[13940]: audit 2024-01-13T09:14:12.343110+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:13.009 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:12 smithi084 bash[13940]: audit 2024-01-13T09:14:12.343745+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:13.009 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:12 smithi084 bash[13940]: audit 2024-01-13T09:14:12.347073+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:12 smithi102 bash[13966]: audit 2024-01-13T09:14:12.343110+0000 mon.a (mon.0) 262 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:13.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:12 smithi102 bash[13966]: audit 2024-01-13T09:14:12.343745+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:13.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:12 smithi102 bash[13966]: audit 2024-01-13T09:14:12.347073+0000 mon.a (mon.0) 264 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.788953\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789179\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789310\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789430\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:13:45.789548\", \"created\": \"2024-01-13T09:13:44.718997\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_device_update\": \"2024-01-13T09:13:54.956759\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:13.969 DEBUG:teuthology.orchestra.run.smithi084:osd.2> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.2.service 2024-01-13T09:14:13.971 INFO:tasks.cephadm:Deploying osd.3 on smithi084 with /dev/vg_nvme/lv_1... 2024-01-13T09:14:13.971 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-13T09:14:14.006 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:13 smithi084 bash[17496]: cluster 2024-01-13T09:14:12.659432+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v93: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:14.007 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:13 smithi084 bash[13940]: cluster 2024-01-13T09:14:12.659432+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v93: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:14.008 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:13 smithi084 bash[13940]: audit 2024-01-13T09:14:13.466339+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:14.008 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:13 smithi084 bash[13940]: audit 2024-01-13T09:14:13.472413+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:14.008 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:13 smithi084 bash[13940]: audit 2024-01-13T09:14:13.473865+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:14.009 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:13 smithi084 bash[17496]: audit 2024-01-13T09:14:13.466339+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:14.009 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:13 smithi084 bash[17496]: audit 2024-01-13T09:14:13.472413+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:14.009 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:13 smithi084 bash[17496]: audit 2024-01-13T09:14:13.473865+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:14.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:13 smithi102 bash[13966]: cluster 2024-01-13T09:14:12.659432+0000 mgr.y (mgr.14140) 101 : cluster [DBG] pgmap v93: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:14.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:13 smithi102 bash[13966]: audit 2024-01-13T09:14:13.466339+0000 mon.a (mon.0) 265 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:14.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:13 smithi102 bash[13966]: audit 2024-01-13T09:14:13.472413+0000 mon.a (mon.0) 266 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:14.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:13 smithi102 bash[13966]: audit 2024-01-13T09:14:13.473865+0000 mon.a (mon.0) 267 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:15.735 INFO:journalctl@ceph.osd.2.smithi084.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:14:15.736 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:14:15 smithi084 bash[22462]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-13T09:14:15.736 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:14:15 smithi084 bash[22462]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-2 --no-mon-config 2024-01-13T09:14:15.736 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:14:15 smithi084 bash[22462]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-01-13T09:14:15.736 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:14:15 smithi084 bash[22462]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-01-13T09:14:15.736 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:14:15 smithi084 bash[22462]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-13T09:14:15.736 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:14:15 smithi084 bash[22462]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-13T09:14:15.736 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:14:15 smithi084 bash[22462]: --> ceph-volume lvm activate successful for osd ID: 2 2024-01-13T09:14:15.995 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:15 smithi084 bash[13940]: cluster 2024-01-13T09:14:14.660038+0000 mgr.y (mgr.14140) 102 : 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%) 2024-01-13T09:14:15.995 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:15 smithi084 bash[17496]: cluster 2024-01-13T09:14:14.660038+0000 mgr.y (mgr.14140) 102 : 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%) 2024-01-13T09:14:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:15 smithi102 bash[13966]: cluster 2024-01-13T09:14:14.660038+0000 mgr.y (mgr.14140) 102 : 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%) 2024-01-13T09:14:18.034 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:17 smithi084 bash[13940]: cluster 2024-01-13T09:14:16.660641+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v95: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:18.035 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:17 smithi084 bash[17496]: cluster 2024-01-13T09:14:16.660641+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v95: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:18.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:17 smithi102 bash[13966]: cluster 2024-01-13T09:14:16.660641+0000 mgr.y (mgr.14140) 103 : cluster [DBG] pgmap v95: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:19.196 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:14:18 smithi084 bash[22705]: debug 2024-01-13T09:14:18.710+0000 7f21e7f5fec0 -1 Falling back to public interface 2024-01-13T09:14:19.696 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:14:19 smithi084 bash[22705]: debug 2024-01-13T09:14:19.322+0000 7f21e7f5fec0 -1 osd.2 0 log_to_monitors {default=true} 2024-01-13T09:14:20.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:19 smithi102 bash[13966]: cluster 2024-01-13T09:14:18.661257+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v96: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:20.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:19 smithi102 bash[13966]: audit 2024-01-13T09:14:19.330938+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.84:6818/1948907866,v1:172.21.15.84:6819/1948907866]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-13T09:14:20.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:19 smithi102 bash[13966]: audit 2024-01-13T09:14:19.331554+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-13T09:14:20.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:19 smithi084 bash[13940]: cluster 2024-01-13T09:14:18.661257+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v96: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:20.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:19 smithi084 bash[13940]: audit 2024-01-13T09:14:19.330938+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.84:6818/1948907866,v1:172.21.15.84:6819/1948907866]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-13T09:14:20.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:19 smithi084 bash[13940]: audit 2024-01-13T09:14:19.331554+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-13T09:14:20.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:19 smithi084 bash[17496]: cluster 2024-01-13T09:14:18.661257+0000 mgr.y (mgr.14140) 104 : cluster [DBG] pgmap v96: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:20.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:19 smithi084 bash[17496]: audit 2024-01-13T09:14:19.330938+0000 mon.c (mon.1) 6 : audit [INF] from='osd.2 [v2:172.21.15.84:6818/1948907866,v1:172.21.15.84:6819/1948907866]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-13T09:14:20.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:19 smithi084 bash[17496]: audit 2024-01-13T09:14:19.331554+0000 mon.a (mon.0) 268 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-13T09:14:20.397 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-13T09:14:20.397 INFO:teuthology.orchestra.run.smithi084.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-13T09:14:20.397 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10+0 records in 2024-01-13T09:14:20.397 INFO:teuthology.orchestra.run.smithi084.stderr:10+0 records out 2024-01-13T09:14:20.398 INFO:teuthology.orchestra.run.smithi084.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0231846 s, 452 MB/s 2024-01-13T09:14:20.398 INFO:teuthology.orchestra.run.smithi084.stderr:--> Zapping successful for: 2024-01-13T09:14:20.946 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[22705]: debug 2024-01-13T09:14:20.750+0000 7f21ccd0c700 -1 osd.2 0 waiting for initial osdmap 2024-01-13T09:14:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[13940]: audit 2024-01-13T09:14:19.736354+0000 mon.a (mon.0) 269 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-13T09:14:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[13940]: cluster 2024-01-13T09:14:19.736440+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-01-13T09:14:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[13940]: audit 2024-01-13T09:14:19.737428+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[13940]: audit 2024-01-13T09:14:19.739094+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.84:6818/1948907866,v1:172.21.15.84:6819/1948907866]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[13940]: audit 2024-01-13T09:14:19.744605+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[13940]: cluster 2024-01-13T09:14:20.301268+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:14:20.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[13940]: cluster 2024-01-13T09:14:20.301350+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:14:20.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[17496]: audit 2024-01-13T09:14:19.736354+0000 mon.a (mon.0) 269 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-13T09:14:20.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[17496]: cluster 2024-01-13T09:14:19.736440+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-01-13T09:14:20.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[17496]: audit 2024-01-13T09:14:19.737428+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:20.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[17496]: audit 2024-01-13T09:14:19.739094+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.84:6818/1948907866,v1:172.21.15.84:6819/1948907866]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:20.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[17496]: audit 2024-01-13T09:14:19.744605+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:20.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[17496]: cluster 2024-01-13T09:14:20.301268+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:14:20.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:20 smithi084 bash[17496]: cluster 2024-01-13T09:14:20.301350+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:14:21.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:20 smithi102 bash[13966]: audit 2024-01-13T09:14:19.736354+0000 mon.a (mon.0) 269 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-13T09:14:21.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:20 smithi102 bash[13966]: cluster 2024-01-13T09:14:19.736440+0000 mon.a (mon.0) 270 : cluster [DBG] osdmap e19: 3 total, 2 up, 2 in 2024-01-13T09:14:21.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:20 smithi102 bash[13966]: audit 2024-01-13T09:14:19.737428+0000 mon.a (mon.0) 271 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:21.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:20 smithi102 bash[13966]: audit 2024-01-13T09:14:19.739094+0000 mon.c (mon.1) 7 : audit [INF] from='osd.2 [v2:172.21.15.84:6818/1948907866,v1:172.21.15.84:6819/1948907866]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:21.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:20 smithi102 bash[13966]: audit 2024-01-13T09:14:19.744605+0000 mon.a (mon.0) 272 : audit [INF] from='osd.2 ' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:21.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:20 smithi102 bash[13966]: cluster 2024-01-13T09:14:20.301268+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:14:21.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:20 smithi102 bash[13966]: cluster 2024-01-13T09:14:20.301350+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:14:21.164 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi084:vg_nvme/lv_1 2024-01-13T09:14:22.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:21 smithi102 bash[13966]: cluster 2024-01-13T09:14:20.661776+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v98: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:22.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:21 smithi102 bash[13966]: audit 2024-01-13T09:14:20.747519+0000 mon.a (mon.0) 273 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:14:22.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:21 smithi102 bash[13966]: cluster 2024-01-13T09:14:20.747676+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-01-13T09:14:22.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:21 smithi102 bash[13966]: audit 2024-01-13T09:14:20.749086+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:22.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:21 smithi084 bash[13940]: cluster 2024-01-13T09:14:20.661776+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v98: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:22.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:21 smithi084 bash[13940]: audit 2024-01-13T09:14:20.747519+0000 mon.a (mon.0) 273 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:14:22.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:21 smithi084 bash[13940]: cluster 2024-01-13T09:14:20.747676+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-01-13T09:14:22.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:21 smithi084 bash[13940]: audit 2024-01-13T09:14:20.749086+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:22.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:21 smithi084 bash[17496]: cluster 2024-01-13T09:14:20.661776+0000 mgr.y (mgr.14140) 105 : cluster [DBG] pgmap v98: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:22.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:21 smithi084 bash[17496]: audit 2024-01-13T09:14:20.747519+0000 mon.a (mon.0) 273 : audit [INF] from='osd.2 ' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:14:22.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:21 smithi084 bash[17496]: cluster 2024-01-13T09:14:20.747676+0000 mon.a (mon.0) 274 : cluster [DBG] osdmap e20: 3 total, 2 up, 2 in 2024-01-13T09:14:22.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:21 smithi084 bash[17496]: audit 2024-01-13T09:14:20.749086+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:23.127 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:22 smithi084 bash[17496]: cluster 2024-01-13T09:14:21.764481+0000 mon.a (mon.0) 276 : cluster [INF] osd.2 [v2:172.21.15.84:6818/1948907866,v1:172.21.15.84:6819/1948907866] boot 2024-01-13T09:14:23.127 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:22 smithi084 bash[17496]: cluster 2024-01-13T09:14:21.764583+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-01-13T09:14:23.127 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:22 smithi084 bash[17496]: audit 2024-01-13T09:14:21.765594+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:23.127 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:22 smithi084 bash[17496]: audit 2024-01-13T09:14:22.584950+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:23.127 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:22 smithi084 bash[17496]: cluster 2024-01-13T09:14:22.761339+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-01-13T09:14:23.128 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:22 smithi084 bash[13940]: cluster 2024-01-13T09:14:21.764481+0000 mon.a (mon.0) 276 : cluster [INF] osd.2 [v2:172.21.15.84:6818/1948907866,v1:172.21.15.84:6819/1948907866] boot 2024-01-13T09:14:23.128 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:22 smithi084 bash[13940]: cluster 2024-01-13T09:14:21.764583+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-01-13T09:14:23.128 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:22 smithi084 bash[13940]: audit 2024-01-13T09:14:21.765594+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:23.128 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:22 smithi084 bash[13940]: audit 2024-01-13T09:14:22.584950+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:23.128 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:22 smithi084 bash[13940]: cluster 2024-01-13T09:14:22.761339+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-01-13T09:14:23.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:22 smithi102 bash[13966]: cluster 2024-01-13T09:14:21.764481+0000 mon.a (mon.0) 276 : cluster [INF] osd.2 [v2:172.21.15.84:6818/1948907866,v1:172.21.15.84:6819/1948907866] boot 2024-01-13T09:14:23.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:22 smithi102 bash[13966]: cluster 2024-01-13T09:14:21.764583+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e21: 3 total, 3 up, 3 in 2024-01-13T09:14:23.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:22 smithi102 bash[13966]: audit 2024-01-13T09:14:21.765594+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:14:23.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:22 smithi102 bash[13966]: audit 2024-01-13T09:14:22.584950+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:23.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:22 smithi102 bash[13966]: cluster 2024-01-13T09:14:22.761339+0000 mon.a (mon.0) 280 : cluster [DBG] osdmap e22: 3 total, 3 up, 3 in 2024-01-13T09:14:23.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:23 smithi084 bash[13940]: cluster 2024-01-13T09:14:22.662282+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v101: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:23.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:23 smithi084 bash[17496]: cluster 2024-01-13T09:14:22.662282+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v101: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:23.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:23 smithi084 bash[13940]: audit 2024-01-13T09:14:22.812989+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:23.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:23 smithi084 bash[13940]: audit 2024-01-13T09:14:22.816634+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:23.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:23 smithi084 bash[17496]: audit 2024-01-13T09:14:22.812989+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:23.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:23 smithi084 bash[17496]: audit 2024-01-13T09:14:22.816634+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:23 smithi102 bash[13966]: cluster 2024-01-13T09:14:22.662282+0000 mgr.y (mgr.14140) 106 : cluster [DBG] pgmap v101: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:23 smithi102 bash[13966]: audit 2024-01-13T09:14:22.812989+0000 mon.a (mon.0) 281 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:24.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:23 smithi102 bash[13966]: audit 2024-01-13T09:14:22.816634+0000 mon.a (mon.0) 282 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}}, \"last_daemon_update\": \"2024-01-13T09:14:13.465185\", \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:26.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:25 smithi102 bash[13966]: cluster 2024-01-13T09:14:24.662783+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v103: 1 pgs: 1 active+undersized+degraded; 0 B data, 536 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:26.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:25 smithi102 bash[13966]: audit 2024-01-13T09:14:24.836168+0000 mgr.y (mgr.14140) 108 : audit [DBG] from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:14:26.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:25 smithi102 bash[13966]: cephadm 2024-01-13T09:14:24.837604+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:14:26.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:25 smithi102 bash[13966]: audit 2024-01-13T09:14:24.838136+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:14:26.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:25 smithi102 bash[13966]: audit 2024-01-13T09:14:24.839619+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:26.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:25 smithi102 bash[13966]: audit 2024-01-13T09:14:24.841784+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:26.130 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[13940]: cluster 2024-01-13T09:14:24.662783+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v103: 1 pgs: 1 active+undersized+degraded; 0 B data, 536 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:26.130 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[13940]: audit 2024-01-13T09:14:24.836168+0000 mgr.y (mgr.14140) 108 : audit [DBG] from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:14:26.130 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[13940]: cephadm 2024-01-13T09:14:24.837604+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:14:26.130 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[13940]: audit 2024-01-13T09:14:24.838136+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:14:26.130 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[13940]: audit 2024-01-13T09:14:24.839619+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:26.130 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[13940]: audit 2024-01-13T09:14:24.841784+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:26.130 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[17496]: cluster 2024-01-13T09:14:24.662783+0000 mgr.y (mgr.14140) 107 : cluster [DBG] pgmap v103: 1 pgs: 1 active+undersized+degraded; 0 B data, 536 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-01-13T09:14:26.131 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[17496]: audit 2024-01-13T09:14:24.836168+0000 mgr.y (mgr.14140) 108 : audit [DBG] from='client.24196 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi084:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:14:26.131 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[17496]: cephadm 2024-01-13T09:14:24.837604+0000 mgr.y (mgr.14140) 109 : cephadm [INF] Applying osd on host smithi084... 2024-01-13T09:14:26.131 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[17496]: audit 2024-01-13T09:14:24.838136+0000 mon.a (mon.0) 283 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:14:26.131 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[17496]: audit 2024-01-13T09:14:24.839619+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:26.131 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:25 smithi084 bash[17496]: audit 2024-01-13T09:14:24.841784+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:27.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:26 smithi102 bash[13966]: cluster 2024-01-13T09:14:26.786917+0000 mon.a (mon.0) 286 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-13T09:14:27.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:26 smithi102 bash[13966]: cluster 2024-01-13T09:14:26.786986+0000 mon.a (mon.0) 287 : cluster [INF] Cluster is now healthy 2024-01-13T09:14:27.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:26 smithi084 bash[13940]: cluster 2024-01-13T09:14:26.786917+0000 mon.a (mon.0) 286 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-13T09:14:27.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:26 smithi084 bash[13940]: cluster 2024-01-13T09:14:26.786986+0000 mon.a (mon.0) 287 : cluster [INF] Cluster is now healthy 2024-01-13T09:14:27.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:26 smithi084 bash[17496]: cluster 2024-01-13T09:14:26.786917+0000 mon.a (mon.0) 286 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-13T09:14:27.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:26 smithi084 bash[17496]: cluster 2024-01-13T09:14:26.786986+0000 mon.a (mon.0) 287 : cluster [INF] Cluster is now healthy 2024-01-13T09:14:27.946 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:27 smithi084 bash[13940]: cluster 2024-01-13T09:14:26.663311+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:27.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:27 smithi084 bash[17496]: cluster 2024-01-13T09:14:26.663311+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:28.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:27 smithi102 bash[13966]: cluster 2024-01-13T09:14:26.663311+0000 mgr.y (mgr.14140) 110 : cluster [DBG] pgmap v104: 1 pgs: 1 active+clean; 0 B data, 568 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:29.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:28 smithi102 bash[13966]: audit 2024-01-13T09:14:28.449289+0000 mon.a (mon.0) 288 : audit [INF] from='client.? 172.21.15.84:0/3575497707' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7761e142-eeb9-4938-abf7-0b7d3964f02a"}]: dispatch 2024-01-13T09:14:29.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:28 smithi102 bash[13966]: audit 2024-01-13T09:14:28.456976+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.84:0/3575497707' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7761e142-eeb9-4938-abf7-0b7d3964f02a"}]': finished 2024-01-13T09:14:29.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:28 smithi102 bash[13966]: cluster 2024-01-13T09:14:28.457096+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-01-13T09:14:29.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:28 smithi102 bash[13966]: audit 2024-01-13T09:14:28.457358+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:29.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:28 smithi084 bash[13940]: audit 2024-01-13T09:14:28.449289+0000 mon.a (mon.0) 288 : audit [INF] from='client.? 172.21.15.84:0/3575497707' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7761e142-eeb9-4938-abf7-0b7d3964f02a"}]: dispatch 2024-01-13T09:14:29.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:28 smithi084 bash[13940]: audit 2024-01-13T09:14:28.456976+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.84:0/3575497707' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7761e142-eeb9-4938-abf7-0b7d3964f02a"}]': finished 2024-01-13T09:14:29.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:28 smithi084 bash[13940]: cluster 2024-01-13T09:14:28.457096+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-01-13T09:14:29.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:28 smithi084 bash[13940]: audit 2024-01-13T09:14:28.457358+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:29.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:28 smithi084 bash[17496]: audit 2024-01-13T09:14:28.449289+0000 mon.a (mon.0) 288 : audit [INF] from='client.? 172.21.15.84:0/3575497707' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "7761e142-eeb9-4938-abf7-0b7d3964f02a"}]: dispatch 2024-01-13T09:14:29.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:28 smithi084 bash[17496]: audit 2024-01-13T09:14:28.456976+0000 mon.a (mon.0) 289 : audit [INF] from='client.? 172.21.15.84:0/3575497707' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "7761e142-eeb9-4938-abf7-0b7d3964f02a"}]': finished 2024-01-13T09:14:29.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:28 smithi084 bash[17496]: cluster 2024-01-13T09:14:28.457096+0000 mon.a (mon.0) 290 : cluster [DBG] osdmap e23: 4 total, 3 up, 3 in 2024-01-13T09:14:29.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:28 smithi084 bash[17496]: audit 2024-01-13T09:14:28.457358+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:30.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:29 smithi102 bash[13966]: cluster 2024-01-13T09:14:28.663865+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:30.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:29 smithi084 bash[13940]: cluster 2024-01-13T09:14:28.663865+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:30.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:29 smithi084 bash[17496]: cluster 2024-01-13T09:14:28.663865+0000 mgr.y (mgr.14140) 111 : cluster [DBG] pgmap v106: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:32.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:31 smithi102 bash[13966]: cluster 2024-01-13T09:14:30.664503+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:32.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:31 smithi102 bash[13966]: audit 2024-01-13T09:14:30.913226+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.84:0/3597737922' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:14:32.196 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:31 smithi084 bash[17496]: cluster 2024-01-13T09:14:30.664503+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:32.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:31 smithi084 bash[17496]: audit 2024-01-13T09:14:30.913226+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.84:0/3597737922' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:14:32.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:31 smithi084 bash[13940]: cluster 2024-01-13T09:14:30.664503+0000 mgr.y (mgr.14140) 112 : cluster [DBG] pgmap v107: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:32.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:31 smithi084 bash[13940]: audit 2024-01-13T09:14:30.913226+0000 mon.a (mon.0) 292 : audit [DBG] from='client.? 172.21.15.84:0/3597737922' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:14:34.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:33 smithi102 bash[13966]: cluster 2024-01-13T09:14:32.665193+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:34.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:33 smithi102 bash[13966]: audit 2024-01-13T09:14:33.675806+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:34.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:33 smithi084 bash[13940]: cluster 2024-01-13T09:14:32.665193+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:34.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:33 smithi084 bash[13940]: audit 2024-01-13T09:14:33.675806+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:34.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:33 smithi084 bash[17496]: cluster 2024-01-13T09:14:32.665193+0000 mgr.y (mgr.14140) 113 : cluster [DBG] pgmap v108: 1 pgs: 1 active+clean; 0 B data, 576 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:34.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:33 smithi084 bash[17496]: audit 2024-01-13T09:14:33.675806+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:36.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:35 smithi102 bash[13966]: cluster 2024-01-13T09:14:34.665765+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:36.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:35 smithi084 bash[13940]: cluster 2024-01-13T09:14:34.665765+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:36.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:35 smithi084 bash[17496]: cluster 2024-01-13T09:14:34.665765+0000 mgr.y (mgr.14140) 114 : cluster [DBG] pgmap v109: 1 pgs: 1 active+clean; 0 B data, 592 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:14:38.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:37 smithi102 bash[13966]: cluster 2024-01-13T09:14:36.666292+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:38.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:37 smithi102 bash[13966]: audit 2024-01-13T09:14:37.639294+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-13T09:14:38.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:37 smithi102 bash[13966]: audit 2024-01-13T09:14:37.641078+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:38.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:37 smithi102 bash[13966]: audit 2024-01-13T09:14:37.642754+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-13T09:14:38.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:37 smithi084 bash[17496]: cluster 2024-01-13T09:14:36.666292+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:38.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:37 smithi084 bash[17496]: audit 2024-01-13T09:14:37.639294+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-13T09:14:38.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:37 smithi084 bash[17496]: audit 2024-01-13T09:14:37.641078+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:38.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:37 smithi084 bash[17496]: audit 2024-01-13T09:14:37.642754+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-13T09:14:38.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:37 smithi084 bash[13940]: cluster 2024-01-13T09:14:36.666292+0000 mgr.y (mgr.14140) 115 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:38.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:37 smithi084 bash[13940]: audit 2024-01-13T09:14:37.639294+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-13T09:14:38.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:37 smithi084 bash[13940]: audit 2024-01-13T09:14:37.641078+0000 mon.a (mon.0) 295 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:38.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:37 smithi084 bash[13940]: audit 2024-01-13T09:14:37.642754+0000 mon.a (mon.0) 296 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-13T09:14:38.946 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:38 smithi084 bash[13940]: cephadm 2024-01-13T09:14:37.642289+0000 mgr.y (mgr.14140) 116 : cephadm [INF] Deploying daemon osd.3 on smithi084 2024-01-13T09:14:38.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:38 smithi084 bash[17496]: cephadm 2024-01-13T09:14:37.642289+0000 mgr.y (mgr.14140) 116 : cephadm [INF] Deploying daemon osd.3 on smithi084 2024-01-13T09:14:39.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:38 smithi102 bash[13966]: cephadm 2024-01-13T09:14:37.642289+0000 mgr.y (mgr.14140) 116 : cephadm [INF] Deploying daemon osd.3 on smithi084 2024-01-13T09:14:40.013 INFO:teuthology.orchestra.run.smithi084.stdout:Created osd(s) 3 on host 'smithi084' 2024-01-13T09:14:40.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:39 smithi084 bash[13940]: cluster 2024-01-13T09:14:38.666852+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:40.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:39 smithi084 bash[17496]: cluster 2024-01-13T09:14:38.666852+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:40.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:39 smithi102 bash[13966]: cluster 2024-01-13T09:14:38.666852+0000 mgr.y (mgr.14140) 117 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:40 smithi084 bash[17496]: audit 2024-01-13T09:14:40.012731+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:40 smithi084 bash[17496]: audit 2024-01-13T09:14:40.013195+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:40 smithi084 bash[17496]: audit 2024-01-13T09:14:40.018777+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:41.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:40 smithi084 bash[13940]: audit 2024-01-13T09:14:40.012731+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:41.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:40 smithi084 bash[13940]: audit 2024-01-13T09:14:40.013195+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:41.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:40 smithi084 bash[13940]: audit 2024-01-13T09:14:40.018777+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:41.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:40 smithi102 bash[13966]: audit 2024-01-13T09:14:40.012731+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:41.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:40 smithi102 bash[13966]: audit 2024-01-13T09:14:40.013195+0000 mon.a (mon.0) 298 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:41.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:40 smithi102 bash[13966]: audit 2024-01-13T09:14:40.018777+0000 mon.a (mon.0) 299 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464782\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464889\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464937\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.464983\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465027\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:13.465072\", \"created\": \"2024-01-13T09:14:12.322539\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_device_update\": \"2024-01-13T09:14:22.811751\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:41.939 DEBUG:teuthology.orchestra.run.smithi084:osd.3> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.3.service 2024-01-13T09:14:41.942 INFO:tasks.cephadm:Deploying osd.4 on smithi102 with /dev/vg_nvme/lv_4... 2024-01-13T09:14:41.942 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-13T09:14:42.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[17496]: cluster 2024-01-13T09:14:40.667266+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:42.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[17496]: audit 2024-01-13T09:14:41.051364+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:42.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[17496]: audit 2024-01-13T09:14:41.055156+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:42.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[17496]: audit 2024-01-13T09:14:41.056259+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:42.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[13940]: cluster 2024-01-13T09:14:40.667266+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:42.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[13940]: audit 2024-01-13T09:14:41.051364+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:42.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[13940]: audit 2024-01-13T09:14:41.055156+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:42.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[13940]: audit 2024-01-13T09:14:41.056259+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:42.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:42 smithi102 bash[13966]: cluster 2024-01-13T09:14:40.667266+0000 mgr.y (mgr.14140) 118 : cluster [DBG] pgmap v112: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:42.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:42 smithi102 bash[13966]: audit 2024-01-13T09:14:41.051364+0000 mon.a (mon.0) 300 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:42.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:42 smithi102 bash[13966]: audit 2024-01-13T09:14:41.055156+0000 mon.a (mon.0) 301 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:42.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:42 smithi102 bash[13966]: audit 2024-01-13T09:14:41.056259+0000 mon.a (mon.0) 302 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:42.414 INFO:journalctl@ceph.osd.3.smithi084.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:14:42.947 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[24076]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-01-13T09:14:42.947 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[24076]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-3 --no-mon-config 2024-01-13T09:14:42.947 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[24076]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-01-13T09:14:42.947 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[24076]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-01-13T09:14:42.947 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[24076]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-01-13T09:14:42.947 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[24076]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-01-13T09:14:42.947 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:14:42 smithi084 bash[24076]: --> ceph-volume lvm activate successful for osd ID: 3 2024-01-13T09:14:44.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:44 smithi084 bash[13940]: cluster 2024-01-13T09:14:42.667775+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:44.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:44 smithi084 bash[17496]: cluster 2024-01-13T09:14:42.667775+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:44.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:44 smithi102 bash[13966]: cluster 2024-01-13T09:14:42.667775+0000 mgr.y (mgr.14140) 119 : cluster [DBG] pgmap v113: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:44.760 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-13T09:14:44.760 INFO:teuthology.orchestra.run.smithi102.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-13T09:14:44.760 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10+0 records in 2024-01-13T09:14:44.761 INFO:teuthology.orchestra.run.smithi102.stderr:10+0 records out 2024-01-13T09:14:44.761 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0180932 s, 580 MB/s 2024-01-13T09:14:44.761 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping successful for: 2024-01-13T09:14:45.430 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi102:vg_nvme/lv_4 2024-01-13T09:14:46.196 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:46 smithi084 bash[13940]: cluster 2024-01-13T09:14:44.668290+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:46.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:46 smithi084 bash[17496]: cluster 2024-01-13T09:14:44.668290+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:46.197 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:14:45 smithi084 bash[24396]: debug 2024-01-13T09:14:45.913+0000 7f3e4a28fec0 -1 Falling back to public interface 2024-01-13T09:14:46.342 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:46 smithi102 bash[13966]: cluster 2024-01-13T09:14:44.668290+0000 mgr.y (mgr.14140) 120 : cluster [DBG] pgmap v114: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:46.946 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:14:46 smithi084 bash[24396]: debug 2024-01-13T09:14:46.585+0000 7f3e4a28fec0 -1 osd.3 0 log_to_monitors {default=true} 2024-01-13T09:14:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:47 smithi102 bash[13966]: audit 2024-01-13T09:14:46.594891+0000 mon.c (mon.1) 8 : audit [INF] from='osd.3 [v2:172.21.15.84:6826/2697976143,v1:172.21.15.84:6827/2697976143]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-13T09:14:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:47 smithi102 bash[13966]: audit 2024-01-13T09:14:46.595389+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-13T09:14:47.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:47 smithi084 bash[13940]: audit 2024-01-13T09:14:46.594891+0000 mon.c (mon.1) 8 : audit [INF] from='osd.3 [v2:172.21.15.84:6826/2697976143,v1:172.21.15.84:6827/2697976143]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-13T09:14:47.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:47 smithi084 bash[13940]: audit 2024-01-13T09:14:46.595389+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-13T09:14:47.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:47 smithi084 bash[17496]: audit 2024-01-13T09:14:46.594891+0000 mon.c (mon.1) 8 : audit [INF] from='osd.3 [v2:172.21.15.84:6826/2697976143,v1:172.21.15.84:6827/2697976143]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-13T09:14:47.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:47 smithi084 bash[17496]: audit 2024-01-13T09:14:46.595389+0000 mon.a (mon.0) 303 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-13T09:14:48.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: cluster 2024-01-13T09:14:46.668837+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:48.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: audit 2024-01-13T09:14:47.049383+0000 mon.a (mon.0) 304 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-13T09:14:48.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: cluster 2024-01-13T09:14:47.049449+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-01-13T09:14:48.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: audit 2024-01-13T09:14:47.049609+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:48.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: audit 2024-01-13T09:14:47.051185+0000 mon.c (mon.1) 9 : audit [INF] from='osd.3 [v2:172.21.15.84:6826/2697976143,v1:172.21.15.84:6827/2697976143]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:48.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: audit 2024-01-13T09:14:47.051558+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:48.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: audit 2024-01-13T09:14:47.245651+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:48.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: audit 2024-01-13T09:14:47.471577+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:48.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: audit 2024-01-13T09:14:47.477409+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:48.130 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: cluster 2024-01-13T09:14:47.577817+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:14:48.130 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:48 smithi102 bash[13966]: cluster 2024-01-13T09:14:47.577937+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:14:48.447 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[24396]: debug 2024-01-13T09:14:48.057+0000 7f3e2f03c700 -1 osd.3 0 waiting for initial osdmap 2024-01-13T09:14:48.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: cluster 2024-01-13T09:14:46.668837+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:48.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: audit 2024-01-13T09:14:47.049383+0000 mon.a (mon.0) 304 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-13T09:14:48.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: cluster 2024-01-13T09:14:47.049449+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-01-13T09:14:48.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: audit 2024-01-13T09:14:47.049609+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:48.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: audit 2024-01-13T09:14:47.051185+0000 mon.c (mon.1) 9 : audit [INF] from='osd.3 [v2:172.21.15.84:6826/2697976143,v1:172.21.15.84:6827/2697976143]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:48.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: audit 2024-01-13T09:14:47.051558+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:48.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: audit 2024-01-13T09:14:47.245651+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:48.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: cluster 2024-01-13T09:14:46.668837+0000 mgr.y (mgr.14140) 121 : cluster [DBG] pgmap v115: 1 pgs: 1 active+clean; 0 B data, 600 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:48.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: audit 2024-01-13T09:14:47.049383+0000 mon.a (mon.0) 304 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-13T09:14:48.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: cluster 2024-01-13T09:14:47.049449+0000 mon.a (mon.0) 305 : cluster [DBG] osdmap e24: 4 total, 3 up, 3 in 2024-01-13T09:14:48.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: audit 2024-01-13T09:14:47.049609+0000 mon.a (mon.0) 306 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:48.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: audit 2024-01-13T09:14:47.051185+0000 mon.c (mon.1) 9 : audit [INF] from='osd.3 [v2:172.21.15.84:6826/2697976143,v1:172.21.15.84:6827/2697976143]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:48.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: audit 2024-01-13T09:14:47.051558+0000 mon.a (mon.0) 307 : audit [INF] from='osd.3 ' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]: dispatch 2024-01-13T09:14:48.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: audit 2024-01-13T09:14:47.245651+0000 mon.a (mon.0) 308 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:14:48.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: audit 2024-01-13T09:14:47.471577+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:48.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: audit 2024-01-13T09:14:47.477409+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:48.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: cluster 2024-01-13T09:14:47.577817+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:14:48.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[17496]: cluster 2024-01-13T09:14:47.577937+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:14:48.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: audit 2024-01-13T09:14:47.471577+0000 mon.a (mon.0) 309 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:14:48.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: audit 2024-01-13T09:14:47.477409+0000 mon.a (mon.0) 310 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}}, \"last_daemon_update\": \"2024-01-13T09:14:41.050308\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:14:48.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: cluster 2024-01-13T09:14:47.577817+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:14:48.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:48 smithi084 bash[13940]: cluster 2024-01-13T09:14:47.577937+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:14:49.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:49 smithi102 bash[13966]: audit 2024-01-13T09:14:48.058067+0000 mon.a (mon.0) 311 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:14:49.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:49 smithi102 bash[13966]: cluster 2024-01-13T09:14:48.058187+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-01-13T09:14:49.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:49 smithi102 bash[13966]: audit 2024-01-13T09:14:48.059421+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:49.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:49 smithi102 bash[13966]: audit 2024-01-13T09:14:48.217253+0000 mgr.y (mgr.14140) 122 : audit [DBG] from='client.34193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:14:49.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:49 smithi102 bash[13966]: cephadm 2024-01-13T09:14:48.219212+0000 mgr.y (mgr.14140) 123 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:14:49.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:49 smithi102 bash[13966]: audit 2024-01-13T09:14:48.219822+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:14:49.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:49 smithi102 bash[13966]: audit 2024-01-13T09:14:48.221668+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:49.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:49 smithi102 bash[13966]: audit 2024-01-13T09:14:48.224289+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:49.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[13940]: audit 2024-01-13T09:14:48.058067+0000 mon.a (mon.0) 311 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:14:49.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[13940]: cluster 2024-01-13T09:14:48.058187+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-01-13T09:14:49.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[13940]: audit 2024-01-13T09:14:48.059421+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:49.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[13940]: audit 2024-01-13T09:14:48.217253+0000 mgr.y (mgr.14140) 122 : audit [DBG] from='client.34193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:14:49.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[13940]: cephadm 2024-01-13T09:14:48.219212+0000 mgr.y (mgr.14140) 123 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:14:49.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[13940]: audit 2024-01-13T09:14:48.219822+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:14:49.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[13940]: audit 2024-01-13T09:14:48.221668+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:49.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[13940]: audit 2024-01-13T09:14:48.224289+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:49.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[17496]: audit 2024-01-13T09:14:48.058067+0000 mon.a (mon.0) 311 : audit [INF] from='osd.3 ' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi084", "root=default"]}]': finished 2024-01-13T09:14:49.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[17496]: cluster 2024-01-13T09:14:48.058187+0000 mon.a (mon.0) 312 : cluster [DBG] osdmap e25: 4 total, 3 up, 3 in 2024-01-13T09:14:49.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[17496]: audit 2024-01-13T09:14:48.059421+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:49.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[17496]: audit 2024-01-13T09:14:48.217253+0000 mgr.y (mgr.14140) 122 : audit [DBG] from='client.34193 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:14:49.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[17496]: cephadm 2024-01-13T09:14:48.219212+0000 mgr.y (mgr.14140) 123 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:14:49.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[17496]: audit 2024-01-13T09:14:48.219822+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:14:49.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[17496]: audit 2024-01-13T09:14:48.221668+0000 mon.a (mon.0) 315 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:14:49.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:49 smithi084 bash[17496]: audit 2024-01-13T09:14:48.224289+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:50.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:50 smithi102 bash[13966]: cluster 2024-01-13T09:14:48.669402+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:50.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:50 smithi102 bash[13966]: cluster 2024-01-13T09:14:49.079862+0000 mon.a (mon.0) 317 : cluster [INF] osd.3 [v2:172.21.15.84:6826/2697976143,v1:172.21.15.84:6827/2697976143] boot 2024-01-13T09:14:50.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:50 smithi102 bash[13966]: cluster 2024-01-13T09:14:49.079970+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-01-13T09:14:50.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:50 smithi102 bash[13966]: audit 2024-01-13T09:14:49.080246+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:50.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:50 smithi084 bash[13940]: cluster 2024-01-13T09:14:48.669402+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:50.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:50 smithi084 bash[13940]: cluster 2024-01-13T09:14:49.079862+0000 mon.a (mon.0) 317 : cluster [INF] osd.3 [v2:172.21.15.84:6826/2697976143,v1:172.21.15.84:6827/2697976143] boot 2024-01-13T09:14:50.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:50 smithi084 bash[13940]: cluster 2024-01-13T09:14:49.079970+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-01-13T09:14:50.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:50 smithi084 bash[13940]: audit 2024-01-13T09:14:49.080246+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:50.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:50 smithi084 bash[17496]: cluster 2024-01-13T09:14:48.669402+0000 mgr.y (mgr.14140) 124 : cluster [DBG] pgmap v118: 1 pgs: 1 active+clean; 0 B data, 608 KiB used, 265 GiB / 268 GiB avail 2024-01-13T09:14:50.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:50 smithi084 bash[17496]: cluster 2024-01-13T09:14:49.079862+0000 mon.a (mon.0) 317 : cluster [INF] osd.3 [v2:172.21.15.84:6826/2697976143,v1:172.21.15.84:6827/2697976143] boot 2024-01-13T09:14:50.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:50 smithi084 bash[17496]: cluster 2024-01-13T09:14:49.079970+0000 mon.a (mon.0) 318 : cluster [DBG] osdmap e26: 4 total, 4 up, 4 in 2024-01-13T09:14:50.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:50 smithi084 bash[17496]: audit 2024-01-13T09:14:49.080246+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:14:51.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:51 smithi102 bash[13966]: cluster 2024-01-13T09:14:50.087148+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-01-13T09:14:51.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:51 smithi084 bash[13940]: cluster 2024-01-13T09:14:50.087148+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-01-13T09:14:51.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:51 smithi084 bash[17496]: cluster 2024-01-13T09:14:50.087148+0000 mon.a (mon.0) 320 : cluster [DBG] osdmap e27: 4 total, 4 up, 4 in 2024-01-13T09:14:52.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:52 smithi102 bash[13966]: cluster 2024-01-13T09:14:50.669967+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:52.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:52 smithi102 bash[13966]: audit 2024-01-13T09:14:51.690710+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.102:0/3996086223' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faec47fa-c71e-4365-b2c6-5f036da3e9e7"}]: dispatch 2024-01-13T09:14:52.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:52 smithi102 bash[13966]: audit 2024-01-13T09:14:51.692087+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faec47fa-c71e-4365-b2c6-5f036da3e9e7"}]: dispatch 2024-01-13T09:14:52.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:52 smithi102 bash[13966]: audit 2024-01-13T09:14:51.700688+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "faec47fa-c71e-4365-b2c6-5f036da3e9e7"}]': finished 2024-01-13T09:14:52.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:52 smithi102 bash[13966]: cluster 2024-01-13T09:14:51.700842+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-01-13T09:14:52.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:52 smithi102 bash[13966]: audit 2024-01-13T09:14:51.701135+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:14:52.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[13940]: cluster 2024-01-13T09:14:50.669967+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:52.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[13940]: audit 2024-01-13T09:14:51.690710+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.102:0/3996086223' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faec47fa-c71e-4365-b2c6-5f036da3e9e7"}]: dispatch 2024-01-13T09:14:52.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[13940]: audit 2024-01-13T09:14:51.692087+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faec47fa-c71e-4365-b2c6-5f036da3e9e7"}]: dispatch 2024-01-13T09:14:52.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[13940]: audit 2024-01-13T09:14:51.700688+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "faec47fa-c71e-4365-b2c6-5f036da3e9e7"}]': finished 2024-01-13T09:14:52.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[13940]: cluster 2024-01-13T09:14:51.700842+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-01-13T09:14:52.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[13940]: audit 2024-01-13T09:14:51.701135+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:14:52.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[17496]: cluster 2024-01-13T09:14:50.669967+0000 mgr.y (mgr.14140) 125 : cluster [DBG] pgmap v121: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:52.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[17496]: audit 2024-01-13T09:14:51.690710+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.102:0/3996086223' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faec47fa-c71e-4365-b2c6-5f036da3e9e7"}]: dispatch 2024-01-13T09:14:52.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[17496]: audit 2024-01-13T09:14:51.692087+0000 mon.a (mon.0) 321 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "faec47fa-c71e-4365-b2c6-5f036da3e9e7"}]: dispatch 2024-01-13T09:14:52.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[17496]: audit 2024-01-13T09:14:51.700688+0000 mon.a (mon.0) 322 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "faec47fa-c71e-4365-b2c6-5f036da3e9e7"}]': finished 2024-01-13T09:14:52.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[17496]: cluster 2024-01-13T09:14:51.700842+0000 mon.a (mon.0) 323 : cluster [DBG] osdmap e28: 5 total, 4 up, 4 in 2024-01-13T09:14:52.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:52 smithi084 bash[17496]: audit 2024-01-13T09:14:51.701135+0000 mon.a (mon.0) 324 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:14:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:54 smithi102 bash[13966]: cluster 2024-01-13T09:14:52.670523+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:54 smithi102 bash[13966]: audit 2024-01-13T09:14:53.805785+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.102:0/3777458671' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:14:54.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:54 smithi084 bash[13940]: cluster 2024-01-13T09:14:52.670523+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:54.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:54 smithi084 bash[13940]: audit 2024-01-13T09:14:53.805785+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.102:0/3777458671' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:14:54.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:54 smithi084 bash[17496]: cluster 2024-01-13T09:14:52.670523+0000 mgr.y (mgr.14140) 126 : cluster [DBG] pgmap v123: 1 pgs: 1 active+clean; 0 B data, 864 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:54.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:54 smithi084 bash[17496]: audit 2024-01-13T09:14:53.805785+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.102:0/3777458671' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:14:56.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:56 smithi102 bash[13966]: cluster 2024-01-13T09:14:54.671054+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 920 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:56.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:56 smithi084 bash[13940]: cluster 2024-01-13T09:14:54.671054+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 920 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:56.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:56 smithi084 bash[17496]: cluster 2024-01-13T09:14:54.671054+0000 mgr.y (mgr.14140) 127 : cluster [DBG] pgmap v124: 1 pgs: 1 active+clean; 0 B data, 920 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:57.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:57 smithi084 bash[13940]: audit 2024-01-13T09:14:56.511558+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:57.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:57 smithi084 bash[17496]: audit 2024-01-13T09:14:56.511558+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:57.457 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:57 smithi102 bash[13966]: audit 2024-01-13T09:14:56.511558+0000 mon.a (mon.0) 325 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:14:58.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:14:58 smithi084 bash[17496]: cluster 2024-01-13T09:14:56.671589+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:58.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:14:58 smithi084 bash[13940]: cluster 2024-01-13T09:14:56.671589+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:14:58.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:14:58 smithi102 bash[13966]: cluster 2024-01-13T09:14:56.671589+0000 mgr.y (mgr.14140) 128 : cluster [DBG] pgmap v125: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:00.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:00 smithi084 bash[13940]: cluster 2024-01-13T09:14:58.672165+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:00.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:00 smithi084 bash[13940]: audit 2024-01-13T09:15:00.025737+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-13T09:15:00.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:00 smithi084 bash[13940]: audit 2024-01-13T09:15:00.027641+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:00.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:00 smithi084 bash[13940]: audit 2024-01-13T09:15:00.029940+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-13T09:15:00.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:00 smithi084 bash[17496]: cluster 2024-01-13T09:14:58.672165+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:00.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:00 smithi084 bash[17496]: audit 2024-01-13T09:15:00.025737+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-13T09:15:00.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:00 smithi084 bash[17496]: audit 2024-01-13T09:15:00.027641+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:00.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:00 smithi084 bash[17496]: audit 2024-01-13T09:15:00.029940+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-13T09:15:00.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:00 smithi102 bash[13966]: cluster 2024-01-13T09:14:58.672165+0000 mgr.y (mgr.14140) 129 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:00.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:00 smithi102 bash[13966]: audit 2024-01-13T09:15:00.025737+0000 mon.a (mon.0) 326 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-13T09:15:00.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:00 smithi102 bash[13966]: audit 2024-01-13T09:15:00.027641+0000 mon.a (mon.0) 327 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:00.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:00 smithi102 bash[13966]: audit 2024-01-13T09:15:00.029940+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-13T09:15:01.269 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:01 smithi102 bash[13966]: cephadm 2024-01-13T09:15:00.029158+0000 mgr.y (mgr.14140) 130 : cephadm [INF] Deploying daemon osd.4 on smithi102 2024-01-13T09:15:01.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:01 smithi084 bash[13940]: cephadm 2024-01-13T09:15:00.029158+0000 mgr.y (mgr.14140) 130 : cephadm [INF] Deploying daemon osd.4 on smithi102 2024-01-13T09:15:01.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:01 smithi084 bash[17496]: cephadm 2024-01-13T09:15:00.029158+0000 mgr.y (mgr.14140) 130 : cephadm [INF] Deploying daemon osd.4 on smithi102 2024-01-13T09:15:02.206 INFO:teuthology.orchestra.run.smithi102.stdout:Created osd(s) 4 on host 'smithi102' 2024-01-13T09:15:02.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:02 smithi084 bash[13940]: cluster 2024-01-13T09:15:00.672734+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:02.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:02 smithi084 bash[17496]: cluster 2024-01-13T09:15:00.672734+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:02.544 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:02 smithi102 bash[13966]: cluster 2024-01-13T09:15:00.672734+0000 mgr.y (mgr.14140) 131 : cluster [DBG] pgmap v127: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:03.330 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:03 smithi102 bash[13966]: audit 2024-01-13T09:15:02.206935+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:03.330 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:03 smithi102 bash[13966]: audit 2024-01-13T09:15:02.207867+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:03.330 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:03 smithi102 bash[13966]: audit 2024-01-13T09:15:02.212838+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:03.330 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:03 smithi102 bash[13966]: audit 2024-01-13T09:15:03.094658+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:03.330 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:03 smithi102 bash[13966]: audit 2024-01-13T09:15:03.100582+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:03.330 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:03 smithi102 bash[13966]: audit 2024-01-13T09:15:03.102043+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:03.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[13940]: audit 2024-01-13T09:15:02.206935+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:03.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[13940]: audit 2024-01-13T09:15:02.207867+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:03.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[17496]: audit 2024-01-13T09:15:02.206935+0000 mon.a (mon.0) 329 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:03.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[17496]: audit 2024-01-13T09:15:02.207867+0000 mon.a (mon.0) 330 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:03.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[13940]: audit 2024-01-13T09:15:02.212838+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:03.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[13940]: audit 2024-01-13T09:15:03.094658+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:03.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[13940]: audit 2024-01-13T09:15:03.100582+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:03.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[13940]: audit 2024-01-13T09:15:03.102043+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:03.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[17496]: audit 2024-01-13T09:15:02.212838+0000 mon.a (mon.0) 331 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690250\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:12:56.690449\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_device_update\": \"2024-01-13T09:12:13.484360\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:03.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[17496]: audit 2024-01-13T09:15:03.094658+0000 mon.a (mon.0) 332 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:03.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[17496]: audit 2024-01-13T09:15:03.100582+0000 mon.a (mon.0) 333 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:03.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:03 smithi084 bash[17496]: audit 2024-01-13T09:15:03.102043+0000 mon.a (mon.0) 334 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:03.647 DEBUG:teuthology.orchestra.run.smithi102:osd.4> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.4.service 2024-01-13T09:15:03.650 INFO:tasks.cephadm:Deploying osd.5 on smithi102 with /dev/vg_nvme/lv_3... 2024-01-13T09:15:03.650 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-13T09:15:04.275 INFO:journalctl@ceph.osd.4.smithi102.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:15:04.548 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:04 smithi102 bash[13966]: cluster 2024-01-13T09:15:02.673358+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:04.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:04 smithi084 bash[17496]: cluster 2024-01-13T09:15:02.673358+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:04.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:04 smithi084 bash[13940]: cluster 2024-01-13T09:15:02.673358+0000 mgr.y (mgr.14140) 132 : cluster [DBG] pgmap v128: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:05.378 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:15:05 smithi102 bash[15877]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-13T09:15:05.378 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:15:05 smithi102 bash[15877]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_4 --path /var/lib/ceph/osd/ceph-4 --no-mon-config 2024-01-13T09:15:05.378 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:15:05 smithi102 bash[15877]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-01-13T09:15:05.378 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:15:05 smithi102 bash[15877]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-01-13T09:15:05.378 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:15:05 smithi102 bash[15877]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-13T09:15:05.378 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:15:05 smithi102 bash[15877]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-13T09:15:05.379 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:15:05 smithi102 bash[15877]: --> ceph-volume lvm activate successful for osd ID: 4 2024-01-13T09:15:06.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:06 smithi102 bash[13966]: cluster 2024-01-13T09:15:04.673932+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:06.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:06 smithi084 bash[13940]: cluster 2024-01-13T09:15:04.673932+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:06.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:06 smithi084 bash[17496]: cluster 2024-01-13T09:15:04.673932+0000 mgr.y (mgr.14140) 133 : cluster [DBG] pgmap v129: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:08.658 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:08 smithi102 bash[13966]: cluster 2024-01-13T09:15:06.674560+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:08.696 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:08 smithi084 bash[13940]: cluster 2024-01-13T09:15:06.674560+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:08.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:08 smithi084 bash[17496]: cluster 2024-01-13T09:15:06.674560+0000 mgr.y (mgr.14140) 134 : cluster [DBG] pgmap v130: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:09.542 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:15:09 smithi102 bash[16139]: debug 2024-01-13T09:15:09.278+0000 7fb342591ec0 -1 Falling back to public interface 2024-01-13T09:15:10.128 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:15:09 smithi102 bash[16139]: debug 2024-01-13T09:15:09.926+0000 7fb342591ec0 -1 osd.4 0 log_to_monitors {default=true} 2024-01-13T09:15:10.338 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-13T09:15:10.338 INFO:teuthology.orchestra.run.smithi102.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-13T09:15:10.338 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10+0 records in 2024-01-13T09:15:10.338 INFO:teuthology.orchestra.run.smithi102.stderr:10+0 records out 2024-01-13T09:15:10.338 INFO:teuthology.orchestra.run.smithi102.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0145427 s, 721 MB/s 2024-01-13T09:15:10.338 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping successful for: 2024-01-13T09:15:10.584 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:10 smithi102 bash[13966]: cluster 2024-01-13T09:15:08.675128+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:10.584 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:10 smithi102 bash[13966]: audit 2024-01-13T09:15:09.936560+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/3128895018,v1:172.21.15.102:6801/3128895018]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-13T09:15:10.585 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:10 smithi102 bash[13966]: audit 2024-01-13T09:15:09.937721+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-13T09:15:10.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:10 smithi084 bash[13940]: cluster 2024-01-13T09:15:08.675128+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:10.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:10 smithi084 bash[13940]: audit 2024-01-13T09:15:09.936560+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/3128895018,v1:172.21.15.102:6801/3128895018]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-13T09:15:10.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:10 smithi084 bash[13940]: audit 2024-01-13T09:15:09.937721+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-13T09:15:10.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:10 smithi084 bash[17496]: cluster 2024-01-13T09:15:08.675128+0000 mgr.y (mgr.14140) 135 : cluster [DBG] pgmap v131: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:10.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:10 smithi084 bash[17496]: audit 2024-01-13T09:15:09.936560+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/3128895018,v1:172.21.15.102:6801/3128895018]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-13T09:15:10.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:10 smithi084 bash[17496]: audit 2024-01-13T09:15:09.937721+0000 mon.a (mon.0) 335 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-13T09:15:11.061 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi102:vg_nvme/lv_3 2024-01-13T09:15:11.628 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:15:11 smithi102 bash[16139]: debug 2024-01-13T09:15:11.246+0000 7fb32733e700 -1 osd.4 0 waiting for initial osdmap 2024-01-13T09:15:11.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:11 smithi102 bash[13966]: audit 2024-01-13T09:15:10.238687+0000 mon.a (mon.0) 336 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-13T09:15:11.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:11 smithi102 bash[13966]: cluster 2024-01-13T09:15:10.238784+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-01-13T09:15:11.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:11 smithi102 bash[13966]: audit 2024-01-13T09:15:10.239150+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/3128895018,v1:172.21.15.102:6801/3128895018]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:11.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:11 smithi102 bash[13966]: audit 2024-01-13T09:15:10.239920+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:15:11.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:11 smithi102 bash[13966]: audit 2024-01-13T09:15:10.240891+0000 mon.a (mon.0) 339 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:11.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:11 smithi102 bash[13966]: cluster 2024-01-13T09:15:10.919922+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:15:11.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:11 smithi102 bash[13966]: cluster 2024-01-13T09:15:10.920036+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:15:11.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[13940]: audit 2024-01-13T09:15:10.238687+0000 mon.a (mon.0) 336 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-13T09:15:11.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[13940]: cluster 2024-01-13T09:15:10.238784+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-01-13T09:15:11.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[13940]: audit 2024-01-13T09:15:10.239150+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/3128895018,v1:172.21.15.102:6801/3128895018]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:11.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[13940]: audit 2024-01-13T09:15:10.239920+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:15:11.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[13940]: audit 2024-01-13T09:15:10.240891+0000 mon.a (mon.0) 339 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:11.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[13940]: cluster 2024-01-13T09:15:10.919922+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:15:11.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[13940]: cluster 2024-01-13T09:15:10.920036+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:15:11.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[17496]: audit 2024-01-13T09:15:10.238687+0000 mon.a (mon.0) 336 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-13T09:15:11.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[17496]: cluster 2024-01-13T09:15:10.238784+0000 mon.a (mon.0) 337 : cluster [DBG] osdmap e29: 5 total, 4 up, 4 in 2024-01-13T09:15:11.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[17496]: audit 2024-01-13T09:15:10.239150+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.102:6800/3128895018,v1:172.21.15.102:6801/3128895018]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:11.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[17496]: audit 2024-01-13T09:15:10.239920+0000 mon.a (mon.0) 338 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:15:11.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[17496]: audit 2024-01-13T09:15:10.240891+0000 mon.a (mon.0) 339 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:11.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[17496]: cluster 2024-01-13T09:15:10.919922+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:15:11.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:11 smithi084 bash[17496]: cluster 2024-01-13T09:15:10.920036+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:15:12.551 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:12 smithi102 bash[13966]: cluster 2024-01-13T09:15:10.675690+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:12.552 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:12 smithi102 bash[13966]: audit 2024-01-13T09:15:11.243424+0000 mon.a (mon.0) 340 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-01-13T09:15:12.552 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:12 smithi102 bash[13966]: cluster 2024-01-13T09:15:11.243547+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-01-13T09:15:12.552 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:12 smithi102 bash[13966]: audit 2024-01-13T09:15:11.243921+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:15:12.552 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:12 smithi102 bash[13966]: audit 2024-01-13T09:15:11.916121+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:12.552 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:12 smithi102 bash[13966]: audit 2024-01-13T09:15:12.145057+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:12.552 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:12 smithi102 bash[13966]: audit 2024-01-13T09:15:12.151239+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:12.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[13940]: cluster 2024-01-13T09:15:10.675690+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:12.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[13940]: audit 2024-01-13T09:15:11.243424+0000 mon.a (mon.0) 340 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-01-13T09:15:12.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[13940]: cluster 2024-01-13T09:15:11.243547+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-01-13T09:15:12.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[13940]: audit 2024-01-13T09:15:11.243921+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:15:12.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[13940]: audit 2024-01-13T09:15:11.916121+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:12.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[17496]: cluster 2024-01-13T09:15:10.675690+0000 mgr.y (mgr.14140) 136 : cluster [DBG] pgmap v133: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:12.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[17496]: audit 2024-01-13T09:15:11.243424+0000 mon.a (mon.0) 340 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-01-13T09:15:12.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[17496]: cluster 2024-01-13T09:15:11.243547+0000 mon.a (mon.0) 341 : cluster [DBG] osdmap e30: 5 total, 4 up, 4 in 2024-01-13T09:15:12.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[17496]: audit 2024-01-13T09:15:11.243921+0000 mon.a (mon.0) 342 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:15:12.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[17496]: audit 2024-01-13T09:15:11.916121+0000 mon.a (mon.0) 343 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:12.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[13940]: audit 2024-01-13T09:15:12.145057+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:12.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[13940]: audit 2024-01-13T09:15:12.151239+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:12.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[17496]: audit 2024-01-13T09:15:12.145057+0000 mon.a (mon.0) 344 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:12.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:12 smithi084 bash[17496]: audit 2024-01-13T09:15:12.151239+0000 mon.a (mon.0) 345 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}}, \"last_daemon_update\": \"2024-01-13T09:15:03.093343\", \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:13.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:13 smithi102 bash[13966]: cluster 2024-01-13T09:15:12.263032+0000 mon.a (mon.0) 346 : cluster [INF] osd.4 [v2:172.21.15.102:6800/3128895018,v1:172.21.15.102:6801/3128895018] boot 2024-01-13T09:15:13.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:13 smithi102 bash[13966]: cluster 2024-01-13T09:15:12.263119+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-01-13T09:15:13.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:13 smithi102 bash[13966]: audit 2024-01-13T09:15:12.265766+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:15:13.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:13 smithi084 bash[13940]: cluster 2024-01-13T09:15:12.263032+0000 mon.a (mon.0) 346 : cluster [INF] osd.4 [v2:172.21.15.102:6800/3128895018,v1:172.21.15.102:6801/3128895018] boot 2024-01-13T09:15:13.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:13 smithi084 bash[13940]: cluster 2024-01-13T09:15:12.263119+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-01-13T09:15:13.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:13 smithi084 bash[13940]: audit 2024-01-13T09:15:12.265766+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:15:13.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:13 smithi084 bash[17496]: cluster 2024-01-13T09:15:12.263032+0000 mon.a (mon.0) 346 : cluster [INF] osd.4 [v2:172.21.15.102:6800/3128895018,v1:172.21.15.102:6801/3128895018] boot 2024-01-13T09:15:13.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:13 smithi084 bash[17496]: cluster 2024-01-13T09:15:12.263119+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e31: 5 total, 5 up, 5 in 2024-01-13T09:15:13.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:13 smithi084 bash[17496]: audit 2024-01-13T09:15:12.265766+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:15:14.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:14 smithi102 bash[13966]: cluster 2024-01-13T09:15:12.676242+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:14.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:14 smithi102 bash[13966]: cluster 2024-01-13T09:15:13.285917+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-01-13T09:15:14.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:14 smithi102 bash[13966]: audit 2024-01-13T09:15:14.171197+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:15:14.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:14 smithi102 bash[13966]: audit 2024-01-13T09:15:14.173169+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:14.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:14 smithi102 bash[13966]: audit 2024-01-13T09:15:14.176146+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:14.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:14 smithi084 bash[17496]: cluster 2024-01-13T09:15:12.676242+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:14.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:14 smithi084 bash[17496]: cluster 2024-01-13T09:15:13.285917+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-01-13T09:15:14.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:14 smithi084 bash[17496]: audit 2024-01-13T09:15:14.171197+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:15:14.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:14 smithi084 bash[17496]: audit 2024-01-13T09:15:14.173169+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:14.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:14 smithi084 bash[17496]: audit 2024-01-13T09:15:14.176146+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:14.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:14 smithi084 bash[13940]: cluster 2024-01-13T09:15:12.676242+0000 mgr.y (mgr.14140) 137 : cluster [DBG] pgmap v136: 1 pgs: 1 active+clean; 0 B data, 960 KiB used, 354 GiB / 358 GiB avail 2024-01-13T09:15:14.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:14 smithi084 bash[13940]: cluster 2024-01-13T09:15:13.285917+0000 mon.a (mon.0) 349 : cluster [DBG] osdmap e32: 5 total, 5 up, 5 in 2024-01-13T09:15:14.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:14 smithi084 bash[13940]: audit 2024-01-13T09:15:14.171197+0000 mon.a (mon.0) 350 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:15:14.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:14 smithi084 bash[13940]: audit 2024-01-13T09:15:14.173169+0000 mon.a (mon.0) 351 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:14.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:14 smithi084 bash[13940]: audit 2024-01-13T09:15:14.176146+0000 mon.a (mon.0) 352 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:15.508 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:15 smithi102 bash[13966]: audit 2024-01-13T09:15:14.169082+0000 mgr.y (mgr.14140) 138 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:15:15.509 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:15 smithi102 bash[13966]: cephadm 2024-01-13T09:15:14.170576+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:15:15.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:15 smithi084 bash[17496]: audit 2024-01-13T09:15:14.169082+0000 mgr.y (mgr.14140) 138 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:15:15.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:15 smithi084 bash[17496]: cephadm 2024-01-13T09:15:14.170576+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:15:15.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:15 smithi084 bash[13940]: audit 2024-01-13T09:15:14.169082+0000 mgr.y (mgr.14140) 138 : audit [DBG] from='client.34220 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:15:15.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:15 smithi084 bash[13940]: cephadm 2024-01-13T09:15:14.170576+0000 mgr.y (mgr.14140) 139 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:15:16.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:16 smithi102 bash[13966]: cluster 2024-01-13T09:15:14.676778+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:16.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:16 smithi084 bash[13940]: cluster 2024-01-13T09:15:14.676778+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:16.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:16 smithi084 bash[17496]: cluster 2024-01-13T09:15:14.676778+0000 mgr.y (mgr.14140) 140 : cluster [DBG] pgmap v138: 1 pgs: 1 active+clean; 0 B data, 1.2 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:18.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:18 smithi102 bash[13966]: cluster 2024-01-13T09:15:16.677389+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:18.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:18 smithi102 bash[13966]: audit 2024-01-13T09:15:17.424382+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.102:0/3194599267' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6e0ce90-50bd-4eca-87d2-0687862103f6"}]: dispatch 2024-01-13T09:15:18.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:18 smithi102 bash[13966]: audit 2024-01-13T09:15:17.425683+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6e0ce90-50bd-4eca-87d2-0687862103f6"}]: dispatch 2024-01-13T09:15:18.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:18 smithi102 bash[13966]: audit 2024-01-13T09:15:17.433895+0000 mon.a (mon.0) 354 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6e0ce90-50bd-4eca-87d2-0687862103f6"}]': finished 2024-01-13T09:15:18.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:18 smithi102 bash[13966]: cluster 2024-01-13T09:15:17.433987+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-01-13T09:15:18.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:18 smithi102 bash[13966]: audit 2024-01-13T09:15:17.434282+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:18.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[13940]: cluster 2024-01-13T09:15:16.677389+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:18.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[13940]: audit 2024-01-13T09:15:17.424382+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.102:0/3194599267' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6e0ce90-50bd-4eca-87d2-0687862103f6"}]: dispatch 2024-01-13T09:15:18.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[13940]: audit 2024-01-13T09:15:17.425683+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6e0ce90-50bd-4eca-87d2-0687862103f6"}]: dispatch 2024-01-13T09:15:18.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[13940]: audit 2024-01-13T09:15:17.433895+0000 mon.a (mon.0) 354 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6e0ce90-50bd-4eca-87d2-0687862103f6"}]': finished 2024-01-13T09:15:18.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[13940]: cluster 2024-01-13T09:15:17.433987+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-01-13T09:15:18.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[13940]: audit 2024-01-13T09:15:17.434282+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:18.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[17496]: cluster 2024-01-13T09:15:16.677389+0000 mgr.y (mgr.14140) 141 : cluster [DBG] pgmap v139: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:18.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[17496]: audit 2024-01-13T09:15:17.424382+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.102:0/3194599267' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6e0ce90-50bd-4eca-87d2-0687862103f6"}]: dispatch 2024-01-13T09:15:18.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[17496]: audit 2024-01-13T09:15:17.425683+0000 mon.a (mon.0) 353 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "e6e0ce90-50bd-4eca-87d2-0687862103f6"}]: dispatch 2024-01-13T09:15:18.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[17496]: audit 2024-01-13T09:15:17.433895+0000 mon.a (mon.0) 354 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "e6e0ce90-50bd-4eca-87d2-0687862103f6"}]': finished 2024-01-13T09:15:18.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[17496]: cluster 2024-01-13T09:15:17.433987+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e33: 6 total, 5 up, 5 in 2024-01-13T09:15:18.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:18 smithi084 bash[17496]: audit 2024-01-13T09:15:17.434282+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:20.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:20 smithi102 bash[13966]: cluster 2024-01-13T09:15:18.678019+0000 mgr.y (mgr.14140) 142 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:20.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:20 smithi102 bash[13966]: audit 2024-01-13T09:15:19.705833+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.102:0/3463189648' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:15:20.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:20 smithi084 bash[13940]: cluster 2024-01-13T09:15:18.678019+0000 mgr.y (mgr.14140) 142 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:20.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:20 smithi084 bash[13940]: audit 2024-01-13T09:15:19.705833+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.102:0/3463189648' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:15:20.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:20 smithi084 bash[17496]: cluster 2024-01-13T09:15:18.678019+0000 mgr.y (mgr.14140) 142 : cluster [DBG] pgmap v141: 1 pgs: 1 active+clean; 0 B data, 1.3 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:20.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:20 smithi084 bash[17496]: audit 2024-01-13T09:15:19.705833+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.102:0/3463189648' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:15:21.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:21 smithi084 bash[13940]: cluster 2024-01-13T09:15:20.678734+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:21.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:21 smithi084 bash[17496]: cluster 2024-01-13T09:15:20.678734+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:21.966 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:21 smithi102 bash[13966]: cluster 2024-01-13T09:15:20.678734+0000 mgr.y (mgr.14140) 143 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:22.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:22 smithi084 bash[13940]: audit 2024-01-13T09:15:22.446860+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:22.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:22 smithi084 bash[17496]: audit 2024-01-13T09:15:22.446860+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:23.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:22 smithi102 bash[13966]: audit 2024-01-13T09:15:22.446860+0000 mon.a (mon.0) 357 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:23.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:23 smithi084 bash[13940]: cluster 2024-01-13T09:15:22.679322+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:23.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:23 smithi084 bash[17496]: cluster 2024-01-13T09:15:22.679322+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:23 smithi102 bash[13966]: cluster 2024-01-13T09:15:22.679322+0000 mgr.y (mgr.14140) 144 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:25.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:25 smithi102 bash[13966]: cluster 2024-01-13T09:15:24.679868+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:26.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:25 smithi084 bash[13940]: cluster 2024-01-13T09:15:24.679868+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:26.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:25 smithi084 bash[17496]: cluster 2024-01-13T09:15:24.679868+0000 mgr.y (mgr.14140) 145 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:15:27.047 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:26 smithi102 bash[13966]: audit 2024-01-13T09:15:25.903041+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-13T09:15:27.048 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:26 smithi102 bash[13966]: audit 2024-01-13T09:15:25.904767+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:27.048 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:26 smithi102 bash[13966]: cephadm 2024-01-13T09:15:25.906100+0000 mgr.y (mgr.14140) 146 : cephadm [INF] Deploying daemon osd.5 on smithi102 2024-01-13T09:15:27.048 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:26 smithi102 bash[13966]: audit 2024-01-13T09:15:25.906606+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-13T09:15:27.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:26 smithi084 bash[13940]: audit 2024-01-13T09:15:25.903041+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-13T09:15:27.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:26 smithi084 bash[13940]: audit 2024-01-13T09:15:25.904767+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:27.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:26 smithi084 bash[13940]: cephadm 2024-01-13T09:15:25.906100+0000 mgr.y (mgr.14140) 146 : cephadm [INF] Deploying daemon osd.5 on smithi102 2024-01-13T09:15:27.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:26 smithi084 bash[13940]: audit 2024-01-13T09:15:25.906606+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-13T09:15:27.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:26 smithi084 bash[17496]: audit 2024-01-13T09:15:25.903041+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-13T09:15:27.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:26 smithi084 bash[17496]: audit 2024-01-13T09:15:25.904767+0000 mon.a (mon.0) 359 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:27.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:26 smithi084 bash[17496]: cephadm 2024-01-13T09:15:25.906100+0000 mgr.y (mgr.14140) 146 : cephadm [INF] Deploying daemon osd.5 on smithi102 2024-01-13T09:15:27.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:26 smithi084 bash[17496]: audit 2024-01-13T09:15:25.906606+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-13T09:15:28.069 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:27 smithi102 bash[13966]: cluster 2024-01-13T09:15:26.680403+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:28.121 INFO:teuthology.orchestra.run.smithi102.stdout:Created osd(s) 5 on host 'smithi102' 2024-01-13T09:15:28.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:27 smithi084 bash[17496]: cluster 2024-01-13T09:15:26.680403+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:28.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:27 smithi084 bash[13940]: cluster 2024-01-13T09:15:26.680403+0000 mgr.y (mgr.14140) 147 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:29.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:28 smithi102 bash[13966]: audit 2024-01-13T09:15:28.121354+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:29.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:28 smithi102 bash[13966]: audit 2024-01-13T09:15:28.122495+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:29.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:28 smithi102 bash[13966]: audit 2024-01-13T09:15:28.127183+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:29.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:28 smithi102 bash[13966]: audit 2024-01-13T09:15:28.680400+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:15:29.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:28 smithi102 bash[13966]: audit 2024-01-13T09:15:28.686442+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:15:29.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:28 smithi084 bash[13940]: audit 2024-01-13T09:15:28.121354+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:29.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:28 smithi084 bash[13940]: audit 2024-01-13T09:15:28.122495+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:29.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:28 smithi084 bash[13940]: audit 2024-01-13T09:15:28.127183+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:29.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:28 smithi084 bash[13940]: audit 2024-01-13T09:15:28.680400+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:15:29.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:28 smithi084 bash[13940]: audit 2024-01-13T09:15:28.686442+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:15:29.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:28 smithi084 bash[17496]: audit 2024-01-13T09:15:28.121354+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:29.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:28 smithi084 bash[17496]: audit 2024-01-13T09:15:28.122495+0000 mon.a (mon.0) 362 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:29.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:28 smithi084 bash[17496]: audit 2024-01-13T09:15:28.127183+0000 mon.a (mon.0) 363 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092795\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.092992\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:03.093142\", \"created\": \"2024-01-13T09:15:02.186751\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_device_update\": \"2024-01-13T09:15:12.143743\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:29.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:28 smithi084 bash[17496]: audit 2024-01-13T09:15:28.680400+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:15:29.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:28 smithi084 bash[17496]: audit 2024-01-13T09:15:28.686442+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:15:29.486 DEBUG:teuthology.orchestra.run.smithi102:osd.5> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.5.service 2024-01-13T09:15:29.488 INFO:tasks.cephadm:Deploying osd.6 on smithi102 with /dev/vg_nvme/lv_2... 2024-01-13T09:15:29.489 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-13T09:15:30.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:30 smithi084 bash[13940]: cluster 2024-01-13T09:15:28.680993+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:30.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:30 smithi084 bash[17496]: cluster 2024-01-13T09:15:28.680993+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:30.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:30 smithi084 bash[13940]: audit 2024-01-13T09:15:29.335673+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:30.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:30 smithi084 bash[13940]: audit 2024-01-13T09:15:29.341633+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:30.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:30 smithi084 bash[13940]: audit 2024-01-13T09:15:29.343129+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:30.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:30 smithi084 bash[17496]: audit 2024-01-13T09:15:29.335673+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:30 smithi084 bash[17496]: audit 2024-01-13T09:15:29.341633+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:30 smithi084 bash[17496]: audit 2024-01-13T09:15:29.343129+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:30.486 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[13966]: cluster 2024-01-13T09:15:28.680993+0000 mgr.y (mgr.14140) 148 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:30.486 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[13966]: audit 2024-01-13T09:15:29.335673+0000 mon.a (mon.0) 366 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:30.486 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[13966]: audit 2024-01-13T09:15:29.341633+0000 mon.a (mon.0) 367 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"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\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:30.486 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[13966]: audit 2024-01-13T09:15:29.343129+0000 mon.a (mon.0) 368 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:30.941 INFO:journalctl@ceph.osd.5.smithi102.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:15:30.941 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[17466]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-13T09:15:30.941 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[17466]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_3 --path /var/lib/ceph/osd/ceph-5 --no-mon-config 2024-01-13T09:15:30.941 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[17466]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-01-13T09:15:30.941 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[17466]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-01-13T09:15:30.941 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[17466]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-13T09:15:30.942 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[17466]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-13T09:15:30.942 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:30 smithi102 bash[17466]: --> ceph-volume lvm activate successful for osd ID: 5 2024-01-13T09:15:32.365 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:32 smithi102 bash[13966]: cluster 2024-01-13T09:15:30.681631+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:32.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:32 smithi084 bash[13940]: cluster 2024-01-13T09:15:30.681631+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:32.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:32 smithi084 bash[17496]: cluster 2024-01-13T09:15:30.681631+0000 mgr.y (mgr.14140) 149 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:33.653 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:33 smithi102 bash[17684]: debug 2024-01-13T09:15:33.586+0000 7f0e873f8ec0 1 -- 172.21.15.102:0/191699379 >> [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] conn(0x561edd567000 msgr2=0x561edd563b00 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-01-13T09:15:33.653 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:33 smithi102 bash[17684]: debug 2024-01-13T09:15:33.586+0000 7f0e80c44700 1 --2- 172.21.15.102:0/191699379 >> [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] conn(0x561edd567000 0x561edd563b00 secure :-1 s=THROTTLE_DONE pgs=25 cs=0 l=1 rx=0x561edd4fdd10 tx=0x561ede1dcaa0).handle_read_frame_epilogue_main read frame epilogue bytes=32 2024-01-13T09:15:33.653 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:33 smithi102 bash[17684]: debug 2024-01-13T09:15:33.586+0000 7f0e873f8ec0 1 --2- 172.21.15.102:0/191699379 >> [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] conn(0x561edd567000 0x561edd563b00 secure :-1 s=READY pgs=25 cs=0 l=1 rx=0x561edd4fdd10 tx=0x561ede1dcaa0).stop 2024-01-13T09:15:33.653 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:33 smithi102 bash[17684]: debug 2024-01-13T09:15:33.586+0000 7f0e80443700 1 -- 172.21.15.102:0/191699379 <== mon.2 v2:172.21.15.102:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x561edd5004e0 con 0x561edd567000 2024-01-13T09:15:34.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:34 smithi102 bash[13966]: cluster 2024-01-13T09:15:32.682138+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:34.378 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:34 smithi102 bash[17684]: debug 2024-01-13T09:15:34.130+0000 7f0e873f8ec0 -1 Falling back to public interface 2024-01-13T09:15:34.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:34 smithi084 bash[13940]: cluster 2024-01-13T09:15:32.682138+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:34.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:34 smithi084 bash[17496]: cluster 2024-01-13T09:15:32.682138+0000 mgr.y (mgr.14140) 150 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:35.128 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:34 smithi102 bash[17684]: debug 2024-01-13T09:15:34.749+0000 7f0e873f8ec0 -1 osd.5 0 log_to_monitors {default=true} 2024-01-13T09:15:35.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:35 smithi084 bash[13940]: audit 2024-01-13T09:15:34.760585+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/506346650,v1:172.21.15.102:6809/506346650]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-13T09:15:35.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:35 smithi084 bash[13940]: audit 2024-01-13T09:15:34.761771+0000 mon.a (mon.0) 369 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-13T09:15:35.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:35 smithi084 bash[17496]: audit 2024-01-13T09:15:34.760585+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/506346650,v1:172.21.15.102:6809/506346650]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-13T09:15:35.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:35 smithi084 bash[17496]: audit 2024-01-13T09:15:34.761771+0000 mon.a (mon.0) 369 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-13T09:15:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:35 smithi102 bash[13966]: audit 2024-01-13T09:15:34.760585+0000 mon.b (mon.2) 10 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/506346650,v1:172.21.15.102:6809/506346650]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-13T09:15:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:35 smithi102 bash[13966]: audit 2024-01-13T09:15:34.761771+0000 mon.a (mon.0) 369 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-13T09:15:35.868 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-13T09:15:35.868 INFO:teuthology.orchestra.run.smithi102.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-13T09:15:35.868 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10+0 records in 2024-01-13T09:15:35.868 INFO:teuthology.orchestra.run.smithi102.stderr:10+0 records out 2024-01-13T09:15:35.868 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0175178 s, 599 MB/s 2024-01-13T09:15:35.868 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping successful for: 2024-01-13T09:15:36.378 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:15:36 smithi102 bash[17684]: debug 2024-01-13T09:15:36.157+0000 7f0e6c1a5700 -1 osd.5 0 waiting for initial osdmap 2024-01-13T09:15:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:36 smithi102 bash[13966]: cluster 2024-01-13T09:15:34.682700+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:36 smithi102 bash[13966]: audit 2024-01-13T09:15:35.157703+0000 mon.a (mon.0) 370 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-13T09:15:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:36 smithi102 bash[13966]: cluster 2024-01-13T09:15:35.157783+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-01-13T09:15:36.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:36 smithi102 bash[13966]: audit 2024-01-13T09:15:35.158001+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:36.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:36 smithi102 bash[13966]: audit 2024-01-13T09:15:35.158447+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/506346650,v1:172.21.15.102:6809/506346650]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:36.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:36 smithi102 bash[13966]: audit 2024-01-13T09:15:35.159570+0000 mon.a (mon.0) 373 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:36.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[13940]: cluster 2024-01-13T09:15:34.682700+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:36.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[13940]: audit 2024-01-13T09:15:35.157703+0000 mon.a (mon.0) 370 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-13T09:15:36.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[13940]: cluster 2024-01-13T09:15:35.157783+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-01-13T09:15:36.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[13940]: audit 2024-01-13T09:15:35.158001+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:36.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[13940]: audit 2024-01-13T09:15:35.158447+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/506346650,v1:172.21.15.102:6809/506346650]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:36.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[13940]: audit 2024-01-13T09:15:35.159570+0000 mon.a (mon.0) 373 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:36.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[17496]: cluster 2024-01-13T09:15:34.682700+0000 mgr.y (mgr.14140) 151 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:36.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[17496]: audit 2024-01-13T09:15:35.157703+0000 mon.a (mon.0) 370 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-13T09:15:36.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[17496]: cluster 2024-01-13T09:15:35.157783+0000 mon.a (mon.0) 371 : cluster [DBG] osdmap e34: 6 total, 5 up, 5 in 2024-01-13T09:15:36.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[17496]: audit 2024-01-13T09:15:35.158001+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:36.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[17496]: audit 2024-01-13T09:15:35.158447+0000 mon.b (mon.2) 11 : audit [INF] from='osd.5 [v2:172.21.15.102:6808/506346650,v1:172.21.15.102:6809/506346650]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:36.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:36 smithi084 bash[17496]: audit 2024-01-13T09:15:35.159570+0000 mon.a (mon.0) 373 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:15:36.556 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi102:vg_nvme/lv_2 2024-01-13T09:15:37.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:37 smithi102 bash[13966]: cluster 2024-01-13T09:15:35.803446+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:15:37.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:37 smithi102 bash[13966]: cluster 2024-01-13T09:15:35.803519+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:15:37.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:37 smithi102 bash[13966]: audit 2024-01-13T09:15:36.159720+0000 mon.a (mon.0) 374 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-01-13T09:15:37.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:37 smithi102 bash[13966]: cluster 2024-01-13T09:15:36.159846+0000 mon.a (mon.0) 375 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-01-13T09:15:37.444 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:37 smithi102 bash[13966]: audit 2024-01-13T09:15:36.161741+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:37.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:37 smithi084 bash[13940]: cluster 2024-01-13T09:15:35.803446+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:15:37.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:37 smithi084 bash[13940]: cluster 2024-01-13T09:15:35.803519+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:15:37.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:37 smithi084 bash[13940]: audit 2024-01-13T09:15:36.159720+0000 mon.a (mon.0) 374 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-01-13T09:15:37.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:37 smithi084 bash[13940]: cluster 2024-01-13T09:15:36.159846+0000 mon.a (mon.0) 375 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-01-13T09:15:37.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:37 smithi084 bash[13940]: audit 2024-01-13T09:15:36.161741+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:37.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:37 smithi084 bash[17496]: cluster 2024-01-13T09:15:35.803446+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:15:37.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:37 smithi084 bash[17496]: cluster 2024-01-13T09:15:35.803519+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:15:37.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:37 smithi084 bash[17496]: audit 2024-01-13T09:15:36.159720+0000 mon.a (mon.0) 374 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-01-13T09:15:37.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:37 smithi084 bash[17496]: cluster 2024-01-13T09:15:36.159846+0000 mon.a (mon.0) 375 : cluster [DBG] osdmap e35: 6 total, 5 up, 5 in 2024-01-13T09:15:37.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:37 smithi084 bash[17496]: audit 2024-01-13T09:15:36.161741+0000 mon.a (mon.0) 376 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:38.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:38 smithi084 bash[13940]: cluster 2024-01-13T09:15:36.683250+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:38.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:38 smithi084 bash[13940]: cluster 2024-01-13T09:15:37.165137+0000 mon.a (mon.0) 377 : cluster [INF] osd.5 [v2:172.21.15.102:6808/506346650,v1:172.21.15.102:6809/506346650] boot 2024-01-13T09:15:38.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:38 smithi084 bash[13940]: cluster 2024-01-13T09:15:37.165218+0000 mon.a (mon.0) 378 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-01-13T09:15:38.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:38 smithi084 bash[13940]: audit 2024-01-13T09:15:37.165494+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:38.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:38 smithi084 bash[13940]: audit 2024-01-13T09:15:38.122703+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:38.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:38 smithi084 bash[17496]: cluster 2024-01-13T09:15:36.683250+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:38.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:38 smithi084 bash[17496]: cluster 2024-01-13T09:15:37.165137+0000 mon.a (mon.0) 377 : cluster [INF] osd.5 [v2:172.21.15.102:6808/506346650,v1:172.21.15.102:6809/506346650] boot 2024-01-13T09:15:38.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:38 smithi084 bash[17496]: cluster 2024-01-13T09:15:37.165218+0000 mon.a (mon.0) 378 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-01-13T09:15:38.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:38 smithi084 bash[17496]: audit 2024-01-13T09:15:37.165494+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:38.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:38 smithi084 bash[17496]: audit 2024-01-13T09:15:38.122703+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:38.464 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:38 smithi102 bash[13966]: cluster 2024-01-13T09:15:36.683250+0000 mgr.y (mgr.14140) 152 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 1.4 MiB used, 442 GiB / 447 GiB avail 2024-01-13T09:15:38.464 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:38 smithi102 bash[13966]: cluster 2024-01-13T09:15:37.165137+0000 mon.a (mon.0) 377 : cluster [INF] osd.5 [v2:172.21.15.102:6808/506346650,v1:172.21.15.102:6809/506346650] boot 2024-01-13T09:15:38.464 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:38 smithi102 bash[13966]: cluster 2024-01-13T09:15:37.165218+0000 mon.a (mon.0) 378 : cluster [DBG] osdmap e36: 6 total, 6 up, 6 in 2024-01-13T09:15:38.464 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:38 smithi102 bash[13966]: audit 2024-01-13T09:15:37.165494+0000 mon.a (mon.0) 379 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:15:38.464 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:38 smithi102 bash[13966]: audit 2024-01-13T09:15:38.122703+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:39.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:39 smithi102 bash[13966]: cluster 2024-01-13T09:15:38.183216+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-01-13T09:15:39.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:39 smithi102 bash[13966]: audit 2024-01-13T09:15:38.370953+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:39.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:39 smithi102 bash[13966]: audit 2024-01-13T09:15:38.377224+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:39.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:39 smithi084 bash[13940]: cluster 2024-01-13T09:15:38.183216+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-01-13T09:15:39.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:39 smithi084 bash[17496]: cluster 2024-01-13T09:15:38.183216+0000 mon.a (mon.0) 381 : cluster [DBG] osdmap e37: 6 total, 6 up, 6 in 2024-01-13T09:15:39.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:39 smithi084 bash[13940]: audit 2024-01-13T09:15:38.370953+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:39.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:39 smithi084 bash[13940]: audit 2024-01-13T09:15:38.377224+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:39.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:39 smithi084 bash[17496]: audit 2024-01-13T09:15:38.370953+0000 mon.a (mon.0) 382 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:39.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:39 smithi084 bash[17496]: audit 2024-01-13T09:15:38.377224+0000 mon.a (mon.0) 383 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}}, \"last_daemon_update\": \"2024-01-13T09:15:29.334114\", \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:40.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:40 smithi084 bash[13940]: cluster 2024-01-13T09:15:38.683798+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:40.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:40 smithi084 bash[13940]: audit 2024-01-13T09:15:40.059463+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:15:40.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:40 smithi084 bash[13940]: audit 2024-01-13T09:15:40.061375+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:40.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:40 smithi084 bash[13940]: audit 2024-01-13T09:15:40.064340+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:40.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:40 smithi084 bash[17496]: cluster 2024-01-13T09:15:38.683798+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:40.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:40 smithi084 bash[17496]: audit 2024-01-13T09:15:40.059463+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:15:40.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:40 smithi084 bash[17496]: audit 2024-01-13T09:15:40.061375+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:40.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:40 smithi084 bash[17496]: audit 2024-01-13T09:15:40.064340+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:40.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:40 smithi102 bash[13966]: cluster 2024-01-13T09:15:38.683798+0000 mgr.y (mgr.14140) 153 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 1.7 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:40.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:40 smithi102 bash[13966]: audit 2024-01-13T09:15:40.059463+0000 mon.a (mon.0) 384 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:15:40.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:40 smithi102 bash[13966]: audit 2024-01-13T09:15:40.061375+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:40.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:40 smithi102 bash[13966]: audit 2024-01-13T09:15:40.064340+0000 mon.a (mon.0) 386 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:41.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:41 smithi102 bash[13966]: audit 2024-01-13T09:15:40.057391+0000 mgr.y (mgr.14140) 154 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:15:41.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:41 smithi102 bash[13966]: cephadm 2024-01-13T09:15:40.058901+0000 mgr.y (mgr.14140) 155 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:15:41.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:41 smithi084 bash[13940]: audit 2024-01-13T09:15:40.057391+0000 mgr.y (mgr.14140) 154 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:15:41.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:41 smithi084 bash[13940]: cephadm 2024-01-13T09:15:40.058901+0000 mgr.y (mgr.14140) 155 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:15:41.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:41 smithi084 bash[17496]: audit 2024-01-13T09:15:40.057391+0000 mgr.y (mgr.14140) 154 : audit [DBG] from='client.34247 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:15:41.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:41 smithi084 bash[17496]: cephadm 2024-01-13T09:15:40.058901+0000 mgr.y (mgr.14140) 155 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:15:42.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:42 smithi102 bash[13966]: cluster 2024-01-13T09:15:40.684354+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:42.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:42 smithi084 bash[13940]: cluster 2024-01-13T09:15:40.684354+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:42.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:42 smithi084 bash[17496]: cluster 2024-01-13T09:15:40.684354+0000 mgr.y (mgr.14140) 156 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:44.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:44 smithi102 bash[13966]: cluster 2024-01-13T09:15:42.685025+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:44.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:44 smithi102 bash[13966]: audit 2024-01-13T09:15:43.437082+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.102:0/551500910' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6"}]: dispatch 2024-01-13T09:15:44.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:44 smithi102 bash[13966]: audit 2024-01-13T09:15:43.438249+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6"}]: dispatch 2024-01-13T09:15:44.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:44 smithi102 bash[13966]: audit 2024-01-13T09:15:43.446937+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6"}]': finished 2024-01-13T09:15:44.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:44 smithi102 bash[13966]: cluster 2024-01-13T09:15:43.447015+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-01-13T09:15:44.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:44 smithi102 bash[13966]: audit 2024-01-13T09:15:43.447265+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:15:44.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[13940]: cluster 2024-01-13T09:15:42.685025+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:44.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[13940]: audit 2024-01-13T09:15:43.437082+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.102:0/551500910' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6"}]: dispatch 2024-01-13T09:15:44.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[13940]: audit 2024-01-13T09:15:43.438249+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6"}]: dispatch 2024-01-13T09:15:44.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[13940]: audit 2024-01-13T09:15:43.446937+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6"}]': finished 2024-01-13T09:15:44.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[13940]: cluster 2024-01-13T09:15:43.447015+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-01-13T09:15:44.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[13940]: audit 2024-01-13T09:15:43.447265+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:15:44.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[17496]: cluster 2024-01-13T09:15:42.685025+0000 mgr.y (mgr.14140) 157 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:44.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[17496]: audit 2024-01-13T09:15:43.437082+0000 mon.b (mon.2) 12 : audit [INF] from='client.? 172.21.15.102:0/551500910' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6"}]: dispatch 2024-01-13T09:15:44.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[17496]: audit 2024-01-13T09:15:43.438249+0000 mon.a (mon.0) 387 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6"}]: dispatch 2024-01-13T09:15:44.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[17496]: audit 2024-01-13T09:15:43.446937+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6"}]': finished 2024-01-13T09:15:44.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[17496]: cluster 2024-01-13T09:15:43.447015+0000 mon.a (mon.0) 389 : cluster [DBG] osdmap e38: 7 total, 6 up, 6 in 2024-01-13T09:15:44.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:44 smithi084 bash[17496]: audit 2024-01-13T09:15:43.447265+0000 mon.a (mon.0) 390 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:15:46.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:46 smithi102 bash[13966]: cluster 2024-01-13T09:15:44.685593+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:46.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:46 smithi102 bash[13966]: audit 2024-01-13T09:15:45.734491+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.102:0/3652868796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:15:46.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:46 smithi084 bash[13940]: cluster 2024-01-13T09:15:44.685593+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:46.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:46 smithi084 bash[13940]: audit 2024-01-13T09:15:45.734491+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.102:0/3652868796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:15:46.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:46 smithi084 bash[17496]: cluster 2024-01-13T09:15:44.685593+0000 mgr.y (mgr.14140) 158 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 1.9 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:46.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:46 smithi084 bash[17496]: audit 2024-01-13T09:15:45.734491+0000 mon.b (mon.2) 13 : audit [DBG] from='client.? 172.21.15.102:0/3652868796' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:15:48.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:48 smithi102 bash[13966]: cluster 2024-01-13T09:15:46.686148+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:48.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:48 smithi084 bash[17496]: cluster 2024-01-13T09:15:46.686148+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:48.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:48 smithi084 bash[13940]: cluster 2024-01-13T09:15:46.686148+0000 mgr.y (mgr.14140) 159 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:49.592 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:49 smithi102 bash[13966]: audit 2024-01-13T09:15:48.556887+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:49.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:49 smithi084 bash[13940]: audit 2024-01-13T09:15:48.556887+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:49.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:49 smithi084 bash[17496]: audit 2024-01-13T09:15:48.556887+0000 mon.a (mon.0) 391 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:50.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:50 smithi102 bash[13966]: cluster 2024-01-13T09:15:48.686713+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:50.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:50 smithi084 bash[17496]: cluster 2024-01-13T09:15:48.686713+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:50.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:50 smithi084 bash[13940]: cluster 2024-01-13T09:15:48.686713+0000 mgr.y (mgr.14140) 160 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:52.567 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:52 smithi102 bash[13966]: cluster 2024-01-13T09:15:50.687259+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:52.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:52 smithi084 bash[13940]: cluster 2024-01-13T09:15:50.687259+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:52.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:52 smithi084 bash[17496]: cluster 2024-01-13T09:15:50.687259+0000 mgr.y (mgr.14140) 161 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:53.495 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:53 smithi102 bash[13966]: audit 2024-01-13T09:15:52.330992+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-13T09:15:53.496 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:53 smithi102 bash[13966]: audit 2024-01-13T09:15:52.332988+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:53.496 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:53 smithi102 bash[13966]: audit 2024-01-13T09:15:52.335095+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-13T09:15:53.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:53 smithi084 bash[13940]: audit 2024-01-13T09:15:52.330992+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-13T09:15:53.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:53 smithi084 bash[13940]: audit 2024-01-13T09:15:52.332988+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:53.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:53 smithi084 bash[13940]: audit 2024-01-13T09:15:52.335095+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-13T09:15:53.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:53 smithi084 bash[17496]: audit 2024-01-13T09:15:52.330992+0000 mon.a (mon.0) 392 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-13T09:15:53.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:53 smithi084 bash[17496]: audit 2024-01-13T09:15:52.332988+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:15:53.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:53 smithi084 bash[17496]: audit 2024-01-13T09:15:52.335095+0000 mon.a (mon.0) 394 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-13T09:15:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:54 smithi102 bash[13966]: cephadm 2024-01-13T09:15:52.334420+0000 mgr.y (mgr.14140) 162 : cephadm [INF] Deploying daemon osd.6 on smithi102 2024-01-13T09:15:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:54 smithi102 bash[13966]: cluster 2024-01-13T09:15:52.687891+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:54.579 INFO:teuthology.orchestra.run.smithi102.stdout:Created osd(s) 6 on host 'smithi102' 2024-01-13T09:15:54.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:54 smithi084 bash[13940]: cephadm 2024-01-13T09:15:52.334420+0000 mgr.y (mgr.14140) 162 : cephadm [INF] Deploying daemon osd.6 on smithi102 2024-01-13T09:15:54.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:54 smithi084 bash[13940]: cluster 2024-01-13T09:15:52.687891+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:54.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:54 smithi084 bash[17496]: cephadm 2024-01-13T09:15:52.334420+0000 mgr.y (mgr.14140) 162 : cephadm [INF] Deploying daemon osd.6 on smithi102 2024-01-13T09:15:54.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:54 smithi084 bash[17496]: cluster 2024-01-13T09:15:52.687891+0000 mgr.y (mgr.14140) 163 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:55.531 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:55 smithi102 bash[13966]: audit 2024-01-13T09:15:54.575951+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:55.532 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:55 smithi102 bash[13966]: audit 2024-01-13T09:15:54.577162+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:55.532 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:55 smithi102 bash[13966]: audit 2024-01-13T09:15:54.584064+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:55.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:55 smithi084 bash[13940]: audit 2024-01-13T09:15:54.575951+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:55.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:55 smithi084 bash[13940]: audit 2024-01-13T09:15:54.577162+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:55.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:55 smithi084 bash[13940]: audit 2024-01-13T09:15:54.584064+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:55.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:55 smithi084 bash[17496]: audit 2024-01-13T09:15:54.575951+0000 mon.a (mon.0) 395 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:55.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:55 smithi084 bash[17496]: audit 2024-01-13T09:15:54.577162+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:15:55.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:55 smithi084 bash[17496]: audit 2024-01-13T09:15:54.584064+0000 mon.a (mon.0) 397 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333475\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333675\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333800\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:29.333920\", \"created\": \"2024-01-13T09:15:28.098153\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_device_update\": \"2024-01-13T09:15:38.369441\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:56.576 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:56 smithi102 bash[13966]: cluster 2024-01-13T09:15:54.688574+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:56.577 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:56 smithi102 bash[13966]: audit 2024-01-13T09:15:55.567350+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:56.577 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:56 smithi102 bash[13966]: audit 2024-01-13T09:15:55.573522+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:56.577 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:56 smithi102 bash[13966]: audit 2024-01-13T09:15:55.574815+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:56.578 DEBUG:teuthology.orchestra.run.smithi102:osd.6> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.6.service 2024-01-13T09:15:56.580 INFO:tasks.cephadm:Deploying osd.7 on smithi102 with /dev/vg_nvme/lv_1... 2024-01-13T09:15:56.580 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-13T09:15:56.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:56 smithi084 bash[13940]: cluster 2024-01-13T09:15:54.688574+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:56.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:56 smithi084 bash[17496]: cluster 2024-01-13T09:15:54.688574+0000 mgr.y (mgr.14140) 164 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:56.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:56 smithi084 bash[13940]: audit 2024-01-13T09:15:55.567350+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:56.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:56 smithi084 bash[17496]: audit 2024-01-13T09:15:55.567350+0000 mon.a (mon.0) 398 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:15:56.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:56 smithi084 bash[13940]: audit 2024-01-13T09:15:55.573522+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:56.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:56 smithi084 bash[13940]: audit 2024-01-13T09:15:55.574815+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:56.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:56 smithi084 bash[17496]: audit 2024-01-13T09:15:55.573522+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:15:56.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:56 smithi084 bash[17496]: audit 2024-01-13T09:15:55.574815+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:15:57.119 INFO:journalctl@ceph.osd.6.smithi102.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:15:58.070 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:15:57 smithi102 bash[19081]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-13T09:15:58.070 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:15:57 smithi102 bash[19081]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_2 --path /var/lib/ceph/osd/ceph-6 --no-mon-config 2024-01-13T09:15:58.070 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:15:57 smithi102 bash[19081]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-01-13T09:15:58.070 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:15:57 smithi102 bash[19081]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-01-13T09:15:58.070 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:15:57 smithi102 bash[19081]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-13T09:15:58.070 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:15:57 smithi102 bash[19081]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-13T09:15:58.070 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:15:57 smithi102 bash[19081]: --> ceph-volume lvm activate successful for osd ID: 6 2024-01-13T09:15:58.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:58 smithi102 bash[13966]: cluster 2024-01-13T09:15:56.689172+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:58.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:58 smithi084 bash[13940]: cluster 2024-01-13T09:15:56.689172+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:58.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:58 smithi084 bash[17496]: cluster 2024-01-13T09:15:56.689172+0000 mgr.y (mgr.14140) 165 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:15:59.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:59 smithi102 bash[13966]: audit 2024-01-13T09:15:58.688843+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:15:59.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:15:59 smithi102 bash[13966]: audit 2024-01-13T09:15:58.695302+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:15:59.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:59 smithi084 bash[13940]: audit 2024-01-13T09:15:58.688843+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:15:59.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:15:59 smithi084 bash[13940]: audit 2024-01-13T09:15:58.695302+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:15:59.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:59 smithi084 bash[17496]: audit 2024-01-13T09:15:58.688843+0000 mon.a (mon.0) 401 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:15:59.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:15:59 smithi084 bash[17496]: audit 2024-01-13T09:15:58.695302+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:16:00.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:00 smithi102 bash[13966]: cluster 2024-01-13T09:15:58.689849+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:16:00.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:00 smithi084 bash[13940]: cluster 2024-01-13T09:15:58.689849+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:16:00.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:00 smithi084 bash[17496]: cluster 2024-01-13T09:15:58.689849+0000 mgr.y (mgr.14140) 166 : cluster [DBG] pgmap v166: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:16:01.646 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-13T09:16:01.647 INFO:teuthology.orchestra.run.smithi102.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-13T09:16:01.647 INFO:teuthology.orchestra.run.smithi102.stderr: stderr: 10+0 records in 2024-01-13T09:16:01.647 INFO:teuthology.orchestra.run.smithi102.stderr:10+0 records out 2024-01-13T09:16:01.647 INFO:teuthology.orchestra.run.smithi102.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0170861 s, 614 MB/s 2024-01-13T09:16:01.647 INFO:teuthology.orchestra.run.smithi102.stderr:--> Zapping successful for: 2024-01-13T09:16:01.852 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:16:01 smithi102 bash[19441]: debug 2024-01-13T09:16:01.501+0000 7effa751eec0 -1 Falling back to public interface 2024-01-13T09:16:02.433 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:16:02 smithi102 bash[19441]: debug 2024-01-13T09:16:02.141+0000 7effa751eec0 -1 osd.6 0 log_to_monitors {default=true} 2024-01-13T09:16:02.434 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:02 smithi102 bash[13966]: cluster 2024-01-13T09:16:00.690579+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:16:02.434 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:02 smithi102 bash[13966]: audit 2024-01-13T09:16:02.146531+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1307222156,v1:172.21.15.102:6817/1307222156]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-13T09:16:02.434 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:02 smithi102 bash[13966]: audit 2024-01-13T09:16:02.147688+0000 mon.a (mon.0) 403 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-13T09:16:02.435 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch daemon add osd smithi102:vg_nvme/lv_1 2024-01-13T09:16:02.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:02 smithi084 bash[13940]: cluster 2024-01-13T09:16:00.690579+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:16:02.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:02 smithi084 bash[13940]: audit 2024-01-13T09:16:02.146531+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1307222156,v1:172.21.15.102:6817/1307222156]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-13T09:16:02.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:02 smithi084 bash[13940]: audit 2024-01-13T09:16:02.147688+0000 mon.a (mon.0) 403 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-13T09:16:02.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:02 smithi084 bash[17496]: cluster 2024-01-13T09:16:00.690579+0000 mgr.y (mgr.14140) 167 : cluster [DBG] pgmap v167: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:16:02.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:02 smithi084 bash[17496]: audit 2024-01-13T09:16:02.146531+0000 mon.b (mon.2) 14 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1307222156,v1:172.21.15.102:6817/1307222156]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-13T09:16:02.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:02 smithi084 bash[17496]: audit 2024-01-13T09:16:02.147688+0000 mon.a (mon.0) 403 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-13T09:16:03.621 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:16:03 smithi102 bash[19441]: debug 2024-01-13T09:16:03.301+0000 7eff8c2cb700 -1 osd.6 0 waiting for initial osdmap 2024-01-13T09:16:03.621 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:03 smithi102 bash[13966]: audit 2024-01-13T09:16:02.289888+0000 mon.a (mon.0) 404 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-13T09:16:03.621 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:03 smithi102 bash[13966]: cluster 2024-01-13T09:16:02.289991+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-01-13T09:16:03.621 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:03 smithi102 bash[13966]: audit 2024-01-13T09:16:02.290911+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1307222156,v1:172.21.15.102:6817/1307222156]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:03.621 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:03 smithi102 bash[13966]: audit 2024-01-13T09:16:02.290998+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:16:03.621 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:03 smithi102 bash[13966]: audit 2024-01-13T09:16:02.291908+0000 mon.a (mon.0) 407 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:03.622 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:03 smithi102 bash[13966]: audit 2024-01-13T09:16:03.218753+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:03.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[13940]: audit 2024-01-13T09:16:02.289888+0000 mon.a (mon.0) 404 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-13T09:16:03.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[13940]: cluster 2024-01-13T09:16:02.289991+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-01-13T09:16:03.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[13940]: audit 2024-01-13T09:16:02.290911+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1307222156,v1:172.21.15.102:6817/1307222156]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:03.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[13940]: audit 2024-01-13T09:16:02.290998+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:16:03.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[13940]: audit 2024-01-13T09:16:02.291908+0000 mon.a (mon.0) 407 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:03.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[13940]: audit 2024-01-13T09:16:03.218753+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:03.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[17496]: audit 2024-01-13T09:16:02.289888+0000 mon.a (mon.0) 404 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-13T09:16:03.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[17496]: cluster 2024-01-13T09:16:02.289991+0000 mon.a (mon.0) 405 : cluster [DBG] osdmap e39: 7 total, 6 up, 6 in 2024-01-13T09:16:03.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[17496]: audit 2024-01-13T09:16:02.290911+0000 mon.b (mon.2) 15 : audit [INF] from='osd.6 [v2:172.21.15.102:6816/1307222156,v1:172.21.15.102:6817/1307222156]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:03.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[17496]: audit 2024-01-13T09:16:02.290998+0000 mon.a (mon.0) 406 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:16:03.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[17496]: audit 2024-01-13T09:16:02.291908+0000 mon.a (mon.0) 407 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:03.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:03 smithi084 bash[17496]: audit 2024-01-13T09:16:03.218753+0000 mon.a (mon.0) 408 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:04.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: cluster 2024-01-13T09:16:02.691246+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:16:04.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: cluster 2024-01-13T09:16:03.150393+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:16:04.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: cluster 2024-01-13T09:16:03.150470+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:16:04.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: audit 2024-01-13T09:16:03.292367+0000 mon.a (mon.0) 409 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-01-13T09:16:04.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: cluster 2024-01-13T09:16:03.292501+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-01-13T09:16:04.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: audit 2024-01-13T09:16:03.293937+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:16:04.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: audit 2024-01-13T09:16:03.453774+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:04.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: audit 2024-01-13T09:16:03.459834+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:04.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: cluster 2024-01-13T09:16:04.295719+0000 mon.a (mon.0) 414 : cluster [INF] osd.6 [v2:172.21.15.102:6816/1307222156,v1:172.21.15.102:6817/1307222156] boot 2024-01-13T09:16:04.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: cluster 2024-01-13T09:16:04.295959+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-01-13T09:16:04.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:04 smithi102 bash[13966]: audit 2024-01-13T09:16:04.296313+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:16:04.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: cluster 2024-01-13T09:16:02.691246+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:16:04.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: cluster 2024-01-13T09:16:03.150393+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:16:04.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: cluster 2024-01-13T09:16:03.150470+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:16:04.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: audit 2024-01-13T09:16:03.292367+0000 mon.a (mon.0) 409 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-01-13T09:16:04.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: cluster 2024-01-13T09:16:03.292501+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-01-13T09:16:04.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: audit 2024-01-13T09:16:03.293937+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:16:04.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: cluster 2024-01-13T09:16:02.691246+0000 mgr.y (mgr.14140) 168 : cluster [DBG] pgmap v169: 1 pgs: 1 active+clean; 0 B data, 2.0 MiB used, 530 GiB / 536 GiB avail 2024-01-13T09:16:04.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: cluster 2024-01-13T09:16:03.150393+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:16:04.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: cluster 2024-01-13T09:16:03.150470+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:16:04.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: audit 2024-01-13T09:16:03.292367+0000 mon.a (mon.0) 409 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]': finished 2024-01-13T09:16:04.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: cluster 2024-01-13T09:16:03.292501+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e40: 7 total, 6 up, 6 in 2024-01-13T09:16:04.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: audit 2024-01-13T09:16:03.293937+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:16:04.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: audit 2024-01-13T09:16:03.453774+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:04.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: audit 2024-01-13T09:16:03.459834+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:04.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: cluster 2024-01-13T09:16:04.295719+0000 mon.a (mon.0) 414 : cluster [INF] osd.6 [v2:172.21.15.102:6816/1307222156,v1:172.21.15.102:6817/1307222156] boot 2024-01-13T09:16:04.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: cluster 2024-01-13T09:16:04.295959+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-01-13T09:16:04.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[13940]: audit 2024-01-13T09:16:04.296313+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:16:04.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: audit 2024-01-13T09:16:03.453774+0000 mon.a (mon.0) 412 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:04.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: audit 2024-01-13T09:16:03.459834+0000 mon.a (mon.0) 413 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}}, \"last_daemon_update\": \"2024-01-13T09:15:55.565714\", \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:04.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: cluster 2024-01-13T09:16:04.295719+0000 mon.a (mon.0) 414 : cluster [INF] osd.6 [v2:172.21.15.102:6816/1307222156,v1:172.21.15.102:6817/1307222156] boot 2024-01-13T09:16:04.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: cluster 2024-01-13T09:16:04.295959+0000 mon.a (mon.0) 415 : cluster [DBG] osdmap e41: 7 total, 7 up, 7 in 2024-01-13T09:16:04.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:04 smithi084 bash[17496]: audit 2024-01-13T09:16:04.296313+0000 mon.a (mon.0) 416 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:16:05.628 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:16:05 smithi102 bash[17684]: debug 2024-01-13T09:16:05.325+0000 7f0e5d38d700 -1 osd.5 42 build_incremental_map_msg missing incremental map 42 2024-01-13T09:16:05.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:05 smithi102 bash[13966]: cluster 2024-01-13T09:16:04.692084+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v172: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:05.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:05 smithi102 bash[13966]: cluster 2024-01-13T09:16:05.310228+0000 mon.a (mon.0) 417 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-01-13T09:16:05.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:05 smithi102 bash[13966]: cluster 2024-01-13T09:16:05.325428+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-01-13T09:16:05.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:05 smithi084 bash[17496]: cluster 2024-01-13T09:16:04.692084+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v172: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:05.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:05 smithi084 bash[17496]: cluster 2024-01-13T09:16:05.310228+0000 mon.a (mon.0) 417 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-01-13T09:16:05.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:05 smithi084 bash[17496]: cluster 2024-01-13T09:16:05.325428+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-01-13T09:16:05.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:05 smithi084 bash[13940]: cluster 2024-01-13T09:16:04.692084+0000 mgr.y (mgr.14140) 169 : cluster [DBG] pgmap v172: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:05.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:05 smithi084 bash[13940]: cluster 2024-01-13T09:16:05.310228+0000 mon.a (mon.0) 417 : cluster [WRN] Health check failed: Reduced data availability: 1 pg peering (PG_AVAILABILITY) 2024-01-13T09:16:05.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:05 smithi084 bash[13940]: cluster 2024-01-13T09:16:05.325428+0000 mon.a (mon.0) 418 : cluster [DBG] osdmap e42: 7 total, 7 up, 7 in 2024-01-13T09:16:05.698 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:16:05 smithi084 bash[21097]: debug 2024-01-13T09:16:05.324+0000 7ff939514700 -1 osd.1 42 build_incremental_map_msg missing incremental map 42 2024-01-13T09:16:05.698 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:16:05 smithi084 bash[21097]: debug 2024-01-13T09:16:05.508+0000 7ff959dc5700 -1 osd.1 42 build_incremental_map_msg missing incremental map 42 2024-01-13T09:16:05.698 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:16:05 smithi084 bash[21097]: debug 2024-01-13T09:16:05.508+0000 7ff958dc3700 -1 osd.1 42 build_incremental_map_msg missing incremental map 42 2024-01-13T09:16:06.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:06 smithi102 bash[13966]: audit 2024-01-13T09:16:05.407388+0000 mgr.y (mgr.14140) 170 : audit [DBG] from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:06.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:06 smithi102 bash[13966]: cephadm 2024-01-13T09:16:05.408885+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:16:06.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:06 smithi102 bash[13966]: audit 2024-01-13T09:16:05.409519+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:16:06.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:06 smithi102 bash[13966]: audit 2024-01-13T09:16:05.411411+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:06.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:06 smithi102 bash[13966]: audit 2024-01-13T09:16:05.414437+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:16:06.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:06 smithi084 bash[13940]: audit 2024-01-13T09:16:05.407388+0000 mgr.y (mgr.14140) 170 : audit [DBG] from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:06.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:06 smithi084 bash[13940]: cephadm 2024-01-13T09:16:05.408885+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:16:06.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:06 smithi084 bash[13940]: audit 2024-01-13T09:16:05.409519+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:16:06.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:06 smithi084 bash[13940]: audit 2024-01-13T09:16:05.411411+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:06.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:06 smithi084 bash[13940]: audit 2024-01-13T09:16:05.414437+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:16:06.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:06 smithi084 bash[17496]: audit 2024-01-13T09:16:05.407388+0000 mgr.y (mgr.14140) 170 : audit [DBG] from='client.34274 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi102:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:06.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:06 smithi084 bash[17496]: cephadm 2024-01-13T09:16:05.408885+0000 mgr.y (mgr.14140) 171 : cephadm [INF] Applying osd on host smithi102... 2024-01-13T09:16:06.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:06 smithi084 bash[17496]: audit 2024-01-13T09:16:05.409519+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-13T09:16:06.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:06 smithi084 bash[17496]: audit 2024-01-13T09:16:05.411411+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:06.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:06 smithi084 bash[17496]: audit 2024-01-13T09:16:05.414437+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:16:07.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:07 smithi102 bash[13966]: cluster 2024-01-13T09:16:06.692663+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v174: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:07.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:07 smithi084 bash[13940]: cluster 2024-01-13T09:16:06.692663+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v174: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:07.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:07 smithi084 bash[17496]: cluster 2024-01-13T09:16:06.692663+0000 mgr.y (mgr.14140) 172 : cluster [DBG] pgmap v174: 1 pgs: 1 peering; 0 B data, 2.5 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:09 smithi102 bash[13966]: cluster 2024-01-13T09:16:08.693333+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v175: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:09 smithi102 bash[13966]: audit 2024-01-13T09:16:08.785345+0000 mon.a (mon.0) 422 : audit [INF] from='client.? 172.21.15.102:0/1987886788' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b11ef75-31a7-4672-9ce8-7201cc4c15cb"}]: dispatch 2024-01-13T09:16:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:09 smithi102 bash[13966]: audit 2024-01-13T09:16:08.794488+0000 mon.a (mon.0) 423 : audit [INF] from='client.? 172.21.15.102:0/1987886788' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b11ef75-31a7-4672-9ce8-7201cc4c15cb"}]': finished 2024-01-13T09:16:10.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:09 smithi102 bash[13966]: cluster 2024-01-13T09:16:08.794625+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-01-13T09:16:10.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:09 smithi102 bash[13966]: audit 2024-01-13T09:16:08.794916+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:10.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:09 smithi084 bash[13940]: cluster 2024-01-13T09:16:08.693333+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v175: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:10.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:09 smithi084 bash[13940]: audit 2024-01-13T09:16:08.785345+0000 mon.a (mon.0) 422 : audit [INF] from='client.? 172.21.15.102:0/1987886788' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b11ef75-31a7-4672-9ce8-7201cc4c15cb"}]: dispatch 2024-01-13T09:16:10.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:09 smithi084 bash[13940]: audit 2024-01-13T09:16:08.794488+0000 mon.a (mon.0) 423 : audit [INF] from='client.? 172.21.15.102:0/1987886788' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b11ef75-31a7-4672-9ce8-7201cc4c15cb"}]': finished 2024-01-13T09:16:10.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:09 smithi084 bash[13940]: cluster 2024-01-13T09:16:08.794625+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-01-13T09:16:10.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:09 smithi084 bash[13940]: audit 2024-01-13T09:16:08.794916+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:10.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:09 smithi084 bash[17496]: cluster 2024-01-13T09:16:08.693333+0000 mgr.y (mgr.14140) 173 : cluster [DBG] pgmap v175: 1 pgs: 1 peering; 0 B data, 2.6 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:10.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:09 smithi084 bash[17496]: audit 2024-01-13T09:16:08.785345+0000 mon.a (mon.0) 422 : audit [INF] from='client.? 172.21.15.102:0/1987886788' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "5b11ef75-31a7-4672-9ce8-7201cc4c15cb"}]: dispatch 2024-01-13T09:16:10.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:09 smithi084 bash[17496]: audit 2024-01-13T09:16:08.794488+0000 mon.a (mon.0) 423 : audit [INF] from='client.? 172.21.15.102:0/1987886788' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "5b11ef75-31a7-4672-9ce8-7201cc4c15cb"}]': finished 2024-01-13T09:16:10.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:09 smithi084 bash[17496]: cluster 2024-01-13T09:16:08.794625+0000 mon.a (mon.0) 424 : cluster [DBG] osdmap e43: 8 total, 7 up, 7 in 2024-01-13T09:16:10.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:09 smithi084 bash[17496]: audit 2024-01-13T09:16:08.794916+0000 mon.a (mon.0) 425 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:11 smithi084 bash[13940]: cluster 2024-01-13T09:16:10.693953+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:11 smithi084 bash[13940]: cluster 2024-01-13T09:16:10.750200+0000 mon.a (mon.0) 426 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-01-13T09:16:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:11 smithi084 bash[13940]: cluster 2024-01-13T09:16:10.750302+0000 mon.a (mon.0) 427 : cluster [INF] Cluster is now healthy 2024-01-13T09:16:11.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:11 smithi084 bash[13940]: audit 2024-01-13T09:16:11.180730+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.102:0/98340807' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:16:11.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:11 smithi084 bash[17496]: cluster 2024-01-13T09:16:10.693953+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:11.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:11 smithi084 bash[17496]: cluster 2024-01-13T09:16:10.750200+0000 mon.a (mon.0) 426 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-01-13T09:16:11.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:11 smithi084 bash[17496]: cluster 2024-01-13T09:16:10.750302+0000 mon.a (mon.0) 427 : cluster [INF] Cluster is now healthy 2024-01-13T09:16:11.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:11 smithi084 bash[17496]: audit 2024-01-13T09:16:11.180730+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.102:0/98340807' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:16:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:11 smithi102 bash[13966]: cluster 2024-01-13T09:16:10.693953+0000 mgr.y (mgr.14140) 174 : cluster [DBG] pgmap v177: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:11 smithi102 bash[13966]: cluster 2024-01-13T09:16:10.750200+0000 mon.a (mon.0) 426 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg peering) 2024-01-13T09:16:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:11 smithi102 bash[13966]: cluster 2024-01-13T09:16:10.750302+0000 mon.a (mon.0) 427 : cluster [INF] Cluster is now healthy 2024-01-13T09:16:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:11 smithi102 bash[13966]: audit 2024-01-13T09:16:11.180730+0000 mon.b (mon.2) 16 : audit [DBG] from='client.? 172.21.15.102:0/98340807' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-13T09:16:14.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:13 smithi102 bash[13966]: cluster 2024-01-13T09:16:12.694550+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:14.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:13 smithi084 bash[17496]: cluster 2024-01-13T09:16:12.694550+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:14.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:13 smithi084 bash[13940]: cluster 2024-01-13T09:16:12.694550+0000 mgr.y (mgr.14140) 175 : cluster [DBG] pgmap v178: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:15.022 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:14 smithi102 bash[13966]: audit 2024-01-13T09:16:13.904338+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:16:15.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:14 smithi084 bash[13940]: audit 2024-01-13T09:16:13.904338+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:16:15.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:14 smithi084 bash[17496]: audit 2024-01-13T09:16:13.904338+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:16:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:15 smithi102 bash[13966]: cluster 2024-01-13T09:16:14.695153+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:16.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:15 smithi084 bash[13940]: cluster 2024-01-13T09:16:14.695153+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:16.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:15 smithi084 bash[17496]: cluster 2024-01-13T09:16:14.695153+0000 mgr.y (mgr.14140) 176 : cluster [DBG] pgmap v179: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:18.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:17 smithi102 bash[13966]: cluster 2024-01-13T09:16:16.695715+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:18.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:17 smithi102 bash[13966]: audit 2024-01-13T09:16:17.581823+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-13T09:16:18.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:17 smithi102 bash[13966]: audit 2024-01-13T09:16:17.583733+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:18.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:17 smithi102 bash[13966]: audit 2024-01-13T09:16:17.585850+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-13T09:16:18.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:17 smithi084 bash[13940]: cluster 2024-01-13T09:16:16.695715+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:18.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:17 smithi084 bash[13940]: audit 2024-01-13T09:16:17.581823+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-13T09:16:18.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:17 smithi084 bash[13940]: audit 2024-01-13T09:16:17.583733+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:18.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:17 smithi084 bash[13940]: audit 2024-01-13T09:16:17.585850+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-13T09:16:18.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:17 smithi084 bash[17496]: cluster 2024-01-13T09:16:16.695715+0000 mgr.y (mgr.14140) 177 : cluster [DBG] pgmap v180: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:18.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:17 smithi084 bash[17496]: audit 2024-01-13T09:16:17.581823+0000 mon.a (mon.0) 429 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-13T09:16:18.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:17 smithi084 bash[17496]: audit 2024-01-13T09:16:17.583733+0000 mon.a (mon.0) 430 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:18.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:17 smithi084 bash[17496]: audit 2024-01-13T09:16:17.585850+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-13T09:16:18.833 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:18 smithi102 bash[13966]: cephadm 2024-01-13T09:16:17.585161+0000 mgr.y (mgr.14140) 178 : cephadm [INF] Deploying daemon osd.7 on smithi102 2024-01-13T09:16:19.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:18 smithi084 bash[13940]: cephadm 2024-01-13T09:16:17.585161+0000 mgr.y (mgr.14140) 178 : cephadm [INF] Deploying daemon osd.7 on smithi102 2024-01-13T09:16:19.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:18 smithi084 bash[17496]: cephadm 2024-01-13T09:16:17.585161+0000 mgr.y (mgr.14140) 178 : cephadm [INF] Deploying daemon osd.7 on smithi102 2024-01-13T09:16:19.753 INFO:teuthology.orchestra.run.smithi102.stdout:Created osd(s) 7 on host 'smithi102' 2024-01-13T09:16:19.942 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:19 smithi102 bash[13966]: cluster 2024-01-13T09:16:18.696263+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:20.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:19 smithi084 bash[13940]: cluster 2024-01-13T09:16:18.696263+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:20.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:19 smithi084 bash[17496]: cluster 2024-01-13T09:16:18.696263+0000 mgr.y (mgr.14140) 179 : cluster [DBG] pgmap v181: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:20.959 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:20 smithi102 bash[13966]: audit 2024-01-13T09:16:19.749922+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:20.959 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:20 smithi102 bash[13966]: audit 2024-01-13T09:16:19.750953+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:20.959 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:20 smithi102 bash[13966]: audit 2024-01-13T09:16:19.755980+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:20.959 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:20 smithi102 bash[13966]: audit 2024-01-13T09:16:20.722580+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:20.959 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:20 smithi102 bash[13966]: audit 2024-01-13T09:16:20.728745+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:20.959 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:20 smithi102 bash[13966]: audit 2024-01-13T09:16:20.730170+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:16:21.163 DEBUG:teuthology.orchestra.run.smithi102:osd.7> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.7.service 2024-01-13T09:16:21.165 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-13T09:16:21.165 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T09:16:21.179 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[13940]: audit 2024-01-13T09:16:19.749922+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:21.179 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[13940]: audit 2024-01-13T09:16:19.750953+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:21.180 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[13940]: audit 2024-01-13T09:16:19.755980+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:21.180 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[17496]: audit 2024-01-13T09:16:19.749922+0000 mon.a (mon.0) 432 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:21.180 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[17496]: audit 2024-01-13T09:16:19.750953+0000 mon.a (mon.0) 433 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:21.181 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[13940]: audit 2024-01-13T09:16:20.722580+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:21.181 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[13940]: audit 2024-01-13T09:16:20.728745+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:21.181 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[13940]: audit 2024-01-13T09:16:20.730170+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:16:21.181 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[17496]: audit 2024-01-13T09:16:19.755980+0000 mon.a (mon.0) 434 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.564909\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565137\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565275\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565396\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:15:55.565515\", \"created\": \"2024-01-13T09:15:54.553542\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"daemon_id\": \"7\", \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_device_update\": \"2024-01-13T09:16:03.452080\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:21.181 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[17496]: audit 2024-01-13T09:16:20.722580+0000 mon.a (mon.0) 435 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:21.182 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[17496]: audit 2024-01-13T09:16:20.728745+0000 mon.a (mon.0) 436 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"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\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:21.182 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:20 smithi084 bash[17496]: audit 2024-01-13T09:16:20.730170+0000 mon.a (mon.0) 437 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-13T09:16:21.457 INFO:journalctl@ceph.osd.7.smithi102.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:16:22.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:21 smithi102 bash[13966]: cluster 2024-01-13T09:16:20.696826+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:22.187 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:21 smithi084 bash[13940]: cluster 2024-01-13T09:16:20.696826+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:22.188 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:21 smithi084 bash[17496]: cluster 2024-01-13T09:16:20.696826+0000 mgr.y (mgr.14140) 180 : cluster [DBG] pgmap v182: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-13T09:16:22.458 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:16:22 smithi102 bash[20699]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-01-13T09:16:22.458 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:16:22 smithi102 bash[20699]: Running command: /usr/bin/ceph-bluestore-tool --cluster=ceph prime-osd-dir --dev /dev/vg_nvme/lv_1 --path /var/lib/ceph/osd/ceph-7 --no-mon-config 2024-01-13T09:16:22.459 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:16:22 smithi102 bash[20699]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-01-13T09:16:22.459 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:16:22 smithi102 bash[20699]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-01-13T09:16:22.459 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:16:22 smithi102 bash[20699]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-01-13T09:16:22.459 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:16:22 smithi102 bash[20699]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-01-13T09:16:22.459 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:16:22 smithi102 bash[20699]: --> ceph-volume lvm activate successful for osd ID: 7 2024-01-13T09:16:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:23 smithi102 bash[13966]: cluster 2024-01-13T09:16:22.697425+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:23 smithi102 bash[13966]: audit 2024-01-13T09:16:23.698388+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:16:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:23 smithi102 bash[13966]: audit 2024-01-13T09:16:23.704389+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:16:24.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:23 smithi084 bash[13940]: cluster 2024-01-13T09:16:22.697425+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:24.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:23 smithi084 bash[13940]: audit 2024-01-13T09:16:23.698388+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:16:24.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:23 smithi084 bash[13940]: audit 2024-01-13T09:16:23.704389+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:16:24.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:23 smithi084 bash[17496]: cluster 2024-01-13T09:16:22.697425+0000 mgr.y (mgr.14140) 181 : cluster [DBG] pgmap v183: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:24.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:23 smithi084 bash[17496]: audit 2024-01-13T09:16:23.698388+0000 mon.a (mon.0) 438 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:16:24.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:23 smithi084 bash[17496]: audit 2024-01-13T09:16:23.704389+0000 mon.a (mon.0) 439 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:16:24.199 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-13T09:16:24.988 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":43,"num_osds":8,"num_up_osds":7,"osd_up_since":1705137364,"num_in_osds":7,"osd_in_since":1705137364,"num_remapped_pgs":0} 2024-01-13T09:16:25.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:24 smithi102 bash[13966]: audit 2024-01-13T09:16:24.207796+0000 mon.a (mon.0) 440 : audit [DBG] from='client.? 172.21.15.84:0/1065236688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T09:16:25.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:24 smithi084 bash[13940]: audit 2024-01-13T09:16:24.207796+0000 mon.a (mon.0) 440 : audit [DBG] from='client.? 172.21.15.84:0/1065236688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T09:16:25.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:24 smithi084 bash[17496]: audit 2024-01-13T09:16:24.207796+0000 mon.a (mon.0) 440 : audit [DBG] from='client.? 172.21.15.84:0/1065236688' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T09:16:25.628 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:16:25 smithi102 bash[21017]: debug 2024-01-13T09:16:25.324+0000 7fec748deec0 -1 Falling back to public interface 2024-01-13T09:16:25.989 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd stat -f json 2024-01-13T09:16:26.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:25 smithi102 bash[13966]: cluster 2024-01-13T09:16:24.698008+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:26.128 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:16:25 smithi102 bash[21017]: debug 2024-01-13T09:16:25.972+0000 7fec748deec0 -1 osd.7 0 log_to_monitors {default=true} 2024-01-13T09:16:26.134 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:25 smithi084 bash[17496]: cluster 2024-01-13T09:16:24.698008+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:26.134 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:25 smithi084 bash[13940]: cluster 2024-01-13T09:16:24.698008+0000 mgr.y (mgr.14140) 182 : cluster [DBG] pgmap v184: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:27.046 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:26 smithi084 bash[13940]: audit 2024-01-13T09:16:25.980671+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/3389049200,v1:172.21.15.102:6825/3389049200]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-13T09:16:27.046 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:26 smithi084 bash[13940]: audit 2024-01-13T09:16:25.981772+0000 mon.a (mon.0) 441 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-13T09:16:27.046 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:26 smithi084 bash[17496]: audit 2024-01-13T09:16:25.980671+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/3389049200,v1:172.21.15.102:6825/3389049200]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-13T09:16:27.047 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:26 smithi084 bash[17496]: audit 2024-01-13T09:16:25.981772+0000 mon.a (mon.0) 441 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-13T09:16:27.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:26 smithi102 bash[13966]: audit 2024-01-13T09:16:25.980671+0000 mon.b (mon.2) 17 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/3389049200,v1:172.21.15.102:6825/3389049200]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-13T09:16:27.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:26 smithi102 bash[13966]: audit 2024-01-13T09:16:25.981772+0000 mon.a (mon.0) 441 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-13T09:16:28.128 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:16:27 smithi102 bash[21017]: debug 2024-01-13T09:16:27.812+0000 7fec5968b700 -1 osd.7 0 waiting for initial osdmap 2024-01-13T09:16:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:27 smithi102 bash[13966]: cluster 2024-01-13T09:16:26.698620+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:27 smithi102 bash[13966]: audit 2024-01-13T09:16:26.801591+0000 mon.a (mon.0) 442 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-13T09:16:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:27 smithi102 bash[13966]: cluster 2024-01-13T09:16:26.801675+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-01-13T09:16:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:27 smithi102 bash[13966]: audit 2024-01-13T09:16:26.801852+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:27 smithi102 bash[13966]: audit 2024-01-13T09:16:26.802215+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/3389049200,v1:172.21.15.102:6825/3389049200]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:27 smithi102 bash[13966]: audit 2024-01-13T09:16:26.803059+0000 mon.a (mon.0) 445 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:27 smithi102 bash[13966]: audit 2024-01-13T09:16:26.854499+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:27 smithi102 bash[13966]: audit 2024-01-13T09:16:27.085170+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:28.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:27 smithi102 bash[13966]: audit 2024-01-13T09:16:27.091174+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:28.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[13940]: cluster 2024-01-13T09:16:26.698620+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:28.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[13940]: audit 2024-01-13T09:16:26.801591+0000 mon.a (mon.0) 442 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-13T09:16:28.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[13940]: cluster 2024-01-13T09:16:26.801675+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-01-13T09:16:28.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[13940]: audit 2024-01-13T09:16:26.801852+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:28.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[13940]: audit 2024-01-13T09:16:26.802215+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/3389049200,v1:172.21.15.102:6825/3389049200]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:28.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[13940]: audit 2024-01-13T09:16:26.803059+0000 mon.a (mon.0) 445 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:28.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[13940]: audit 2024-01-13T09:16:26.854499+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:28.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[17496]: cluster 2024-01-13T09:16:26.698620+0000 mgr.y (mgr.14140) 183 : cluster [DBG] pgmap v185: 1 pgs: 1 active+clean; 0 B data, 2.7 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:28.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[17496]: audit 2024-01-13T09:16:26.801591+0000 mon.a (mon.0) 442 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-13T09:16:28.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[17496]: cluster 2024-01-13T09:16:26.801675+0000 mon.a (mon.0) 443 : cluster [DBG] osdmap e44: 8 total, 7 up, 7 in 2024-01-13T09:16:28.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[17496]: audit 2024-01-13T09:16:26.801852+0000 mon.a (mon.0) 444 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:28.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[17496]: audit 2024-01-13T09:16:26.802215+0000 mon.b (mon.2) 18 : audit [INF] from='osd.7 [v2:172.21.15.102:6824/3389049200,v1:172.21.15.102:6825/3389049200]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:28.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[17496]: audit 2024-01-13T09:16:26.803059+0000 mon.a (mon.0) 445 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi102", "root=default"]}]: dispatch 2024-01-13T09:16:28.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[17496]: audit 2024-01-13T09:16:26.854499+0000 mon.a (mon.0) 446 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:28.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[13940]: audit 2024-01-13T09:16:27.085170+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:28.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[13940]: audit 2024-01-13T09:16:27.091174+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:28.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[17496]: audit 2024-01-13T09:16:27.085170+0000 mon.a (mon.0) 447 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:28.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:27 smithi084 bash[17496]: audit 2024-01-13T09:16:27.091174+0000 mon.a (mon.0) 448 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}}, \"last_daemon_update\": \"2024-01-13T09:16:20.720870\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:28.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[13940]: cluster 2024-01-13T09:16:26.999464+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:16:28.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[13940]: cluster 2024-01-13T09:16:26.999530+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:16:28.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[13940]: audit 2024-01-13T09:16:27.803155+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=smithi102", "root=default"]}]': finished 2024-01-13T09:16:28.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[13940]: cluster 2024-01-13T09:16:27.803280+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-01-13T09:16:28.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[13940]: audit 2024-01-13T09:16:27.804668+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:28.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[13940]: cluster 2024-01-13T09:16:28.805810+0000 mon.a (mon.0) 452 : cluster [INF] osd.7 [v2:172.21.15.102:6824/3389049200,v1:172.21.15.102:6825/3389049200] boot 2024-01-13T09:16:28.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[17496]: cluster 2024-01-13T09:16:26.999464+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:16:28.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[17496]: cluster 2024-01-13T09:16:26.999530+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:16:28.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[17496]: audit 2024-01-13T09:16:27.803155+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=smithi102", "root=default"]}]': finished 2024-01-13T09:16:28.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[17496]: cluster 2024-01-13T09:16:27.803280+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-01-13T09:16:28.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[17496]: audit 2024-01-13T09:16:27.804668+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:28.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:28 smithi084 bash[17496]: cluster 2024-01-13T09:16:28.805810+0000 mon.a (mon.0) 452 : cluster [INF] osd.7 [v2:172.21.15.102:6824/3389049200,v1:172.21.15.102:6825/3389049200] boot 2024-01-13T09:16:29.033 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-13T09:16:29.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:28 smithi102 bash[13966]: cluster 2024-01-13T09:16:26.999464+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-13T09:16:29.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:28 smithi102 bash[13966]: cluster 2024-01-13T09:16:26.999530+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-13T09:16:29.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:28 smithi102 bash[13966]: audit 2024-01-13T09:16:27.803155+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=smithi102", "root=default"]}]': finished 2024-01-13T09:16:29.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:28 smithi102 bash[13966]: cluster 2024-01-13T09:16:27.803280+0000 mon.a (mon.0) 450 : cluster [DBG] osdmap e45: 8 total, 7 up, 7 in 2024-01-13T09:16:29.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:28 smithi102 bash[13966]: audit 2024-01-13T09:16:27.804668+0000 mon.a (mon.0) 451 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:29.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:28 smithi102 bash[13966]: cluster 2024-01-13T09:16:28.805810+0000 mon.a (mon.0) 452 : cluster [INF] osd.7 [v2:172.21.15.102:6824/3389049200,v1:172.21.15.102:6825/3389049200] boot 2024-01-13T09:16:29.838 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":46,"num_osds":8,"num_up_osds":8,"osd_up_since":1705137388,"num_in_osds":8,"osd_in_since":1705137388,"num_remapped_pgs":0} 2024-01-13T09:16:29.838 INFO:tasks.cephadm:Adding prometheus.a on smithi102 2024-01-13T09:16:29.839 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch apply prometheus '1;smithi102=a' 2024-01-13T09:16:30.128 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:16:29 smithi102 bash[19441]: debug 2024-01-13T09:16:29.828+0000 7eff7d4b3700 -1 osd.6 47 build_incremental_map_msg missing incremental map 47 2024-01-13T09:16:30.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:29 smithi102 bash[13966]: cluster 2024-01-13T09:16:28.699154+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:30.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:29 smithi102 bash[13966]: cluster 2024-01-13T09:16:28.805922+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-13T09:16:30.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:29 smithi102 bash[13966]: audit 2024-01-13T09:16:28.806136+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:30.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:29 smithi102 bash[13966]: audit 2024-01-13T09:16:29.041207+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.84:0/4037889063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T09:16:30.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:29 smithi084 bash[13940]: cluster 2024-01-13T09:16:28.699154+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:30.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:29 smithi084 bash[13940]: cluster 2024-01-13T09:16:28.805922+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-13T09:16:30.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:29 smithi084 bash[13940]: audit 2024-01-13T09:16:28.806136+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:30.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:29 smithi084 bash[13940]: audit 2024-01-13T09:16:29.041207+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.84:0/4037889063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T09:16:30.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:29 smithi084 bash[17496]: cluster 2024-01-13T09:16:28.699154+0000 mgr.y (mgr.14140) 184 : cluster [DBG] pgmap v188: 1 pgs: 1 active+clean; 0 B data, 2.8 MiB used, 619 GiB / 626 GiB avail 2024-01-13T09:16:30.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:29 smithi084 bash[17496]: cluster 2024-01-13T09:16:28.805922+0000 mon.a (mon.0) 453 : cluster [DBG] osdmap e46: 8 total, 8 up, 8 in 2024-01-13T09:16:30.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:29 smithi084 bash[17496]: audit 2024-01-13T09:16:28.806136+0000 mon.a (mon.0) 454 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:16:30.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:29 smithi084 bash[17496]: audit 2024-01-13T09:16:29.041207+0000 mon.a (mon.0) 455 : audit [DBG] from='client.? 172.21.15.84:0/4037889063' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-13T09:16:31.040 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:30 smithi102 bash[13966]: cluster 2024-01-13T09:16:29.829387+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-13T09:16:31.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:30 smithi084 bash[13940]: cluster 2024-01-13T09:16:29.829387+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-13T09:16:31.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:30 smithi084 bash[17496]: cluster 2024-01-13T09:16:29.829387+0000 mon.a (mon.0) 456 : cluster [DBG] osdmap e47: 8 total, 8 up, 8 in 2024-01-13T09:16:32.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:31 smithi102 bash[13966]: cluster 2024-01-13T09:16:30.699736+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:32.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:31 smithi084 bash[17496]: cluster 2024-01-13T09:16:30.699736+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:32.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:31 smithi084 bash[13940]: cluster 2024-01-13T09:16:30.699736+0000 mgr.y (mgr.14140) 185 : cluster [DBG] pgmap v191: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:32.653 INFO:teuthology.orchestra.run.smithi102.stdout:Scheduled prometheus update... 2024-01-13T09:16:33.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:32 smithi102 bash[13966]: audit 2024-01-13T09:16:32.652795+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-13T09:16:32.652070\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-13T09:16:33.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:32 smithi102 bash[13966]: audit 2024-01-13T09:16:32.658528+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-13T09:16:32.652070\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-13T09:16:33.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:32 smithi084 bash[13940]: audit 2024-01-13T09:16:32.652795+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-13T09:16:32.652070\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-13T09:16:33.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:32 smithi084 bash[13940]: audit 2024-01-13T09:16:32.658528+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-13T09:16:32.652070\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-13T09:16:33.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:32 smithi084 bash[17496]: audit 2024-01-13T09:16:32.652795+0000 mon.a (mon.0) 457 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-13T09:16:32.652070\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-13T09:16:33.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:32 smithi084 bash[17496]: audit 2024-01-13T09:16:32.658528+0000 mon.a (mon.0) 458 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-13T09:16:32.652070\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-13T09:16:33.382 DEBUG:teuthology.orchestra.run.smithi102:prometheus.a> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@prometheus.a.service 2024-01-13T09:16:33.384 INFO:tasks.cephadm:Adding node-exporter.a on smithi084 2024-01-13T09:16:33.384 INFO:tasks.cephadm:Adding node-exporter.b on smithi102 2024-01-13T09:16:33.384 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch apply node-exporter '2;smithi084=a;smithi102=b' 2024-01-13T09:16:33.843 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:16:34.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:33 smithi102 bash[13966]: audit 2024-01-13T09:16:32.650990+0000 mgr.y (mgr.14140) 186 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:34.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:33 smithi102 bash[13966]: cephadm 2024-01-13T09:16:32.652046+0000 mgr.y (mgr.14140) 187 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi102=a 2024-01-13T09:16:34.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:33 smithi102 bash[13966]: cephadm 2024-01-13T09:16:32.667616+0000 mgr.y (mgr.14140) 188 : cephadm [INF] Deploying daemon prometheus.a on smithi102 2024-01-13T09:16:34.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:33 smithi102 bash[13966]: cluster 2024-01-13T09:16:32.700326+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:34.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:33 smithi084 bash[17496]: audit 2024-01-13T09:16:32.650990+0000 mgr.y (mgr.14140) 186 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:34.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:33 smithi084 bash[17496]: cephadm 2024-01-13T09:16:32.652046+0000 mgr.y (mgr.14140) 187 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi102=a 2024-01-13T09:16:34.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:33 smithi084 bash[17496]: cephadm 2024-01-13T09:16:32.667616+0000 mgr.y (mgr.14140) 188 : cephadm [INF] Deploying daemon prometheus.a on smithi102 2024-01-13T09:16:34.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:33 smithi084 bash[17496]: cluster 2024-01-13T09:16:32.700326+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:34.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:33 smithi084 bash[13940]: audit 2024-01-13T09:16:32.650990+0000 mgr.y (mgr.14140) 186 : audit [DBG] from='client.34313 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:34.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:33 smithi084 bash[13940]: cephadm 2024-01-13T09:16:32.652046+0000 mgr.y (mgr.14140) 187 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi102=a 2024-01-13T09:16:34.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:33 smithi084 bash[13940]: cephadm 2024-01-13T09:16:32.667616+0000 mgr.y (mgr.14140) 188 : cephadm [INF] Deploying daemon prometheus.a on smithi102 2024-01-13T09:16:34.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:33 smithi084 bash[13940]: cluster 2024-01-13T09:16:32.700326+0000 mgr.y (mgr.14140) 189 : cluster [DBG] pgmap v192: 1 pgs: 1 active+clean; 0 B data, 3.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:36.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:35 smithi102 bash[13966]: cluster 2024-01-13T09:16:34.700906+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:36.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:35 smithi084 bash[13940]: cluster 2024-01-13T09:16:34.700906+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:36.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:35 smithi084 bash[17496]: cluster 2024-01-13T09:16:34.700906+0000 mgr.y (mgr.14140) 190 : cluster [DBG] pgmap v193: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:36.314 INFO:teuthology.orchestra.run.smithi102.stdout:Scheduled node-exporter update... 2024-01-13T09:16:37.063 DEBUG:teuthology.orchestra.run.smithi084:node-exporter.a> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@node-exporter.a.service 2024-01-13T09:16:37.065 DEBUG:teuthology.orchestra.run.smithi102:node-exporter.b> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@node-exporter.b.service 2024-01-13T09:16:37.067 INFO:tasks.cephadm:Adding alertmanager.a on smithi084 2024-01-13T09:16:37.067 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch apply alertmanager '1;smithi084=a' 2024-01-13T09:16:37.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:36 smithi102 bash[13966]: audit 2024-01-13T09:16:36.312960+0000 mgr.y (mgr.14140) 191 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi084=a;smithi102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:37.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:36 smithi102 bash[13966]: cephadm 2024-01-13T09:16:36.314082+0000 mgr.y (mgr.14140) 192 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi084=a,smithi102=b 2024-01-13T09:16:37.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:36 smithi102 bash[13966]: audit 2024-01-13T09:16:36.314781+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-13T09:16:36.314108\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-13T09:16:37.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:36 smithi102 bash[13966]: audit 2024-01-13T09:16:36.320450+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-13T09:16:36.314108\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-13T09:16:37.135 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:16:37.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:36 smithi084 bash[13940]: audit 2024-01-13T09:16:36.312960+0000 mgr.y (mgr.14140) 191 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi084=a;smithi102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:37.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:36 smithi084 bash[13940]: cephadm 2024-01-13T09:16:36.314082+0000 mgr.y (mgr.14140) 192 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi084=a,smithi102=b 2024-01-13T09:16:37.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:36 smithi084 bash[13940]: audit 2024-01-13T09:16:36.314781+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-13T09:16:36.314108\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-13T09:16:37.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:36 smithi084 bash[13940]: audit 2024-01-13T09:16:36.320450+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-13T09:16:36.314108\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-13T09:16:37.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:36 smithi084 bash[17496]: audit 2024-01-13T09:16:36.312960+0000 mgr.y (mgr.14140) 191 : audit [DBG] from='client.34319 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi084=a;smithi102=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:37.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:36 smithi084 bash[17496]: cephadm 2024-01-13T09:16:36.314082+0000 mgr.y (mgr.14140) 192 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi084=a,smithi102=b 2024-01-13T09:16:37.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:36 smithi084 bash[17496]: audit 2024-01-13T09:16:36.314781+0000 mon.a (mon.0) 459 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-13T09:16:36.314108\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-13T09:16:37.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:36 smithi084 bash[17496]: audit 2024-01-13T09:16:36.320450+0000 mon.a (mon.0) 460 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-13T09:16:36.314108\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi102\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-13T09:16:38.050 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:16:38.623 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:38 smithi102 bash[13966]: cluster 2024-01-13T09:16:36.701448+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:38.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:38 smithi084 bash[13940]: cluster 2024-01-13T09:16:36.701448+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:38.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:38 smithi084 bash[17496]: cluster 2024-01-13T09:16:36.701448+0000 mgr.y (mgr.14140) 193 : cluster [DBG] pgmap v194: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:39.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:39 smithi102 bash[13966]: audit 2024-01-13T09:16:38.706344+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}, {\"id\": \"7917827b-4d65-45da-b916-4a508f9b3ef1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705137388.803781, \"finished_at\": 1705137395.7804117}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:16:39.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:39 smithi102 bash[13966]: audit 2024-01-13T09:16:38.712036+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}, {\"id\": \"7917827b-4d65-45da-b916-4a508f9b3ef1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705137388.803781, \"finished_at\": 1705137395.7804117}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:16:39.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:39 smithi084 bash[13940]: audit 2024-01-13T09:16:38.706344+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}, {\"id\": \"7917827b-4d65-45da-b916-4a508f9b3ef1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705137388.803781, \"finished_at\": 1705137395.7804117}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:16:39.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:39 smithi084 bash[13940]: audit 2024-01-13T09:16:38.712036+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}, {\"id\": \"7917827b-4d65-45da-b916-4a508f9b3ef1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705137388.803781, \"finished_at\": 1705137395.7804117}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:16:39.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:39 smithi084 bash[17496]: audit 2024-01-13T09:16:38.706344+0000 mon.a (mon.0) 461 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}, {\"id\": \"7917827b-4d65-45da-b916-4a508f9b3ef1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705137388.803781, \"finished_at\": 1705137395.7804117}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-13T09:16:39.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:39 smithi084 bash[17496]: audit 2024-01-13T09:16:38.712036+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"02fa5737-7a39-47a1-ba28-9125e85de5c2\", \"message\": \"Rebalancing after osd.4 marked in\", \"refs\": [[\"osd\", 4]], \"started_at\": 1705137312.264443, \"finished_at\": 1705137328.1408796}, {\"id\": \"7a2b5ee6-fcb8-447e-b1a5-58a9966773a1\", \"message\": \"Rebalancing after osd.5 marked in\", \"refs\": [[\"osd\", 5]], \"started_at\": 1705137337.165987, \"finished_at\": 1705137354.594773}, {\"id\": \"89c267c1-fc16-465f-98e6-f1b1aac507e1\", \"message\": \"Rebalancing after osd.6 marked in\", \"refs\": [[\"osd\", 6]], \"started_at\": 1705137364.295751, \"finished_at\": 1705137379.7712212}, {\"id\": \"7917827b-4d65-45da-b916-4a508f9b3ef1\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1705137388.803781, \"finished_at\": 1705137395.7804117}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-13T09:16:40.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:40 smithi102 bash[13966]: cluster 2024-01-13T09:16:38.702011+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:40.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:40 smithi084 bash[13940]: cluster 2024-01-13T09:16:38.702011+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:40.740 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:40 smithi084 bash[17496]: cluster 2024-01-13T09:16:38.702011+0000 mgr.y (mgr.14140) 194 : cluster [DBG] pgmap v195: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:42.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:41 smithi102 bash[13966]: cluster 2024-01-13T09:16:40.702618+0000 mgr.y (mgr.14140) 195 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:42.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:41 smithi084 bash[17496]: cluster 2024-01-13T09:16:40.702618+0000 mgr.y (mgr.14140) 195 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:42.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:41 smithi084 bash[13940]: cluster 2024-01-13T09:16:40.702618+0000 mgr.y (mgr.14140) 195 : cluster [DBG] pgmap v196: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:43.759 INFO:teuthology.orchestra.run.smithi102.stdout:Scheduled alertmanager update... 2024-01-13T09:16:44.113 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:43 smithi102 bash[13966]: cluster 2024-01-13T09:16:42.703209+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:44.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:43 smithi084 bash[13940]: cluster 2024-01-13T09:16:42.703209+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:44.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:43 smithi084 bash[17496]: cluster 2024-01-13T09:16:42.703209+0000 mgr.y (mgr.14140) 196 : cluster [DBG] pgmap v197: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:44.955 DEBUG:teuthology.orchestra.run.smithi084:alertmanager.a> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@alertmanager.a.service 2024-01-13T09:16:44.958 INFO:tasks.cephadm:Adding grafana.a on smithi102 2024-01-13T09:16:44.958 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph orch apply grafana '1;smithi102=a' 2024-01-13T09:16:44.968 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:44 smithi084 bash[17496]: audit 2024-01-13T09:16:43.759091+0000 mgr.y (mgr.14140) 197 : audit [DBG] from='client.34325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi084=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:44.968 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:44 smithi084 bash[17496]: cephadm 2024-01-13T09:16:43.760031+0000 mgr.y (mgr.14140) 198 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi084=a 2024-01-13T09:16:44.969 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:44 smithi084 bash[17496]: audit 2024-01-13T09:16:43.760691+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-13T09:16:43.760053\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-13T09:16:44.969 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:44 smithi084 bash[17496]: audit 2024-01-13T09:16:43.766151+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-13T09:16:43.760053\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-13T09:16:44.969 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:44 smithi084 bash[13940]: audit 2024-01-13T09:16:43.759091+0000 mgr.y (mgr.14140) 197 : audit [DBG] from='client.34325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi084=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:44.969 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:44 smithi084 bash[13940]: cephadm 2024-01-13T09:16:43.760031+0000 mgr.y (mgr.14140) 198 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi084=a 2024-01-13T09:16:44.969 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:44 smithi084 bash[13940]: audit 2024-01-13T09:16:43.760691+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-13T09:16:43.760053\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-13T09:16:44.969 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:44 smithi084 bash[13940]: audit 2024-01-13T09:16:43.766151+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-13T09:16:43.760053\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-13T09:16:44.970 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:44 smithi102 bash[13966]: audit 2024-01-13T09:16:43.759091+0000 mgr.y (mgr.14140) 197 : audit [DBG] from='client.34325 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi084=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:44.970 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:44 smithi102 bash[13966]: cephadm 2024-01-13T09:16:43.760031+0000 mgr.y (mgr.14140) 198 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi084=a 2024-01-13T09:16:44.970 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:44 smithi102 bash[13966]: audit 2024-01-13T09:16:43.760691+0000 mon.a (mon.0) 463 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-13T09:16:43.760053\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-13T09:16:44.970 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:44 smithi102 bash[13966]: audit 2024-01-13T09:16:43.766151+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-13T09:16:43.760053\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi084\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-13T09:16:45.108 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:16:46.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:45 smithi102 bash[13966]: cluster 2024-01-13T09:16:44.703829+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:46.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:45 smithi084 bash[13940]: cluster 2024-01-13T09:16:44.703829+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:46.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:45 smithi084 bash[17496]: cluster 2024-01-13T09:16:44.703829+0000 mgr.y (mgr.14140) 199 : cluster [DBG] pgmap v198: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:48.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:47 smithi102 bash[13966]: cluster 2024-01-13T09:16:46.704370+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:48.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:47 smithi084 bash[17496]: cluster 2024-01-13T09:16:46.704370+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:48.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:47 smithi084 bash[13940]: cluster 2024-01-13T09:16:46.704370+0000 mgr.y (mgr.14140) 200 : cluster [DBG] pgmap v199: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:49.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:49 smithi102 bash[13966]: cluster 2024-01-13T09:16:48.704920+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:50.079 INFO:teuthology.orchestra.run.smithi102.stdout:Scheduled grafana update... 2024-01-13T09:16:50.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:49 smithi084 bash[13940]: cluster 2024-01-13T09:16:48.704920+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:50.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:49 smithi084 bash[17496]: cluster 2024-01-13T09:16:48.704920+0000 mgr.y (mgr.14140) 201 : cluster [DBG] pgmap v200: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:51.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:50 smithi102 bash[13966]: audit 2024-01-13T09:16:50.078764+0000 mgr.y (mgr.14140) 202 : audit [DBG] from='client.24349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:51.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:50 smithi102 bash[13966]: cephadm 2024-01-13T09:16:50.079714+0000 mgr.y (mgr.14140) 203 : cephadm [INF] Saving service grafana spec with placement count:1 smithi102=a 2024-01-13T09:16:51.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:50 smithi102 bash[13966]: audit 2024-01-13T09:16:50.080423+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-13T09:16:50.079737\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-13T09:16:51.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:50 smithi102 bash[13966]: audit 2024-01-13T09:16:50.086066+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-13T09:16:50.079737\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-13T09:16:51.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:50 smithi084 bash[13940]: audit 2024-01-13T09:16:50.078764+0000 mgr.y (mgr.14140) 202 : audit [DBG] from='client.24349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:51.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:50 smithi084 bash[13940]: cephadm 2024-01-13T09:16:50.079714+0000 mgr.y (mgr.14140) 203 : cephadm [INF] Saving service grafana spec with placement count:1 smithi102=a 2024-01-13T09:16:51.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:50 smithi084 bash[13940]: audit 2024-01-13T09:16:50.080423+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-13T09:16:50.079737\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-13T09:16:51.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:50 smithi084 bash[13940]: audit 2024-01-13T09:16:50.086066+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-13T09:16:50.079737\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-13T09:16:51.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:50 smithi084 bash[17496]: audit 2024-01-13T09:16:50.078764+0000 mgr.y (mgr.14140) 202 : audit [DBG] from='client.24349 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi102=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:16:51.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:50 smithi084 bash[17496]: cephadm 2024-01-13T09:16:50.079714+0000 mgr.y (mgr.14140) 203 : cephadm [INF] Saving service grafana spec with placement count:1 smithi102=a 2024-01-13T09:16:51.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:50 smithi084 bash[17496]: audit 2024-01-13T09:16:50.080423+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-13T09:16:50.079737\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-13T09:16:51.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:50 smithi084 bash[17496]: audit 2024-01-13T09:16:50.086066+0000 mon.a (mon.0) 466 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-13T09:16:50.079737\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi102\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-13T09:16:51.369 DEBUG:teuthology.orchestra.run.smithi102:grafana.a> sudo journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@grafana.a.service 2024-01-13T09:16:51.371 INFO:tasks.cephadm:Setting up client nodes... 2024-01-13T09:16:51.371 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-13T09:16:51.561 INFO:journalctl@ceph.grafana.a.smithi102.stdout:-- Logs begin at Sun 2022-08-14 12:20:24 UTC. -- 2024-01-13T09:16:52.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:52 smithi102 bash[13966]: cluster 2024-01-13T09:16:50.705528+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:52.422 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:52 smithi084 bash[13940]: cluster 2024-01-13T09:16:50.705528+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:52.422 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:52 smithi084 bash[17496]: cluster 2024-01-13T09:16:50.705528+0000 mgr.y (mgr.14140) 204 : cluster [DBG] pgmap v201: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:52.773 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:52 smithi102 docker[22313]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-prometheus.a 2024-01-13T09:16:52.773 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:52 smithi102 systemd[1]: Started Ceph prometheus.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:16:53.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[13966]: audit 2024-01-13T09:16:52.777051+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:53.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[13966]: audit 2024-01-13T09:16:52.783343+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:53.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[13966]: audit 2024-01-13T09:16:52.784830+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:53.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:53 smithi084 bash[17496]: audit 2024-01-13T09:16:52.777051+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:53.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:53 smithi084 bash[13940]: audit 2024-01-13T09:16:52.777051+0000 mon.a (mon.0) 467 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:53.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:53 smithi084 bash[13940]: audit 2024-01-13T09:16:52.783343+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:53.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:53 smithi084 bash[13940]: audit 2024-01-13T09:16:52.784830+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:53.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:53 smithi084 bash[17496]: audit 2024-01-13T09:16:52.783343+0000 mon.a (mon.0) 468 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.719988\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720187\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720314\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720434\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720554\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:20.720673\", \"created\": \"2024-01-13T09:16:19.724960\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:53.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:53 smithi084 bash[17496]: audit 2024-01-13T09:16:52.784830+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:16:54.095 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.976Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-13T09:16:54.095 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.976Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.1, branch=HEAD, revision=63894216648f0d6be310c9d16fb48293c45c9310)" 2024-01-13T09:16:54.095 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.976Z caller=main.go:588 level=info build_context="(go=go1.21.5, platform=linux/amd64, user=root@71f108ff5632, date=20231208-23:33:22, tags=netgo,builtinassets,stringlabels)" 2024-01-13T09:16:54.095 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.976Z caller=main.go:589 level=info host_details="(Linux 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 smithi102 (none))" 2024-01-13T09:16:54.095 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.976Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-13T09:16:54.095 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.976Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-13T09:16:54.095 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.978Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2024-01-13T09:16:54.095 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.979Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.980Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.980Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.989Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.989Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=3.844µs 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.989Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.990Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.990Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=73.211µs wal_replay_duration=729.14µs wbl_replay_duration=220ns total_replay_duration=854.812µs 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.992Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.992Z caller=main.go:1048 level=info msg="TSDB started" 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.992Z caller=main.go:1230 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.993Z caller=main.go:1267 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=645.771µs db_storage=1.054µs remote_storage=1.627µs web_handler=452ns query_engine=1.04µs scrape=340.388µs scrape_sd=25.241µs notify=949ns notify_sd=1.686µs rules=35.93µs tracing=8.357µs 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.993Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2024-01-13T09:16:54.096 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:16:53 smithi102 bash[22333]: ts=2024-01-13T09:16:53.993Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2024-01-13T09:16:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:54 smithi102 bash[13966]: cluster 2024-01-13T09:16:52.706146+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:54.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:54 smithi084 bash[13940]: cluster 2024-01-13T09:16:52.706146+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:54.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:54 smithi084 bash[17496]: cluster 2024-01-13T09:16:52.706146+0000 mgr.y (mgr.14140) 205 : cluster [DBG] pgmap v202: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:54.561 INFO:teuthology.orchestra.run.smithi084.stdout:[client.0] 2024-01-13T09:16:54.561 INFO:teuthology.orchestra.run.smithi084.stdout: key = AQAGVaJlcN6KIRAAuDR/U/GVhh88AnYz6erwUg== 2024-01-13T09:16:54.900 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:54 smithi102 systemd[1]: Starting Ceph node-exporter.b for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:16:54.900 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:54 smithi102 docker[22589]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-node-exporter.b 2024-01-13T09:16:55.294 DEBUG:teuthology.orchestra.run.smithi084:> set -ex 2024-01-13T09:16:55.294 DEBUG:teuthology.orchestra.run.smithi084:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-13T09:16:55.294 DEBUG:teuthology.orchestra.run.smithi084:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-13T09:16:55.314 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-13T09:16:55.327 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:54 smithi102 systemd[1]: Started Ceph node-exporter.b for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:16:55.327 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:54 smithi102 bash[22610]: Unable to find image 'prom/node-exporter:latest' locally 2024-01-13T09:16:55.328 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: audit 2024-01-13T09:16:54.177970+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_daemon_update\": \"2024-01-13T09:16:54.175892\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:55.329 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: audit 2024-01-13T09:16:54.184037+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_daemon_update\": \"2024-01-13T09:16:54.175892\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:55.329 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: audit 2024-01-13T09:16:54.189516+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-13T09:16:55.329 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: audit 2024-01-13T09:16:54.192686+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:55.329 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: cephadm 2024-01-13T09:16:54.193596+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Deploying daemon node-exporter.b on smithi102 2024-01-13T09:16:55.329 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: audit 2024-01-13T09:16:54.562456+0000 mon.a (mon.0) 474 : audit [INF] from='client.? 172.21.15.84:0/2700046326' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-13T09:16:55.329 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: audit 2024-01-13T09:16:54.569045+0000 mon.a (mon.0) 475 : audit [INF] from='client.? 172.21.15.84:0/2700046326' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-13T09:16:55.329 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: audit 2024-01-13T09:16:54.930860+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:55.330 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: audit 2024-01-13T09:16:54.936878+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:55.330 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: audit 2024-01-13T09:16:54.938292+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-13T09:16:55.330 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:55 smithi102 bash[13966]: audit 2024-01-13T09:16:54.940111+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:55.378 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: audit 2024-01-13T09:16:54.177970+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_daemon_update\": \"2024-01-13T09:16:54.175892\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:55.378 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: audit 2024-01-13T09:16:54.177970+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_daemon_update\": \"2024-01-13T09:16:54.175892\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:55.379 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: audit 2024-01-13T09:16:54.184037+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_daemon_update\": \"2024-01-13T09:16:54.175892\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:55.379 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: audit 2024-01-13T09:16:54.189516+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-13T09:16:55.379 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: audit 2024-01-13T09:16:54.192686+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:55.379 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: cephadm 2024-01-13T09:16:54.193596+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Deploying daemon node-exporter.b on smithi102 2024-01-13T09:16:55.379 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: audit 2024-01-13T09:16:54.562456+0000 mon.a (mon.0) 474 : audit [INF] from='client.? 172.21.15.84:0/2700046326' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-13T09:16:55.379 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: audit 2024-01-13T09:16:54.569045+0000 mon.a (mon.0) 475 : audit [INF] from='client.? 172.21.15.84:0/2700046326' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-13T09:16:55.379 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: audit 2024-01-13T09:16:54.930860+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:55.380 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: audit 2024-01-13T09:16:54.184037+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}}, \"last_daemon_update\": \"2024-01-13T09:16:54.175892\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:55.380 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: audit 2024-01-13T09:16:54.189516+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-13T09:16:55.380 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: audit 2024-01-13T09:16:54.192686+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:55.380 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: cephadm 2024-01-13T09:16:54.193596+0000 mgr.y (mgr.14140) 206 : cephadm [INF] Deploying daemon node-exporter.b on smithi102 2024-01-13T09:16:55.380 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: audit 2024-01-13T09:16:54.562456+0000 mon.a (mon.0) 474 : audit [INF] from='client.? 172.21.15.84:0/2700046326' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-13T09:16:55.380 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: audit 2024-01-13T09:16:54.569045+0000 mon.a (mon.0) 475 : audit [INF] from='client.? 172.21.15.84:0/2700046326' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-13T09:16:55.381 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: audit 2024-01-13T09:16:54.936878+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:55.381 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: audit 2024-01-13T09:16:54.938292+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-13T09:16:55.381 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[17496]: audit 2024-01-13T09:16:54.940111+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:55.381 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: audit 2024-01-13T09:16:54.930860+0000 mon.a (mon.0) 476 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:16:55.382 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: audit 2024-01-13T09:16:54.936878+0000 mon.a (mon.0) 477 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:16:55.382 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: audit 2024-01-13T09:16:54.938292+0000 mon.a (mon.0) 478 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-13T09:16:55.382 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[13940]: audit 2024-01-13T09:16:54.940111+0000 mon.a (mon.0) 479 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:16:55.635 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:55 smithi084 docker[25321]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-node-exporter.a 2024-01-13T09:16:55.635 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:55 smithi084 systemd[1]: Started Ceph node-exporter.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:16:55.947 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:55 smithi084 bash[25354]: Unable to find image 'prom/node-exporter:latest' locally 2024-01-13T09:16:56.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:56 smithi102 bash[13966]: cluster 2024-01-13T09:16:54.706759+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:56.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:56 smithi102 bash[13966]: cephadm 2024-01-13T09:16:54.941302+0000 mgr.y (mgr.14140) 208 : cephadm [INF] Deploying daemon node-exporter.a on smithi084 2024-01-13T09:16:56.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:56 smithi102 bash[13966]: audit 2024-01-13T09:16:55.640264+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:16:56.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:56 smithi102 bash[13966]: audit 2024-01-13T09:16:55.644123+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:16:56.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:56 smithi084 bash[13940]: cluster 2024-01-13T09:16:54.706759+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:56.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:56 smithi084 bash[13940]: cephadm 2024-01-13T09:16:54.941302+0000 mgr.y (mgr.14140) 208 : cephadm [INF] Deploying daemon node-exporter.a on smithi084 2024-01-13T09:16:56.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:56 smithi084 bash[17496]: cluster 2024-01-13T09:16:54.706759+0000 mgr.y (mgr.14140) 207 : cluster [DBG] pgmap v203: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:56.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:56 smithi084 bash[17496]: cephadm 2024-01-13T09:16:54.941302+0000 mgr.y (mgr.14140) 208 : cephadm [INF] Deploying daemon node-exporter.a on smithi084 2024-01-13T09:16:56.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:56 smithi084 bash[13940]: audit 2024-01-13T09:16:55.640264+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:16:56.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:56 smithi084 bash[17496]: audit 2024-01-13T09:16:55.640264+0000 mon.a (mon.0) 480 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:16:56.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:56 smithi084 bash[17496]: audit 2024-01-13T09:16:55.644123+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:16:56.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:56 smithi084 bash[13940]: audit 2024-01-13T09:16:55.644123+0000 mon.a (mon.0) 481 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:16:57.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:57 smithi102 bash[13966]: cephadm 2024-01-13T09:16:55.647838+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Deploying daemon alertmanager.a on smithi084 2024-01-13T09:16:57.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:57 smithi084 bash[13940]: cephadm 2024-01-13T09:16:55.647838+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Deploying daemon alertmanager.a on smithi084 2024-01-13T09:16:57.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:57 smithi084 bash[17496]: cephadm 2024-01-13T09:16:55.647838+0000 mgr.y (mgr.14140) 209 : cephadm [INF] Deploying daemon alertmanager.a on smithi084 2024-01-13T09:16:58.376 INFO:teuthology.orchestra.run.smithi102.stdout:[client.1] 2024-01-13T09:16:58.377 INFO:teuthology.orchestra.run.smithi102.stdout: key = AQAKVaJlS1yHFhAAqp711DTMlKyHzvGlFI+2iQ== 2024-01-13T09:16:58.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:58 smithi102 bash[13966]: cluster 2024-01-13T09:16:56.707361+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:58.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:58 smithi084 bash[17496]: cluster 2024-01-13T09:16:56.707361+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:58.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:58 smithi084 bash[13940]: cluster 2024-01-13T09:16:56.707361+0000 mgr.y (mgr.14140) 210 : cluster [DBG] pgmap v204: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:16:58.720 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:58 smithi102 bash[22610]: latest: Pulling from prom/node-exporter 2024-01-13T09:16:59.003 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:58 smithi102 bash[22610]: 2abcce694348: Already exists 2024-01-13T09:16:59.003 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:58 smithi102 bash[22610]: 455fd88e5221: Pulling fs layer 2024-01-13T09:16:59.003 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:58 smithi102 bash[22610]: 324153f2810a: Pulling fs layer 2024-01-13T09:16:59.121 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:59 smithi102 bash[22610]: 455fd88e5221: Download complete 2024-01-13T09:16:59.314 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:59 smithi102 bash[13966]: audit 2024-01-13T09:16:58.376661+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.102:0/3869782764' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-13T09:16:59.314 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:59 smithi102 bash[13966]: audit 2024-01-13T09:16:58.377684+0000 mon.a (mon.0) 482 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-13T09:16:59.314 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:16:59 smithi102 bash[13966]: audit 2024-01-13T09:16:58.384544+0000 mon.a (mon.0) 483 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-13T09:16:59.418 DEBUG:teuthology.orchestra.run.smithi102:> set -ex 2024-01-13T09:16:59.418 DEBUG:teuthology.orchestra.run.smithi102:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-13T09:16:59.418 DEBUG:teuthology.orchestra.run.smithi102:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-13T09:16:59.442 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd dump --format=json 2024-01-13T09:16:59.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[13940]: audit 2024-01-13T09:16:58.376661+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.102:0/3869782764' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-13T09:16:59.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[13940]: audit 2024-01-13T09:16:58.377684+0000 mon.a (mon.0) 482 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-13T09:16:59.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[13940]: audit 2024-01-13T09:16:58.384544+0000 mon.a (mon.0) 483 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-13T09:16:59.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[17496]: audit 2024-01-13T09:16:58.376661+0000 mon.b (mon.2) 19 : audit [INF] from='client.? 172.21.15.102:0/3869782764' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-13T09:16:59.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[17496]: audit 2024-01-13T09:16:58.377684+0000 mon.a (mon.0) 482 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-13T09:16:59.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[17496]: audit 2024-01-13T09:16:58.384544+0000 mon.a (mon.0) 483 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-13T09:16:59.448 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[25354]: latest: Pulling from prom/node-exporter 2024-01-13T09:16:59.628 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:59 smithi102 bash[22610]: 324153f2810a: Verifying Checksum 2024-01-13T09:16:59.628 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:59 smithi102 bash[22610]: 324153f2810a: Download complete 2024-01-13T09:16:59.628 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:59 smithi102 bash[22610]: 455fd88e5221: Pull complete 2024-01-13T09:16:59.708 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[25354]: 2abcce694348: Pulling fs layer 2024-01-13T09:16:59.708 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[25354]: 455fd88e5221: Pulling fs layer 2024-01-13T09:16:59.708 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[25354]: 324153f2810a: Pulling fs layer 2024-01-13T09:16:59.708 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[25354]: 455fd88e5221: Waiting 2024-01-13T09:16:59.708 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[25354]: 324153f2810a: Waiting 2024-01-13T09:16:59.947 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[25354]: 2abcce694348: Verifying Checksum 2024-01-13T09:16:59.947 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:16:59 smithi084 bash[25354]: 2abcce694348: Download complete 2024-01-13T09:17:00.107 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:16:59 smithi102 bash[22610]: 324153f2810a: Pull complete 2024-01-13T09:17:00.108 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:00 smithi102 bash[22610]: Digest: sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80 2024-01-13T09:17:00.108 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:00 smithi102 bash[22610]: Status: Downloaded newer image for prom/node-exporter:latest 2024-01-13T09:17:00.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:00 smithi102 bash[13966]: cluster 2024-01-13T09:16:58.708000+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:00.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:00 smithi084 bash[13940]: cluster 2024-01-13T09:16:58.708000+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:00.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:00 smithi084 bash[17496]: cluster 2024-01-13T09:16:58.708000+0000 mgr.y (mgr.14140) 211 : cluster [DBG] pgmap v205: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:00.447 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:00 smithi084 bash[25354]: 455fd88e5221: Download complete 2024-01-13T09:17:00.948 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:00 smithi084 bash[25354]: 324153f2810a: Verifying Checksum 2024-01-13T09:17:00.948 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:00 smithi084 bash[25354]: 324153f2810a: Download complete 2024-01-13T09:17:00.948 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:00 smithi084 bash[25354]: 2abcce694348: Pull complete 2024-01-13T09:17:01.628 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.230Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.230Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.231Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.231Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.232Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.232Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=arp 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=bcache 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=bonding 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=btrfs 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=conntrack 2024-01-13T09:17:01.629 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=cpu 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=diskstats 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=dmi 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=edac 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=entropy 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=filefd 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=filesystem 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=hwmon 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=infiniband 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=ipvs 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=loadavg 2024-01-13T09:17:01.630 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=mdadm 2024-01-13T09:17:01.631 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=meminfo 2024-01-13T09:17:01.631 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=netclass 2024-01-13T09:17:01.631 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=netdev 2024-01-13T09:17:01.631 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=netstat 2024-01-13T09:17:01.631 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=nfs 2024-01-13T09:17:01.631 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=nfsd 2024-01-13T09:17:01.631 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=nvme 2024-01-13T09:17:01.631 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=os 2024-01-13T09:17:01.631 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-01-13T09:17:01.631 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=pressure 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=rapl 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=schedstat 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=selinux 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=sockstat 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=softnet 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=stat 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=tapestats 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=textfile 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=time 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=uname 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=vmstat 2024-01-13T09:17:01.632 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.233Z caller=node_exporter.go:117 level=info collector=xfs 2024-01-13T09:17:01.633 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.234Z caller=node_exporter.go:117 level=info collector=zfs 2024-01-13T09:17:01.633 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.234Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-01-13T09:17:01.633 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:17:01 smithi102 bash[22610]: ts=2024-01-13T09:17:01.234Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-01-13T09:17:02.132 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:01 smithi084 bash[25354]: 455fd88e5221: Pull complete 2024-01-13T09:17:02.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:02 smithi084 bash[13940]: cluster 2024-01-13T09:17:00.708637+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:02.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:02 smithi084 bash[17496]: cluster 2024-01-13T09:17:00.708637+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:02.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:02 smithi102 bash[13966]: cluster 2024-01-13T09:17:00.708637+0000 mgr.y (mgr.14140) 212 : cluster [DBG] pgmap v206: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:03.447 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:03 smithi084 bash[25354]: 324153f2810a: Pull complete 2024-01-13T09:17:04.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:04 smithi084 bash[13940]: cluster 2024-01-13T09:17:02.709248+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:04.466 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:04 smithi084 bash[17496]: cluster 2024-01-13T09:17:02.709248+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:04.466 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:04 smithi084 bash[25354]: Digest: sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80 2024-01-13T09:17:04.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:04 smithi102 bash[13966]: cluster 2024-01-13T09:17:02.709248+0000 mgr.y (mgr.14140) 213 : cluster [DBG] pgmap v207: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:04.947 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:04 smithi084 bash[25354]: Status: Downloaded newer image for prom/node-exporter:latest 2024-01-13T09:17:06.320 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-13T09:17:06.321 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":47,"fsid":"82e68f94-b1f3-11ee-95ac-87774f69a715","created":"2024-01-13T09:10:39.491462+0000","modified":"2024-01-13T09:16:29.814312+0000","last_up_change":"2024-01-13T09:16:28.797225+0000","last_in_change":"2024-01-13T09:16:28.797225+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-13T09:10:52.927947+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":"155ba7de-9623-42d9-8e48-ea8154c8f794","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.84:6802","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6803","nonce":2197176019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6805","nonce":2197176019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6809","nonce":2197176019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6807","nonce":2197176019}]},"public_addr":"172.21.15.84:6803/2197176019","cluster_addr":"172.21.15.84:6805/2197176019","heartbeat_back_addr":"172.21.15.84:6809/2197176019","heartbeat_front_addr":"172.21.15.84:6807/2197176019","state":["exists","up"]},{"osd":1,"uuid":"c3e985ec-9a75-429e-897d-392df53c2a7d","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.84:6810","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6811","nonce":4194807849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6813","nonce":4194807849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6817","nonce":4194807849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6815","nonce":4194807849}]},"public_addr":"172.21.15.84:6811/4194807849","cluster_addr":"172.21.15.84:6813/4194807849","heartbeat_back_addr":"172.21.15.84:6817/4194807849","heartbeat_front_addr":"172.21.15.84:6815/4194807849","state":["exists","up"]},{"osd":2,"uuid":"748fe0d0-5813-45a9-b529-2be5ff87e9d4","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.84:6818","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6819","nonce":1948907866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6821","nonce":1948907866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6825","nonce":1948907866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6823","nonce":1948907866}]},"public_addr":"172.21.15.84:6819/1948907866","cluster_addr":"172.21.15.84:6821/1948907866","heartbeat_back_addr":"172.21.15.84:6825/1948907866","heartbeat_front_addr":"172.21.15.84:6823/1948907866","state":["exists","up"]},{"osd":3,"uuid":"7761e142-eeb9-4938-abf7-0b7d3964f02a","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.84:6826","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6827","nonce":2697976143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6829","nonce":2697976143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6832","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6833","nonce":2697976143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6831","nonce":2697976143}]},"public_addr":"172.21.15.84:6827/2697976143","cluster_addr":"172.21.15.84:6829/2697976143","heartbeat_back_addr":"172.21.15.84:6833/2697976143","heartbeat_front_addr":"172.21.15.84:6831/2697976143","state":["exists","up"]},{"osd":4,"uuid":"faec47fa-c71e-4365-b2c6-5f036da3e9e7","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.102:6800","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6801","nonce":3128895018}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6802","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6803","nonce":3128895018}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6806","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6807","nonce":3128895018}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6804","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6805","nonce":3128895018}]},"public_addr":"172.21.15.102:6801/3128895018","cluster_addr":"172.21.15.102:6803/3128895018","heartbeat_back_addr":"172.21.15.102:6807/3128895018","heartbeat_front_addr":"172.21.15.102:6805/3128895018","state":["exists","up"]},{"osd":5,"uuid":"e6e0ce90-50bd-4eca-87d2-0687862103f6","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.102:6808","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6809","nonce":506346650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6810","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6811","nonce":506346650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6814","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6815","nonce":506346650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6812","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6813","nonce":506346650}]},"public_addr":"172.21.15.102:6809/506346650","cluster_addr":"172.21.15.102:6811/506346650","heartbeat_back_addr":"172.21.15.102:6815/506346650","heartbeat_front_addr":"172.21.15.102:6813/506346650","state":["exists","up"]},{"osd":6,"uuid":"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6","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.102:6816","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6817","nonce":1307222156}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6818","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6819","nonce":1307222156}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6822","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6823","nonce":1307222156}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6820","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6821","nonce":1307222156}]},"public_addr":"172.21.15.102:6817/1307222156","cluster_addr":"172.21.15.102:6819/1307222156","heartbeat_back_addr":"172.21.15.102:6823/1307222156","heartbeat_front_addr":"172.21.15.102:6821/1307222156","state":["exists","up"]},{"osd":7,"uuid":"5b11ef75-31a7-4672-9ce8-7201cc4c15cb","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.102:6824","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6825","nonce":3389049200}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6826","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6827","nonce":3389049200}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6830","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6831","nonce":3389049200}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6828","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6829","nonce":3389049200}]},"public_addr":"172.21.15.102:6825/3389049200","cluster_addr":"172.21.15.102:6827/3389049200","heartbeat_back_addr":"172.21.15.102:6831/3389049200","heartbeat_front_addr":"172.21.15.102:6829/3389049200","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:13:26.065037+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:13:52.296911+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:14:20.301355+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:14:47.577942+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:15:10.920043+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:15:35.803524+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:16:03.150474+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:16:26.999534+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.84:6801/2157371365":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/2095249132":"2024-01-14T09:11:18.554921+0000","172.21.15.84:6800/2157371365":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/2976264939":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/2480788819":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/1579952959":"2024-01-14T09:11:01.275380+0000","172.21.15.84:0/3048311167":"2024-01-14T09:11:01.275380+0000","172.21.15.84:6800/2932164997":"2024-01-14T09:11:01.275380+0000","172.21.15.84:0/872029894":"2024-01-14T09:11:01.275380+0000","172.21.15.84:6801/2932164997":"2024-01-14T09:11:01.275380+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":{}} 2024-01-13T09:17:06.383 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[13940]: cluster 2024-01-13T09:17:04.709648+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:06.384 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[17496]: cluster 2024-01-13T09:17:04.709648+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:06.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:06 smithi102 bash[13966]: cluster 2024-01-13T09:17:04.709648+0000 mgr.y (mgr.14140) 214 : cluster [DBG] pgmap v208: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:06.697 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.491Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.491Z caller=node_exporter.go:193 level=info msg="Build context" build_context="(go=go1.21.4, platform=linux/amd64, user=root@35918982f6d8, date=20231112-23:53:35, tags=netgo osusergo static_build)" 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.493Z caller=diskstats_common.go:111 level=info collector=diskstats msg="Parsed flag --collector.diskstats.device-exclude" flag=^(ram|loop|fd|(h|s|v|xv)d[a-z]|nvme\d+n\d+p)\d+$ 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.493Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.493Z caller=filesystem_common.go:111 level=info collector=filesystem msg="Parsed flag --collector.filesystem.mount-points-exclude" flag=^/(dev|proc|run/credentials/.+|sys|var/lib/docker/.+|var/lib/containers/storage/.+)($|/) 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.493Z caller=filesystem_common.go:113 level=info collector=filesystem msg="Parsed flag --collector.filesystem.fs-types-exclude" flag=^(autofs|binfmt_misc|bpf|cgroup2?|configfs|debugfs|devpts|devtmpfs|fusectl|hugetlbfs|iso9660|mqueue|nsfs|overlay|proc|procfs|pstore|rpc_pipefs|securityfs|selinuxfs|squashfs|sysfs|tracefs)$ 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.494Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.494Z caller=node_exporter.go:117 level=info collector=arp 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.494Z caller=node_exporter.go:117 level=info collector=bcache 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.494Z caller=node_exporter.go:117 level=info collector=bonding 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.494Z caller=node_exporter.go:117 level=info collector=btrfs 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.494Z caller=node_exporter.go:117 level=info collector=conntrack 2024-01-13T09:17:06.698 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.494Z caller=node_exporter.go:117 level=info collector=cpu 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.494Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.494Z caller=node_exporter.go:117 level=info collector=diskstats 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=dmi 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=edac 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=entropy 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=filefd 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=filesystem 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=hwmon 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=infiniband 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=ipvs 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=loadavg 2024-01-13T09:17:06.699 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=mdadm 2024-01-13T09:17:06.700 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=meminfo 2024-01-13T09:17:06.700 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=netclass 2024-01-13T09:17:06.700 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=netdev 2024-01-13T09:17:06.700 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=netstat 2024-01-13T09:17:06.700 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=nfs 2024-01-13T09:17:06.700 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=nfsd 2024-01-13T09:17:06.700 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=nvme 2024-01-13T09:17:06.700 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=os 2024-01-13T09:17:06.700 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-01-13T09:17:06.700 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=pressure 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=rapl 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=schedstat 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=selinux 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=sockstat 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=softnet 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=stat 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=tapestats 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=textfile 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=time 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=uname 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=vmstat 2024-01-13T09:17:06.701 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=xfs 2024-01-13T09:17:06.702 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.495Z caller=node_exporter.go:117 level=info collector=zfs 2024-01-13T09:17:06.702 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.496Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-01-13T09:17:06.702 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:17:06 smithi084 bash[25354]: ts=2024-01-13T09:17:06.496Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-01-13T09:17:07.413 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:07 smithi084 bash[13940]: audit 2024-01-13T09:17:06.326227+0000 mon.a (mon.0) 484 : audit [DBG] from='client.? 172.21.15.84:0/1409452375' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-13T09:17:07.413 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:07 smithi084 bash[17496]: audit 2024-01-13T09:17:06.326227+0000 mon.a (mon.0) 484 : audit [DBG] from='client.? 172.21.15.84:0/1409452375' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-13T09:17:07.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:07 smithi102 bash[13966]: audit 2024-01-13T09:17:06.326227+0000 mon.a (mon.0) 484 : audit [DBG] from='client.? 172.21.15.84:0/1409452375' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-13T09:17:07.868 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-13T09:10:52.927947+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'object_hash': 2, 'pg_autoscale_mode': 'off', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '12', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_min': 1}, 'application_metadata': {'mgr_devicehealth': {}}}] 2024-01-13T09:17:07.869 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-13T09:17:08.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:08 smithi084 bash[17496]: cluster 2024-01-13T09:17:06.710199+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:08.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:08 smithi084 bash[13940]: cluster 2024-01-13T09:17:06.710199+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:08.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:08 smithi102 bash[13966]: cluster 2024-01-13T09:17:06.710199+0000 mgr.y (mgr.14140) 215 : cluster [DBG] pgmap v209: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:10.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:10 smithi084 bash[13940]: cluster 2024-01-13T09:17:08.710760+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:10.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:10 smithi084 bash[17496]: cluster 2024-01-13T09:17:08.710760+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:10.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:10 smithi102 bash[13966]: cluster 2024-01-13T09:17:08.710760+0000 mgr.y (mgr.14140) 216 : cluster [DBG] pgmap v210: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:12.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:12 smithi084 bash[13940]: cluster 2024-01-13T09:17:10.711354+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:12.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:12 smithi084 bash[17496]: cluster 2024-01-13T09:17:10.711354+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:12.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:12 smithi102 bash[13966]: cluster 2024-01-13T09:17:10.711354+0000 mgr.y (mgr.14140) 217 : cluster [DBG] pgmap v211: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:12.878 INFO:teuthology.orchestra.run.smithi084.stdout:pg_num: 1 2024-01-13T09:17:13.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:13 smithi084 bash[13940]: audit 2024-01-13T09:17:12.886690+0000 mon.a (mon.0) 485 : audit [DBG] from='client.? 172.21.15.84:0/297994093' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-13T09:17:13.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:13 smithi084 bash[17496]: audit 2024-01-13T09:17:12.886690+0000 mon.a (mon.0) 485 : audit [DBG] from='client.? 172.21.15.84:0/297994093' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-13T09:17:13.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:13 smithi102 bash[13966]: audit 2024-01-13T09:17:12.886690+0000 mon.a (mon.0) 485 : audit [DBG] from='client.? 172.21.15.84:0/297994093' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-13T09:17:14.148 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-13T09:17:14.148 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-13T09:17:14.149 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph mgr dump --format=json 2024-01-13T09:17:14.524 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:14 smithi084 bash[13940]: cluster 2024-01-13T09:17:12.711771+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:14.524 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:14 smithi084 bash[17496]: cluster 2024-01-13T09:17:12.711771+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:14.524 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:14 smithi084 docker[26078]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-alertmanager.a 2024-01-13T09:17:14.525 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:14 smithi084 systemd[1]: Started Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:17:14.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:14 smithi102 bash[13966]: cluster 2024-01-13T09:17:12.711771+0000 mgr.y (mgr.14140) 218 : cluster [DBG] pgmap v212: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:15.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[13940]: audit 2024-01-13T09:17:14.321499+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:15.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[13940]: audit 2024-01-13T09:17:14.326932+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:15.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[13940]: audit 2024-01-13T09:17:14.456429+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnQ4j4gdpDzoUHfhwxv4oMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTEzMDkxNzE0WhcN\nMzQwMTEwMDkxNzE0WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+UhEL8uai8uzO3cqEjEg\nAb1HF+UFBcsO7AdrCXIcDF4THiHi8ZXE9dGpW6K67P0XWpQ/Q79vwIbXlRY4nsTt\nO0gkvO3hQ9i7as/Mlht9QbQ34AaRwy9o2W1S8BOjLtEV40cWdHD4iy3wedoPB1QS\nNYcsf+l06HxzTSj9AgubuKD3a3AWQeBGToZI5aKtoTKXKKTBuYmDk74qOP7ZyzGr\nYxbVWfo8Y3YSY+UfzRSaAZe9QV6vhKVttIU+s41CkyHLya/UEOfIMDdthepKEAWY\nSgG3z/P57PeKr2+rkJGjXKYX9cD/HLzkjanUxCQEav+GhO/oA4jf59ktaG2xTzvh\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCt+Uhx4xmuH0h5jUwpfrv9MST5YwJT\ngYXBHqYWnltV4SZmraXzWUG5AwTpIqsUHWrWpmogSNThgRBQtWrPxhThUPu6Ggcq\nmjXL0AVpRtOokvBItgfRvwfaDWHBPbIiFFsId9dRI0Nf2lz/JBwxkOL2CuBvGHUQ\nQTbmAmJbygwM54l0byzn4EzzTy2aj4ja6IZScHN6urOmvrIqOYbJ5UL4QP1OJuN/\noZHTawNMgUIYjYk0cOd4BBASlMjnpGcGJdijeL2MlPQh+VYq1NMnCKE887rWa62x\n3bJbYLUiBWlOxjW9hajBN499GtU4G6Ga5i3vkTi7hSMdIsRP4L7lqdWX\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-13T09:17:15.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[17496]: audit 2024-01-13T09:17:14.321499+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:15.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[13940]: audit 2024-01-13T09:17:14.461642+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnQ4j4gdpDzoUHfhwxv4oMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTEzMDkxNzE0WhcN\nMzQwMTEwMDkxNzE0WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+UhEL8uai8uzO3cqEjEg\nAb1HF+UFBcsO7AdrCXIcDF4THiHi8ZXE9dGpW6K67P0XWpQ/Q79vwIbXlRY4nsTt\nO0gkvO3hQ9i7as/Mlht9QbQ34AaRwy9o2W1S8BOjLtEV40cWdHD4iy3wedoPB1QS\nNYcsf+l06HxzTSj9AgubuKD3a3AWQeBGToZI5aKtoTKXKKTBuYmDk74qOP7ZyzGr\nYxbVWfo8Y3YSY+UfzRSaAZe9QV6vhKVttIU+s41CkyHLya/UEOfIMDdthepKEAWY\nSgG3z/P57PeKr2+rkJGjXKYX9cD/HLzkjanUxCQEav+GhO/oA4jf59ktaG2xTzvh\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCt+Uhx4xmuH0h5jUwpfrv9MST5YwJT\ngYXBHqYWnltV4SZmraXzWUG5AwTpIqsUHWrWpmogSNThgRBQtWrPxhThUPu6Ggcq\nmjXL0AVpRtOokvBItgfRvwfaDWHBPbIiFFsId9dRI0Nf2lz/JBwxkOL2CuBvGHUQ\nQTbmAmJbygwM54l0byzn4EzzTy2aj4ja6IZScHN6urOmvrIqOYbJ5UL4QP1OJuN/\noZHTawNMgUIYjYk0cOd4BBASlMjnpGcGJdijeL2MlPQh+VYq1NMnCKE887rWa62x\n3bJbYLUiBWlOxjW9hajBN499GtU4G6Ga5i3vkTi7hSMdIsRP4L7lqdWX\n-----END CERTIFICATE-----\n"}]': finished 2024-01-13T09:17:15.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[13940]: audit 2024-01-13T09:17:14.462625+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQD5SEQvy5qLy7M7\ndyoSMSABvUcX5QUFyw7sB2sJchwMXhMeIeLxlcT10alborrs/RdalD9Dv2/AhteV\nFjiexO07SCS87eFD2Ltqz8yWG31BtDfgBpHDL2jZbVLwE6Mu0RXjRxZ0cPiLLfB5\n2g8HVBI1hyx/6XTofHNNKP0CC5u4oPdrcBZB4EZOhkjloq2hMpcopMG5iYOTvio4\n/tnLMatjFtVZ+jxjdhJj5R/NFJoBl71BXq+EpW20hT6zjUKTIcvJr9QQ58gwN22F\n6koQBZhKAbfP8/ns94qvb6uQkaNcphf1wP8cvOSNqdTEJARq/4aE7+gDiN/n2S1o\nbbFPO+F/AgMBAAECggEAIOTwWn47fob6t7YZzxy8ZH5di0GlUAZjibHQ5gYwvVEM\npMVD9S0WOHnaJ0Vp9SvQkRtO3dm9HWKtv/aWshy6UUBL2MJrH1DSKl4RWR13gdwO\nI3m6ck8nPsm2UAfHWL4ubTdMN0FRCsydFvc3VHg7juSvcpGT47nIXT4zZLmzasFQ\nOSGs0fH9kx/Mvh9R8DM24CHG2FE022zTdzSyLxJTB8FOLo+52p8AvKvsqE1xLErK\nw+uua2zhxMkocqxKoOhw4SqWzWXfh8EvzZmcChfK91F37vkh0+TxWuMOKSOgmF/S\n3ztwXvdMRHjpNSTv7Ur6+wRIzmoRMhN6v6/iBMgVAQKBgQD9pxOHpuW417VsJz9R\n/bWk3FTIWH+gv5b708awooWfL7iFozJJeOSk2/lwzPhhKbav0/quhYfFNQ+Lw7hx\nkI7UWi+hnr2fzBajIGwursFdPToVJGfPyiu5sIexw0LD6KWbeYbwsvK/PKzoxx76\nuE7EkHD3KSnkQv1Q3n95Sa7ssQKBgQD7ltYa7l+wH/tBsIhMu7pPRLcFKHAJxDyH\nFSuRe+YBe3gvgr46IQLDn7OEuMQVCE8zWzOfsN5GK02Fl1ulSBuOturEFtn3rUiW\nzlxuKBR7BFwkbuQAEgS77Ipm2c53XyZH8I3myyGsMN1BxiIEL2hIht75xa7NV4SR\n2PMkOkx9LwKBgQDbzWdgGqFg3xPop834J+m69e9GOWJHkx6sFKVNtVgjTMASlgvi\nnS9NKQ3r0MK/t90GWqQVjcLMgqF5FN6FEqain5A89okNq1ZGf7cfcPJA8OifH5AS\nAPiJDc9YnIMDr1uq8dGcTQWL8HFJuhs/Wm1valdp5rLVibNn25cNLGu30QKBgQDD\nJ1mlQkqPP/+SEPFpNCVs34xoP9nIeaPJ1K4bB9R+SdwMXopYZMrUG8kQppHTDsMA\nvznoITYJkAVuHt5D8w8NQO4SdPdWm9+2uxQPjp90XQlsaWgKde+eJfmllkYFapUz\nMHGiGOdhvfWi06IHRQ7LU3MapDDXr49x4quX6nDymQKBgQDuKPbkOxv55rzvG/I6\nasMDwe9OCvr3ZWd47KBRFV4pdYJCJBu6r50D1z+GomlAz/xehQZgMgzUpLRTOPh2\nswf3BNjy++ttZ2amL9v5zCHtZlasv8ol5j8gJuR+JP4rAQ+PMp0srT/jniYqUcoa\ndRIQVtK41fQcXszxUybcSUYcmg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-13T09:17:15.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[13940]: audit 2024-01-13T09:17:14.469733+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQD5SEQvy5qLy7M7\ndyoSMSABvUcX5QUFyw7sB2sJchwMXhMeIeLxlcT10alborrs/RdalD9Dv2/AhteV\nFjiexO07SCS87eFD2Ltqz8yWG31BtDfgBpHDL2jZbVLwE6Mu0RXjRxZ0cPiLLfB5\n2g8HVBI1hyx/6XTofHNNKP0CC5u4oPdrcBZB4EZOhkjloq2hMpcopMG5iYOTvio4\n/tnLMatjFtVZ+jxjdhJj5R/NFJoBl71BXq+EpW20hT6zjUKTIcvJr9QQ58gwN22F\n6koQBZhKAbfP8/ns94qvb6uQkaNcphf1wP8cvOSNqdTEJARq/4aE7+gDiN/n2S1o\nbbFPO+F/AgMBAAECggEAIOTwWn47fob6t7YZzxy8ZH5di0GlUAZjibHQ5gYwvVEM\npMVD9S0WOHnaJ0Vp9SvQkRtO3dm9HWKtv/aWshy6UUBL2MJrH1DSKl4RWR13gdwO\nI3m6ck8nPsm2UAfHWL4ubTdMN0FRCsydFvc3VHg7juSvcpGT47nIXT4zZLmzasFQ\nOSGs0fH9kx/Mvh9R8DM24CHG2FE022zTdzSyLxJTB8FOLo+52p8AvKvsqE1xLErK\nw+uua2zhxMkocqxKoOhw4SqWzWXfh8EvzZmcChfK91F37vkh0+TxWuMOKSOgmF/S\n3ztwXvdMRHjpNSTv7Ur6+wRIzmoRMhN6v6/iBMgVAQKBgQD9pxOHpuW417VsJz9R\n/bWk3FTIWH+gv5b708awooWfL7iFozJJeOSk2/lwzPhhKbav0/quhYfFNQ+Lw7hx\nkI7UWi+hnr2fzBajIGwursFdPToVJGfPyiu5sIexw0LD6KWbeYbwsvK/PKzoxx76\nuE7EkHD3KSnkQv1Q3n95Sa7ssQKBgQD7ltYa7l+wH/tBsIhMu7pPRLcFKHAJxDyH\nFSuRe+YBe3gvgr46IQLDn7OEuMQVCE8zWzOfsN5GK02Fl1ulSBuOturEFtn3rUiW\nzlxuKBR7BFwkbuQAEgS77Ipm2c53XyZH8I3myyGsMN1BxiIEL2hIht75xa7NV4SR\n2PMkOkx9LwKBgQDbzWdgGqFg3xPop834J+m69e9GOWJHkx6sFKVNtVgjTMASlgvi\nnS9NKQ3r0MK/t90GWqQVjcLMgqF5FN6FEqain5A89okNq1ZGf7cfcPJA8OifH5AS\nAPiJDc9YnIMDr1uq8dGcTQWL8HFJuhs/Wm1valdp5rLVibNn25cNLGu30QKBgQDD\nJ1mlQkqPP/+SEPFpNCVs34xoP9nIeaPJ1K4bB9R+SdwMXopYZMrUG8kQppHTDsMA\nvznoITYJkAVuHt5D8w8NQO4SdPdWm9+2uxQPjp90XQlsaWgKde+eJfmllkYFapUz\nMHGiGOdhvfWi06IHRQ7LU3MapDDXr49x4quX6nDymQKBgQDuKPbkOxv55rzvG/I6\nasMDwe9OCvr3ZWd47KBRFV4pdYJCJBu6r50D1z+GomlAz/xehQZgMgzUpLRTOPh2\nswf3BNjy++ttZ2amL9v5zCHtZlasv8ol5j8gJuR+JP4rAQ+PMp0srT/jniYqUcoa\ndRIQVtK41fQcXszxUybcSUYcmg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-13T09:17:15.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[17496]: audit 2024-01-13T09:17:14.326932+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:15.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[17496]: audit 2024-01-13T09:17:14.456429+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnQ4j4gdpDzoUHfhwxv4oMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTEzMDkxNzE0WhcN\nMzQwMTEwMDkxNzE0WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+UhEL8uai8uzO3cqEjEg\nAb1HF+UFBcsO7AdrCXIcDF4THiHi8ZXE9dGpW6K67P0XWpQ/Q79vwIbXlRY4nsTt\nO0gkvO3hQ9i7as/Mlht9QbQ34AaRwy9o2W1S8BOjLtEV40cWdHD4iy3wedoPB1QS\nNYcsf+l06HxzTSj9AgubuKD3a3AWQeBGToZI5aKtoTKXKKTBuYmDk74qOP7ZyzGr\nYxbVWfo8Y3YSY+UfzRSaAZe9QV6vhKVttIU+s41CkyHLya/UEOfIMDdthepKEAWY\nSgG3z/P57PeKr2+rkJGjXKYX9cD/HLzkjanUxCQEav+GhO/oA4jf59ktaG2xTzvh\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCt+Uhx4xmuH0h5jUwpfrv9MST5YwJT\ngYXBHqYWnltV4SZmraXzWUG5AwTpIqsUHWrWpmogSNThgRBQtWrPxhThUPu6Ggcq\nmjXL0AVpRtOokvBItgfRvwfaDWHBPbIiFFsId9dRI0Nf2lz/JBwxkOL2CuBvGHUQ\nQTbmAmJbygwM54l0byzn4EzzTy2aj4ja6IZScHN6urOmvrIqOYbJ5UL4QP1OJuN/\noZHTawNMgUIYjYk0cOd4BBASlMjnpGcGJdijeL2MlPQh+VYq1NMnCKE887rWa62x\n3bJbYLUiBWlOxjW9hajBN499GtU4G6Ga5i3vkTi7hSMdIsRP4L7lqdWX\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-13T09:17:15.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[17496]: audit 2024-01-13T09:17:14.461642+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnQ4j4gdpDzoUHfhwxv4oMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTEzMDkxNzE0WhcN\nMzQwMTEwMDkxNzE0WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+UhEL8uai8uzO3cqEjEg\nAb1HF+UFBcsO7AdrCXIcDF4THiHi8ZXE9dGpW6K67P0XWpQ/Q79vwIbXlRY4nsTt\nO0gkvO3hQ9i7as/Mlht9QbQ34AaRwy9o2W1S8BOjLtEV40cWdHD4iy3wedoPB1QS\nNYcsf+l06HxzTSj9AgubuKD3a3AWQeBGToZI5aKtoTKXKKTBuYmDk74qOP7ZyzGr\nYxbVWfo8Y3YSY+UfzRSaAZe9QV6vhKVttIU+s41CkyHLya/UEOfIMDdthepKEAWY\nSgG3z/P57PeKr2+rkJGjXKYX9cD/HLzkjanUxCQEav+GhO/oA4jf59ktaG2xTzvh\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCt+Uhx4xmuH0h5jUwpfrv9MST5YwJT\ngYXBHqYWnltV4SZmraXzWUG5AwTpIqsUHWrWpmogSNThgRBQtWrPxhThUPu6Ggcq\nmjXL0AVpRtOokvBItgfRvwfaDWHBPbIiFFsId9dRI0Nf2lz/JBwxkOL2CuBvGHUQ\nQTbmAmJbygwM54l0byzn4EzzTy2aj4ja6IZScHN6urOmvrIqOYbJ5UL4QP1OJuN/\noZHTawNMgUIYjYk0cOd4BBASlMjnpGcGJdijeL2MlPQh+VYq1NMnCKE887rWa62x\n3bJbYLUiBWlOxjW9hajBN499GtU4G6Ga5i3vkTi7hSMdIsRP4L7lqdWX\n-----END CERTIFICATE-----\n"}]': finished 2024-01-13T09:17:15.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[17496]: audit 2024-01-13T09:17:14.462625+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQD5SEQvy5qLy7M7\ndyoSMSABvUcX5QUFyw7sB2sJchwMXhMeIeLxlcT10alborrs/RdalD9Dv2/AhteV\nFjiexO07SCS87eFD2Ltqz8yWG31BtDfgBpHDL2jZbVLwE6Mu0RXjRxZ0cPiLLfB5\n2g8HVBI1hyx/6XTofHNNKP0CC5u4oPdrcBZB4EZOhkjloq2hMpcopMG5iYOTvio4\n/tnLMatjFtVZ+jxjdhJj5R/NFJoBl71BXq+EpW20hT6zjUKTIcvJr9QQ58gwN22F\n6koQBZhKAbfP8/ns94qvb6uQkaNcphf1wP8cvOSNqdTEJARq/4aE7+gDiN/n2S1o\nbbFPO+F/AgMBAAECggEAIOTwWn47fob6t7YZzxy8ZH5di0GlUAZjibHQ5gYwvVEM\npMVD9S0WOHnaJ0Vp9SvQkRtO3dm9HWKtv/aWshy6UUBL2MJrH1DSKl4RWR13gdwO\nI3m6ck8nPsm2UAfHWL4ubTdMN0FRCsydFvc3VHg7juSvcpGT47nIXT4zZLmzasFQ\nOSGs0fH9kx/Mvh9R8DM24CHG2FE022zTdzSyLxJTB8FOLo+52p8AvKvsqE1xLErK\nw+uua2zhxMkocqxKoOhw4SqWzWXfh8EvzZmcChfK91F37vkh0+TxWuMOKSOgmF/S\n3ztwXvdMRHjpNSTv7Ur6+wRIzmoRMhN6v6/iBMgVAQKBgQD9pxOHpuW417VsJz9R\n/bWk3FTIWH+gv5b708awooWfL7iFozJJeOSk2/lwzPhhKbav0/quhYfFNQ+Lw7hx\nkI7UWi+hnr2fzBajIGwursFdPToVJGfPyiu5sIexw0LD6KWbeYbwsvK/PKzoxx76\nuE7EkHD3KSnkQv1Q3n95Sa7ssQKBgQD7ltYa7l+wH/tBsIhMu7pPRLcFKHAJxDyH\nFSuRe+YBe3gvgr46IQLDn7OEuMQVCE8zWzOfsN5GK02Fl1ulSBuOturEFtn3rUiW\nzlxuKBR7BFwkbuQAEgS77Ipm2c53XyZH8I3myyGsMN1BxiIEL2hIht75xa7NV4SR\n2PMkOkx9LwKBgQDbzWdgGqFg3xPop834J+m69e9GOWJHkx6sFKVNtVgjTMASlgvi\nnS9NKQ3r0MK/t90GWqQVjcLMgqF5FN6FEqain5A89okNq1ZGf7cfcPJA8OifH5AS\nAPiJDc9YnIMDr1uq8dGcTQWL8HFJuhs/Wm1valdp5rLVibNn25cNLGu30QKBgQDD\nJ1mlQkqPP/+SEPFpNCVs34xoP9nIeaPJ1K4bB9R+SdwMXopYZMrUG8kQppHTDsMA\nvznoITYJkAVuHt5D8w8NQO4SdPdWm9+2uxQPjp90XQlsaWgKde+eJfmllkYFapUz\nMHGiGOdhvfWi06IHRQ7LU3MapDDXr49x4quX6nDymQKBgQDuKPbkOxv55rzvG/I6\nasMDwe9OCvr3ZWd47KBRFV4pdYJCJBu6r50D1z+GomlAz/xehQZgMgzUpLRTOPh2\nswf3BNjy++ttZ2amL9v5zCHtZlasv8ol5j8gJuR+JP4rAQ+PMp0srT/jniYqUcoa\ndRIQVtK41fQcXszxUybcSUYcmg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-13T09:17:15.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:15 smithi084 bash[17496]: audit 2024-01-13T09:17:14.469733+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQD5SEQvy5qLy7M7\ndyoSMSABvUcX5QUFyw7sB2sJchwMXhMeIeLxlcT10alborrs/RdalD9Dv2/AhteV\nFjiexO07SCS87eFD2Ltqz8yWG31BtDfgBpHDL2jZbVLwE6Mu0RXjRxZ0cPiLLfB5\n2g8HVBI1hyx/6XTofHNNKP0CC5u4oPdrcBZB4EZOhkjloq2hMpcopMG5iYOTvio4\n/tnLMatjFtVZ+jxjdhJj5R/NFJoBl71BXq+EpW20hT6zjUKTIcvJr9QQ58gwN22F\n6koQBZhKAbfP8/ns94qvb6uQkaNcphf1wP8cvOSNqdTEJARq/4aE7+gDiN/n2S1o\nbbFPO+F/AgMBAAECggEAIOTwWn47fob6t7YZzxy8ZH5di0GlUAZjibHQ5gYwvVEM\npMVD9S0WOHnaJ0Vp9SvQkRtO3dm9HWKtv/aWshy6UUBL2MJrH1DSKl4RWR13gdwO\nI3m6ck8nPsm2UAfHWL4ubTdMN0FRCsydFvc3VHg7juSvcpGT47nIXT4zZLmzasFQ\nOSGs0fH9kx/Mvh9R8DM24CHG2FE022zTdzSyLxJTB8FOLo+52p8AvKvsqE1xLErK\nw+uua2zhxMkocqxKoOhw4SqWzWXfh8EvzZmcChfK91F37vkh0+TxWuMOKSOgmF/S\n3ztwXvdMRHjpNSTv7Ur6+wRIzmoRMhN6v6/iBMgVAQKBgQD9pxOHpuW417VsJz9R\n/bWk3FTIWH+gv5b708awooWfL7iFozJJeOSk2/lwzPhhKbav0/quhYfFNQ+Lw7hx\nkI7UWi+hnr2fzBajIGwursFdPToVJGfPyiu5sIexw0LD6KWbeYbwsvK/PKzoxx76\nuE7EkHD3KSnkQv1Q3n95Sa7ssQKBgQD7ltYa7l+wH/tBsIhMu7pPRLcFKHAJxDyH\nFSuRe+YBe3gvgr46IQLDn7OEuMQVCE8zWzOfsN5GK02Fl1ulSBuOturEFtn3rUiW\nzlxuKBR7BFwkbuQAEgS77Ipm2c53XyZH8I3myyGsMN1BxiIEL2hIht75xa7NV4SR\n2PMkOkx9LwKBgQDbzWdgGqFg3xPop834J+m69e9GOWJHkx6sFKVNtVgjTMASlgvi\nnS9NKQ3r0MK/t90GWqQVjcLMgqF5FN6FEqain5A89okNq1ZGf7cfcPJA8OifH5AS\nAPiJDc9YnIMDr1uq8dGcTQWL8HFJuhs/Wm1valdp5rLVibNn25cNLGu30QKBgQDD\nJ1mlQkqPP/+SEPFpNCVs34xoP9nIeaPJ1K4bB9R+SdwMXopYZMrUG8kQppHTDsMA\nvznoITYJkAVuHt5D8w8NQO4SdPdWm9+2uxQPjp90XQlsaWgKde+eJfmllkYFapUz\nMHGiGOdhvfWi06IHRQ7LU3MapDDXr49x4quX6nDymQKBgQDuKPbkOxv55rzvG/I6\nasMDwe9OCvr3ZWd47KBRFV4pdYJCJBu6r50D1z+GomlAz/xehQZgMgzUpLRTOPh2\nswf3BNjy++ttZ2amL9v5zCHtZlasv8ol5j8gJuR+JP4rAQ+PMp0srT/jniYqUcoa\ndRIQVtK41fQcXszxUybcSUYcmg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-13T09:17:15.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:15 smithi102 bash[13966]: audit 2024-01-13T09:17:14.321499+0000 mon.a (mon.0) 486 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:15.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:15 smithi102 bash[13966]: audit 2024-01-13T09:17:14.326932+0000 mon.a (mon.0) 487 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049861\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.049968\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050021\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050069\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050117\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050164\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:14:41.050213\", \"created\": \"2024-01-13T09:14:39.989927\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:15.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:15 smithi102 bash[13966]: audit 2024-01-13T09:17:14.456429+0000 mon.a (mon.0) 488 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnQ4j4gdpDzoUHfhwxv4oMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTEzMDkxNzE0WhcN\nMzQwMTEwMDkxNzE0WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+UhEL8uai8uzO3cqEjEg\nAb1HF+UFBcsO7AdrCXIcDF4THiHi8ZXE9dGpW6K67P0XWpQ/Q79vwIbXlRY4nsTt\nO0gkvO3hQ9i7as/Mlht9QbQ34AaRwy9o2W1S8BOjLtEV40cWdHD4iy3wedoPB1QS\nNYcsf+l06HxzTSj9AgubuKD3a3AWQeBGToZI5aKtoTKXKKTBuYmDk74qOP7ZyzGr\nYxbVWfo8Y3YSY+UfzRSaAZe9QV6vhKVttIU+s41CkyHLya/UEOfIMDdthepKEAWY\nSgG3z/P57PeKr2+rkJGjXKYX9cD/HLzkjanUxCQEav+GhO/oA4jf59ktaG2xTzvh\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCt+Uhx4xmuH0h5jUwpfrv9MST5YwJT\ngYXBHqYWnltV4SZmraXzWUG5AwTpIqsUHWrWpmogSNThgRBQtWrPxhThUPu6Ggcq\nmjXL0AVpRtOokvBItgfRvwfaDWHBPbIiFFsId9dRI0Nf2lz/JBwxkOL2CuBvGHUQ\nQTbmAmJbygwM54l0byzn4EzzTy2aj4ja6IZScHN6urOmvrIqOYbJ5UL4QP1OJuN/\noZHTawNMgUIYjYk0cOd4BBASlMjnpGcGJdijeL2MlPQh+VYq1NMnCKE887rWa62x\n3bJbYLUiBWlOxjW9hajBN499GtU4G6Ga5i3vkTi7hSMdIsRP4L7lqdWX\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-13T09:17:15.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:15 smithi102 bash[13966]: audit 2024-01-13T09:17:14.461642+0000 mon.a (mon.0) 489 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQDnQ4j4gdpDzoUHfhwxv4oMMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTEzMDkxNzE0WhcN\nMzQwMTEwMDkxNzE0WjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA+UhEL8uai8uzO3cqEjEg\nAb1HF+UFBcsO7AdrCXIcDF4THiHi8ZXE9dGpW6K67P0XWpQ/Q79vwIbXlRY4nsTt\nO0gkvO3hQ9i7as/Mlht9QbQ34AaRwy9o2W1S8BOjLtEV40cWdHD4iy3wedoPB1QS\nNYcsf+l06HxzTSj9AgubuKD3a3AWQeBGToZI5aKtoTKXKKTBuYmDk74qOP7ZyzGr\nYxbVWfo8Y3YSY+UfzRSaAZe9QV6vhKVttIU+s41CkyHLya/UEOfIMDdthepKEAWY\nSgG3z/P57PeKr2+rkJGjXKYX9cD/HLzkjanUxCQEav+GhO/oA4jf59ktaG2xTzvh\nfwIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCt+Uhx4xmuH0h5jUwpfrv9MST5YwJT\ngYXBHqYWnltV4SZmraXzWUG5AwTpIqsUHWrWpmogSNThgRBQtWrPxhThUPu6Ggcq\nmjXL0AVpRtOokvBItgfRvwfaDWHBPbIiFFsId9dRI0Nf2lz/JBwxkOL2CuBvGHUQ\nQTbmAmJbygwM54l0byzn4EzzTy2aj4ja6IZScHN6urOmvrIqOYbJ5UL4QP1OJuN/\noZHTawNMgUIYjYk0cOd4BBASlMjnpGcGJdijeL2MlPQh+VYq1NMnCKE887rWa62x\n3bJbYLUiBWlOxjW9hajBN499GtU4G6Ga5i3vkTi7hSMdIsRP4L7lqdWX\n-----END CERTIFICATE-----\n"}]': finished 2024-01-13T09:17:15.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:15 smithi102 bash[13966]: audit 2024-01-13T09:17:14.462625+0000 mon.a (mon.0) 490 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQD5SEQvy5qLy7M7\ndyoSMSABvUcX5QUFyw7sB2sJchwMXhMeIeLxlcT10alborrs/RdalD9Dv2/AhteV\nFjiexO07SCS87eFD2Ltqz8yWG31BtDfgBpHDL2jZbVLwE6Mu0RXjRxZ0cPiLLfB5\n2g8HVBI1hyx/6XTofHNNKP0CC5u4oPdrcBZB4EZOhkjloq2hMpcopMG5iYOTvio4\n/tnLMatjFtVZ+jxjdhJj5R/NFJoBl71BXq+EpW20hT6zjUKTIcvJr9QQ58gwN22F\n6koQBZhKAbfP8/ns94qvb6uQkaNcphf1wP8cvOSNqdTEJARq/4aE7+gDiN/n2S1o\nbbFPO+F/AgMBAAECggEAIOTwWn47fob6t7YZzxy8ZH5di0GlUAZjibHQ5gYwvVEM\npMVD9S0WOHnaJ0Vp9SvQkRtO3dm9HWKtv/aWshy6UUBL2MJrH1DSKl4RWR13gdwO\nI3m6ck8nPsm2UAfHWL4ubTdMN0FRCsydFvc3VHg7juSvcpGT47nIXT4zZLmzasFQ\nOSGs0fH9kx/Mvh9R8DM24CHG2FE022zTdzSyLxJTB8FOLo+52p8AvKvsqE1xLErK\nw+uua2zhxMkocqxKoOhw4SqWzWXfh8EvzZmcChfK91F37vkh0+TxWuMOKSOgmF/S\n3ztwXvdMRHjpNSTv7Ur6+wRIzmoRMhN6v6/iBMgVAQKBgQD9pxOHpuW417VsJz9R\n/bWk3FTIWH+gv5b708awooWfL7iFozJJeOSk2/lwzPhhKbav0/quhYfFNQ+Lw7hx\nkI7UWi+hnr2fzBajIGwursFdPToVJGfPyiu5sIexw0LD6KWbeYbwsvK/PKzoxx76\nuE7EkHD3KSnkQv1Q3n95Sa7ssQKBgQD7ltYa7l+wH/tBsIhMu7pPRLcFKHAJxDyH\nFSuRe+YBe3gvgr46IQLDn7OEuMQVCE8zWzOfsN5GK02Fl1ulSBuOturEFtn3rUiW\nzlxuKBR7BFwkbuQAEgS77Ipm2c53XyZH8I3myyGsMN1BxiIEL2hIht75xa7NV4SR\n2PMkOkx9LwKBgQDbzWdgGqFg3xPop834J+m69e9GOWJHkx6sFKVNtVgjTMASlgvi\nnS9NKQ3r0MK/t90GWqQVjcLMgqF5FN6FEqain5A89okNq1ZGf7cfcPJA8OifH5AS\nAPiJDc9YnIMDr1uq8dGcTQWL8HFJuhs/Wm1valdp5rLVibNn25cNLGu30QKBgQDD\nJ1mlQkqPP/+SEPFpNCVs34xoP9nIeaPJ1K4bB9R+SdwMXopYZMrUG8kQppHTDsMA\nvznoITYJkAVuHt5D8w8NQO4SdPdWm9+2uxQPjp90XQlsaWgKde+eJfmllkYFapUz\nMHGiGOdhvfWi06IHRQ7LU3MapDDXr49x4quX6nDymQKBgQDuKPbkOxv55rzvG/I6\nasMDwe9OCvr3ZWd47KBRFV4pdYJCJBu6r50D1z+GomlAz/xehQZgMgzUpLRTOPh2\nswf3BNjy++ttZ2amL9v5zCHtZlasv8ol5j8gJuR+JP4rAQ+PMp0srT/jniYqUcoa\ndRIQVtK41fQcXszxUybcSUYcmg==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-13T09:17:15.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:15 smithi102 bash[13966]: audit 2024-01-13T09:17:14.469733+0000 mon.a (mon.0) 491 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvwIBADANBgkqhkiG9w0BAQEFAASCBKkwggSlAgEAAoIBAQD5SEQvy5qLy7M7\ndyoSMSABvUcX5QUFyw7sB2sJchwMXhMeIeLxlcT10alborrs/RdalD9Dv2/AhteV\nFjiexO07SCS87eFD2Ltqz8yWG31BtDfgBpHDL2jZbVLwE6Mu0RXjRxZ0cPiLLfB5\n2g8HVBI1hyx/6XTofHNNKP0CC5u4oPdrcBZB4EZOhkjloq2hMpcopMG5iYOTvio4\n/tnLMatjFtVZ+jxjdhJj5R/NFJoBl71BXq+EpW20hT6zjUKTIcvJr9QQ58gwN22F\n6koQBZhKAbfP8/ns94qvb6uQkaNcphf1wP8cvOSNqdTEJARq/4aE7+gDiN/n2S1o\nbbFPO+F/AgMBAAECggEAIOTwWn47fob6t7YZzxy8ZH5di0GlUAZjibHQ5gYwvVEM\npMVD9S0WOHnaJ0Vp9SvQkRtO3dm9HWKtv/aWshy6UUBL2MJrH1DSKl4RWR13gdwO\nI3m6ck8nPsm2UAfHWL4ubTdMN0FRCsydFvc3VHg7juSvcpGT47nIXT4zZLmzasFQ\nOSGs0fH9kx/Mvh9R8DM24CHG2FE022zTdzSyLxJTB8FOLo+52p8AvKvsqE1xLErK\nw+uua2zhxMkocqxKoOhw4SqWzWXfh8EvzZmcChfK91F37vkh0+TxWuMOKSOgmF/S\n3ztwXvdMRHjpNSTv7Ur6+wRIzmoRMhN6v6/iBMgVAQKBgQD9pxOHpuW417VsJz9R\n/bWk3FTIWH+gv5b708awooWfL7iFozJJeOSk2/lwzPhhKbav0/quhYfFNQ+Lw7hx\nkI7UWi+hnr2fzBajIGwursFdPToVJGfPyiu5sIexw0LD6KWbeYbwsvK/PKzoxx76\nuE7EkHD3KSnkQv1Q3n95Sa7ssQKBgQD7ltYa7l+wH/tBsIhMu7pPRLcFKHAJxDyH\nFSuRe+YBe3gvgr46IQLDn7OEuMQVCE8zWzOfsN5GK02Fl1ulSBuOturEFtn3rUiW\nzlxuKBR7BFwkbuQAEgS77Ipm2c53XyZH8I3myyGsMN1BxiIEL2hIht75xa7NV4SR\n2PMkOkx9LwKBgQDbzWdgGqFg3xPop834J+m69e9GOWJHkx6sFKVNtVgjTMASlgvi\nnS9NKQ3r0MK/t90GWqQVjcLMgqF5FN6FEqain5A89okNq1ZGf7cfcPJA8OifH5AS\nAPiJDc9YnIMDr1uq8dGcTQWL8HFJuhs/Wm1valdp5rLVibNn25cNLGu30QKBgQDD\nJ1mlQkqPP/+SEPFpNCVs34xoP9nIeaPJ1K4bB9R+SdwMXopYZMrUG8kQppHTDsMA\nvznoITYJkAVuHt5D8w8NQO4SdPdWm9+2uxQPjp90XQlsaWgKde+eJfmllkYFapUz\nMHGiGOdhvfWi06IHRQ7LU3MapDDXr49x4quX6nDymQKBgQDuKPbkOxv55rzvG/I6\nasMDwe9OCvr3ZWd47KBRFV4pdYJCJBu6r50D1z+GomlAz/xehQZgMgzUpLRTOPh2\nswf3BNjy++ttZ2amL9v5zCHtZlasv8ol5j8gJuR+JP4rAQ+PMp0srT/jniYqUcoa\ndRIQVtK41fQcXszxUybcSUYcmg==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-13T09:17:16.191 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[26096]: ts=2024-01-13T09:17:16.046Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-13T09:17:16.191 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[26096]: ts=2024-01-13T09:17:16.046Z 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)" 2024-01-13T09:17:16.191 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[26096]: ts=2024-01-13T09:17:16.048Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.84 port=9094 2024-01-13T09:17:16.191 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[26096]: ts=2024-01-13T09:17:16.050Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-13T09:17:16.191 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[26096]: ts=2024-01-13T09:17:16.099Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-13T09:17:16.192 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[26096]: ts=2024-01-13T09:17:16.099Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-13T09:17:16.192 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[26096]: ts=2024-01-13T09:17:16.101Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-13T09:17:16.192 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[26096]: ts=2024-01-13T09:17:16.101Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-13T09:17:16.313 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[13940]: cephadm 2024-01-13T09:17:14.470823+0000 mgr.y (mgr.14140) 219 : cephadm [INF] Deploying daemon grafana.a on smithi102 2024-01-13T09:17:16.313 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[13940]: cluster 2024-01-13T09:17:14.712563+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:16.313 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[17496]: cephadm 2024-01-13T09:17:14.470823+0000 mgr.y (mgr.14140) 219 : cephadm [INF] Deploying daemon grafana.a on smithi102 2024-01-13T09:17:16.313 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:16 smithi084 bash[17496]: cluster 2024-01-13T09:17:14.712563+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:16.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:16 smithi102 bash[13966]: cephadm 2024-01-13T09:17:14.470823+0000 mgr.y (mgr.14140) 219 : cephadm [INF] Deploying daemon grafana.a on smithi102 2024-01-13T09:17:16.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:16 smithi102 bash[13966]: cluster 2024-01-13T09:17:14.712563+0000 mgr.y (mgr.14140) 220 : cluster [DBG] pgmap v213: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:18.028 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-13T09:17:18.296 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:18 smithi084 bash[17496]: cluster 2024-01-13T09:17:16.713147+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:18.296 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:18 smithi084 bash[17496]: audit 2024-01-13T09:17:18.028737+0000 mon.a (mon.0) 492 : audit [DBG] from='client.? 172.21.15.84:0/3599644797' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-13T09:17:18.297 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:18 smithi084 bash[26096]: ts=2024-01-13T09:17:18.050Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000294096s 2024-01-13T09:17:18.297 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:18 smithi084 bash[13940]: cluster 2024-01-13T09:17:16.713147+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:18.297 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:18 smithi084 bash[13940]: audit 2024-01-13T09:17:18.028737+0000 mon.a (mon.0) 492 : audit [DBG] from='client.? 172.21.15.84:0/3599644797' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-13T09:17:18.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:18 smithi102 bash[13966]: cluster 2024-01-13T09:17:16.713147+0000 mgr.y (mgr.14140) 221 : cluster [DBG] pgmap v214: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:18.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:18 smithi102 bash[13966]: audit 2024-01-13T09:17:18.028737+0000 mon.a (mon.0) 492 : audit [DBG] from='client.? 172.21.15.84:0/3599644797' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-13T09:17:18.817 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":14,"active_gid":14140,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6800","nonce":1285097160},{"type":"v1","addr":"172.21.15.84:6801","nonce":1285097160}]},"active_addr":"172.21.15.84:6801/1285097160","active_change":"2024-01-13T09:11:18.555623+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://smithi084.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.84:0","nonce":1613617159}]},{"addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":2293987918}]},{"addrvec":[{"type":"v2","addr":"172.21.15.84:0","nonce":4262545850}]}]}} 2024-01-13T09:17:18.821 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-13T09:17:18.821 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-13T09:17:18.821 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd dump --format=json 2024-01-13T09:17:20.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:20 smithi084 bash[13940]: cluster 2024-01-13T09:17:18.713667+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:20.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:20 smithi084 bash[17496]: cluster 2024-01-13T09:17:18.713667+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:20.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:20 smithi102 bash[13966]: cluster 2024-01-13T09:17:18.713667+0000 mgr.y (mgr.14140) 222 : cluster [DBG] pgmap v215: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:21.941 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-13T09:17:21.941 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":47,"fsid":"82e68f94-b1f3-11ee-95ac-87774f69a715","created":"2024-01-13T09:10:39.491462+0000","modified":"2024-01-13T09:16:29.814312+0000","last_up_change":"2024-01-13T09:16:28.797225+0000","last_in_change":"2024-01-13T09:16:28.797225+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-13T09:10:52.927947+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":"155ba7de-9623-42d9-8e48-ea8154c8f794","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.84:6802","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6803","nonce":2197176019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6805","nonce":2197176019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6809","nonce":2197176019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6807","nonce":2197176019}]},"public_addr":"172.21.15.84:6803/2197176019","cluster_addr":"172.21.15.84:6805/2197176019","heartbeat_back_addr":"172.21.15.84:6809/2197176019","heartbeat_front_addr":"172.21.15.84:6807/2197176019","state":["exists","up"]},{"osd":1,"uuid":"c3e985ec-9a75-429e-897d-392df53c2a7d","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.84:6810","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6811","nonce":4194807849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6813","nonce":4194807849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6817","nonce":4194807849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6815","nonce":4194807849}]},"public_addr":"172.21.15.84:6811/4194807849","cluster_addr":"172.21.15.84:6813/4194807849","heartbeat_back_addr":"172.21.15.84:6817/4194807849","heartbeat_front_addr":"172.21.15.84:6815/4194807849","state":["exists","up"]},{"osd":2,"uuid":"748fe0d0-5813-45a9-b529-2be5ff87e9d4","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.84:6818","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6819","nonce":1948907866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6821","nonce":1948907866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6825","nonce":1948907866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6823","nonce":1948907866}]},"public_addr":"172.21.15.84:6819/1948907866","cluster_addr":"172.21.15.84:6821/1948907866","heartbeat_back_addr":"172.21.15.84:6825/1948907866","heartbeat_front_addr":"172.21.15.84:6823/1948907866","state":["exists","up"]},{"osd":3,"uuid":"7761e142-eeb9-4938-abf7-0b7d3964f02a","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.84:6826","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6827","nonce":2697976143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6829","nonce":2697976143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6832","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6833","nonce":2697976143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6831","nonce":2697976143}]},"public_addr":"172.21.15.84:6827/2697976143","cluster_addr":"172.21.15.84:6829/2697976143","heartbeat_back_addr":"172.21.15.84:6833/2697976143","heartbeat_front_addr":"172.21.15.84:6831/2697976143","state":["exists","up"]},{"osd":4,"uuid":"faec47fa-c71e-4365-b2c6-5f036da3e9e7","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.102:6800","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6801","nonce":3128895018}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6802","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6803","nonce":3128895018}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6806","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6807","nonce":3128895018}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6804","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6805","nonce":3128895018}]},"public_addr":"172.21.15.102:6801/3128895018","cluster_addr":"172.21.15.102:6803/3128895018","heartbeat_back_addr":"172.21.15.102:6807/3128895018","heartbeat_front_addr":"172.21.15.102:6805/3128895018","state":["exists","up"]},{"osd":5,"uuid":"e6e0ce90-50bd-4eca-87d2-0687862103f6","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.102:6808","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6809","nonce":506346650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6810","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6811","nonce":506346650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6814","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6815","nonce":506346650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6812","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6813","nonce":506346650}]},"public_addr":"172.21.15.102:6809/506346650","cluster_addr":"172.21.15.102:6811/506346650","heartbeat_back_addr":"172.21.15.102:6815/506346650","heartbeat_front_addr":"172.21.15.102:6813/506346650","state":["exists","up"]},{"osd":6,"uuid":"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6","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.102:6816","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6817","nonce":1307222156}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6818","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6819","nonce":1307222156}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6822","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6823","nonce":1307222156}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6820","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6821","nonce":1307222156}]},"public_addr":"172.21.15.102:6817/1307222156","cluster_addr":"172.21.15.102:6819/1307222156","heartbeat_back_addr":"172.21.15.102:6823/1307222156","heartbeat_front_addr":"172.21.15.102:6821/1307222156","state":["exists","up"]},{"osd":7,"uuid":"5b11ef75-31a7-4672-9ce8-7201cc4c15cb","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.102:6824","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6825","nonce":3389049200}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6826","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6827","nonce":3389049200}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6830","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6831","nonce":3389049200}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6828","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6829","nonce":3389049200}]},"public_addr":"172.21.15.102:6825/3389049200","cluster_addr":"172.21.15.102:6827/3389049200","heartbeat_back_addr":"172.21.15.102:6831/3389049200","heartbeat_front_addr":"172.21.15.102:6829/3389049200","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:13:26.065037+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:13:52.296911+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:14:20.301355+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:14:47.577942+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:15:10.920043+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:15:35.803524+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:16:03.150474+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:16:26.999534+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.84:6801/2157371365":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/2095249132":"2024-01-14T09:11:18.554921+0000","172.21.15.84:6800/2157371365":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/2976264939":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/2480788819":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/1579952959":"2024-01-14T09:11:01.275380+0000","172.21.15.84:0/3048311167":"2024-01-14T09:11:01.275380+0000","172.21.15.84:6800/2932164997":"2024-01-14T09:11:01.275380+0000","172.21.15.84:0/872029894":"2024-01-14T09:11:01.275380+0000","172.21.15.84:6801/2932164997":"2024-01-14T09:11:01.275380+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":{}} 2024-01-13T09:17:22.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:22 smithi084 bash[13940]: cluster 2024-01-13T09:17:20.714252+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:22.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:22 smithi084 bash[13940]: audit 2024-01-13T09:17:21.948628+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.84:0/3492375142' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-13T09:17:22.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:22 smithi084 bash[17496]: cluster 2024-01-13T09:17:20.714252+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:22.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:22 smithi084 bash[17496]: audit 2024-01-13T09:17:21.948628+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.84:0/3492375142' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-13T09:17:22.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:22 smithi102 bash[13966]: cluster 2024-01-13T09:17:20.714252+0000 mgr.y (mgr.14140) 223 : cluster [DBG] pgmap v216: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:22.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:22 smithi102 bash[13966]: audit 2024-01-13T09:17:21.948628+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.84:0/3492375142' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-13T09:17:22.728 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-13T09:17:22.728 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd dump --format=json 2024-01-13T09:17:24.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:24 smithi084 bash[17496]: cluster 2024-01-13T09:17:22.714839+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:24.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:24 smithi084 bash[13940]: cluster 2024-01-13T09:17:22.714839+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:24.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:24 smithi102 bash[13966]: cluster 2024-01-13T09:17:22.714839+0000 mgr.y (mgr.14140) 224 : cluster [DBG] pgmap v217: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:25.906 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-13T09:17:25.906 INFO:teuthology.orchestra.run.smithi084.stdout:{"epoch":47,"fsid":"82e68f94-b1f3-11ee-95ac-87774f69a715","created":"2024-01-13T09:10:39.491462+0000","modified":"2024-01-13T09:16:29.814312+0000","last_up_change":"2024-01-13T09:16:28.797225+0000","last_in_change":"2024-01-13T09:16:28.797225+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":18,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":8,"require_min_compat_client":"jewel","min_compat_client":"jewel","require_osd_release":"octopus","pools":[{"pool":1,"pool_name":"device_health_metrics","create_time":"2024-01-13T09:10:52.927947+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":"155ba7de-9623-42d9-8e48-ea8154c8f794","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.84:6802","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6803","nonce":2197176019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6804","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6805","nonce":2197176019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6808","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6809","nonce":2197176019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6806","nonce":2197176019},{"type":"v1","addr":"172.21.15.84:6807","nonce":2197176019}]},"public_addr":"172.21.15.84:6803/2197176019","cluster_addr":"172.21.15.84:6805/2197176019","heartbeat_back_addr":"172.21.15.84:6809/2197176019","heartbeat_front_addr":"172.21.15.84:6807/2197176019","state":["exists","up"]},{"osd":1,"uuid":"c3e985ec-9a75-429e-897d-392df53c2a7d","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.84:6810","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6811","nonce":4194807849}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6812","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6813","nonce":4194807849}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6816","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6817","nonce":4194807849}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6814","nonce":4194807849},{"type":"v1","addr":"172.21.15.84:6815","nonce":4194807849}]},"public_addr":"172.21.15.84:6811/4194807849","cluster_addr":"172.21.15.84:6813/4194807849","heartbeat_back_addr":"172.21.15.84:6817/4194807849","heartbeat_front_addr":"172.21.15.84:6815/4194807849","state":["exists","up"]},{"osd":2,"uuid":"748fe0d0-5813-45a9-b529-2be5ff87e9d4","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.84:6818","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6819","nonce":1948907866}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6820","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6821","nonce":1948907866}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6824","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6825","nonce":1948907866}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6822","nonce":1948907866},{"type":"v1","addr":"172.21.15.84:6823","nonce":1948907866}]},"public_addr":"172.21.15.84:6819/1948907866","cluster_addr":"172.21.15.84:6821/1948907866","heartbeat_back_addr":"172.21.15.84:6825/1948907866","heartbeat_front_addr":"172.21.15.84:6823/1948907866","state":["exists","up"]},{"osd":3,"uuid":"7761e142-eeb9-4938-abf7-0b7d3964f02a","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.84:6826","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6827","nonce":2697976143}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6828","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6829","nonce":2697976143}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6832","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6833","nonce":2697976143}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.84:6830","nonce":2697976143},{"type":"v1","addr":"172.21.15.84:6831","nonce":2697976143}]},"public_addr":"172.21.15.84:6827/2697976143","cluster_addr":"172.21.15.84:6829/2697976143","heartbeat_back_addr":"172.21.15.84:6833/2697976143","heartbeat_front_addr":"172.21.15.84:6831/2697976143","state":["exists","up"]},{"osd":4,"uuid":"faec47fa-c71e-4365-b2c6-5f036da3e9e7","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.102:6800","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6801","nonce":3128895018}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6802","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6803","nonce":3128895018}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6806","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6807","nonce":3128895018}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6804","nonce":3128895018},{"type":"v1","addr":"172.21.15.102:6805","nonce":3128895018}]},"public_addr":"172.21.15.102:6801/3128895018","cluster_addr":"172.21.15.102:6803/3128895018","heartbeat_back_addr":"172.21.15.102:6807/3128895018","heartbeat_front_addr":"172.21.15.102:6805/3128895018","state":["exists","up"]},{"osd":5,"uuid":"e6e0ce90-50bd-4eca-87d2-0687862103f6","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.102:6808","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6809","nonce":506346650}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6810","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6811","nonce":506346650}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6814","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6815","nonce":506346650}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6812","nonce":506346650},{"type":"v1","addr":"172.21.15.102:6813","nonce":506346650}]},"public_addr":"172.21.15.102:6809/506346650","cluster_addr":"172.21.15.102:6811/506346650","heartbeat_back_addr":"172.21.15.102:6815/506346650","heartbeat_front_addr":"172.21.15.102:6813/506346650","state":["exists","up"]},{"osd":6,"uuid":"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6","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.102:6816","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6817","nonce":1307222156}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6818","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6819","nonce":1307222156}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6822","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6823","nonce":1307222156}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6820","nonce":1307222156},{"type":"v1","addr":"172.21.15.102:6821","nonce":1307222156}]},"public_addr":"172.21.15.102:6817/1307222156","cluster_addr":"172.21.15.102:6819/1307222156","heartbeat_back_addr":"172.21.15.102:6823/1307222156","heartbeat_front_addr":"172.21.15.102:6821/1307222156","state":["exists","up"]},{"osd":7,"uuid":"5b11ef75-31a7-4672-9ce8-7201cc4c15cb","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.102:6824","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6825","nonce":3389049200}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6826","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6827","nonce":3389049200}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6830","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6831","nonce":3389049200}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.102:6828","nonce":3389049200},{"type":"v1","addr":"172.21.15.102:6829","nonce":3389049200}]},"public_addr":"172.21.15.102:6825/3389049200","cluster_addr":"172.21.15.102:6827/3389049200","heartbeat_back_addr":"172.21.15.102:6831/3389049200","heartbeat_front_addr":"172.21.15.102:6829/3389049200","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:13:26.065037+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:13:52.296911+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:14:20.301355+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:14:47.577942+0000","dead_epoch":0},{"osd":4,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:15:10.920043+0000","dead_epoch":0},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:15:35.803524+0000","dead_epoch":0},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:16:03.150474+0000","dead_epoch":0},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-13T09:16:26.999534+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.84:6801/2157371365":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/2095249132":"2024-01-14T09:11:18.554921+0000","172.21.15.84:6800/2157371365":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/2976264939":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/2480788819":"2024-01-14T09:11:18.554921+0000","172.21.15.84:0/1579952959":"2024-01-14T09:11:01.275380+0000","172.21.15.84:0/3048311167":"2024-01-14T09:11:01.275380+0000","172.21.15.84:6800/2932164997":"2024-01-14T09:11:01.275380+0000","172.21.15.84:0/872029894":"2024-01-14T09:11:01.275380+0000","172.21.15.84:6801/2932164997":"2024-01-14T09:11:01.275380+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":{}} 2024-01-13T09:17:26.221 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:26 smithi084 bash[26096]: ts=2024-01-13T09:17:26.052Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001912817s 2024-01-13T09:17:26.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:26 smithi084 bash[13940]: cluster 2024-01-13T09:17:24.715527+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:26.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:26 smithi084 bash[13940]: audit 2024-01-13T09:17:25.912629+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.84:0/2725586739' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-13T09:17:26.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:26 smithi084 bash[17496]: cluster 2024-01-13T09:17:24.715527+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:26.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:26 smithi084 bash[17496]: audit 2024-01-13T09:17:25.912629+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.84:0/2725586739' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-13T09:17:26.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:26 smithi102 bash[13966]: cluster 2024-01-13T09:17:24.715527+0000 mgr.y (mgr.14140) 225 : cluster [DBG] pgmap v218: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:26.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:26 smithi102 bash[13966]: audit 2024-01-13T09:17:25.912629+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.84:0/2725586739' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-13T09:17:26.683 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-13T09:17:28.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:28 smithi084 bash[13940]: cluster 2024-01-13T09:17:26.716141+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:28.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:28 smithi084 bash[17496]: cluster 2024-01-13T09:17:26.716141+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:28.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:28 smithi102 bash[13966]: cluster 2024-01-13T09:17:26.716141+0000 mgr.y (mgr.14140) 226 : cluster [DBG] pgmap v219: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:30.403 INFO:teuthology.orchestra.run.smithi084.stdout:42949673012 2024-01-13T09:17:30.403 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-13T09:17:30.541 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:30 smithi084 bash[13940]: cluster 2024-01-13T09:17:28.716712+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:30.541 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:30 smithi084 bash[17496]: cluster 2024-01-13T09:17:28.716712+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:30.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:30 smithi102 bash[13966]: cluster 2024-01-13T09:17:28.716712+0000 mgr.y (mgr.14140) 227 : cluster [DBG] pgmap v220: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:32.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:32 smithi102 bash[13966]: cluster 2024-01-13T09:17:30.717464+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:32.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:32 smithi084 bash[17496]: cluster 2024-01-13T09:17:30.717464+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:32.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:32 smithi084 bash[13940]: cluster 2024-01-13T09:17:30.717464+0000 mgr.y (mgr.14140) 228 : cluster [DBG] pgmap v221: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:34.149 INFO:teuthology.orchestra.run.smithi084.stdout:68719476783 2024-01-13T09:17:34.150 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-13T09:17:34.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:34 smithi084 bash[13940]: cluster 2024-01-13T09:17:32.718180+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:34.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:34 smithi084 bash[17496]: cluster 2024-01-13T09:17:32.718180+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:34.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:34 smithi102 bash[13966]: cluster 2024-01-13T09:17:32.718180+0000 mgr.y (mgr.14140) 229 : cluster [DBG] pgmap v222: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:36.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:36 smithi084 bash[17496]: cluster 2024-01-13T09:17:34.718784+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:36.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:36 smithi084 bash[13940]: cluster 2024-01-13T09:17:34.718784+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:36.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:36 smithi102 bash[13966]: cluster 2024-01-13T09:17:34.718784+0000 mgr.y (mgr.14140) 230 : cluster [DBG] pgmap v223: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:36.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:36 smithi102 docker[23083]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-grafana.a 2024-01-13T09:17:36.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:36 smithi102 systemd[1]: Started Ceph grafana.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:17:37.355 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Starting Grafana" logger=server version=6.6.2 commit=3fa63cfc34 branch=HEAD compiled=2020-02-20T12:03:49+0000 2024-01-13T09:17:37.355 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-01-13T09:17:37.355 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-01-13T09:17:37.355 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-01-13T09:17:37.355 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-01-13T09:17:37.355 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-01-13T09:17:37.355 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-01-13T09:17:37.355 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-01-13T09:17:37.355 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-01-13T09:17:37.356 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-01-13T09:17:37.356 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-01-13T09:17:37.356 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-01-13T09:17:37.356 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="App mode production" logger=settings 2024-01-13T09:17:37.356 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-01-13T09:17:37.356 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-01-13T09:17:37.356 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-01-13T09:17:37.356 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-01-13T09:17:37.356 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-01-13T09:17:37.356 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-01-13T09:17:37.357 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[13966]: audit 2024-01-13T09:17:36.278542+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:37.357 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[13966]: audit 2024-01-13T09:17:36.284054+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:37.357 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[13966]: audit 2024-01-13T09:17:36.285799+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:37.357 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[13966]: audit 2024-01-13T09:17:37.172123+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"c45e5485b865\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169860\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:14.321651\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_daemon_update\": \"2024-01-13T09:17:37.170123\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:37.357 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[13966]: audit 2024-01-13T09:17:37.177836+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"c45e5485b865\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169860\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:14.321651\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_daemon_update\": \"2024-01-13T09:17:37.170123\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:37.358 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[13966]: audit 2024-01-13T09:17:37.179158+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:37.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-01-13T09:17:37.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-01-13T09:17:37.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-01-13T09:17:37.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[17496]: audit 2024-01-13T09:17:36.278542+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:37.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[13940]: audit 2024-01-13T09:17:36.278542+0000 mon.a (mon.0) 493 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:37.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[17496]: audit 2024-01-13T09:17:36.284054+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:37.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[17496]: audit 2024-01-13T09:17:36.285799+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:37.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[17496]: audit 2024-01-13T09:17:37.172123+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"c45e5485b865\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169860\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:14.321651\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_daemon_update\": \"2024-01-13T09:17:37.170123\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:37.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[13940]: audit 2024-01-13T09:17:36.284054+0000 mon.a (mon.0) 494 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.174829\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175028\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175153\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175274\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175394\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175513\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:16:54.175634\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:37.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[13940]: audit 2024-01-13T09:17:36.285799+0000 mon.a (mon.0) 495 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:37.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[17496]: audit 2024-01-13T09:17:37.177836+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"c45e5485b865\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169860\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:14.321651\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_daemon_update\": \"2024-01-13T09:17:37.170123\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:37.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[17496]: audit 2024-01-13T09:17:37.179158+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:37.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[13940]: audit 2024-01-13T09:17:37.172123+0000 mon.a (mon.0) 496 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"c45e5485b865\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169860\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:14.321651\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_daemon_update\": \"2024-01-13T09:17:37.170123\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:37.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[13940]: audit 2024-01-13T09:17:37.177836+0000 mon.a (mon.0) 497 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"c45e5485b865\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169860\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:14.321651\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:55.645129\"}}, \"last_daemon_update\": \"2024-01-13T09:17:37.170123\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:37.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:37 smithi084 bash[13940]: audit 2024-01-13T09:17:37.179158+0000 mon.a (mon.0) 498 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:37.916 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-01-13T09:17:37.916 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-01-13T09:17:37.916 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-01-13T09:17:37.916 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-01-13T09:17:37.916 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-01-13T09:17:37.946 INFO:teuthology.orchestra.run.smithi084.stdout:90194313258 2024-01-13T09:17:37.947 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-13T09:17:38.185 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:37 smithi102 bash[23108]: t=2024-01-13T09:17:37+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-01-13T09:17:38.185 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-01-13T09:17:38.185 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-01-13T09:17:38.186 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-01-13T09:17:38.418 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:38 smithi084 bash[13940]: cluster 2024-01-13T09:17:36.719347+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:38.419 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:38 smithi084 bash[17496]: cluster 2024-01-13T09:17:36.719347+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:38.419 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:38 smithi084 bash[13940]: audit 2024-01-13T09:17:38.184344+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181499\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:38.182011\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:38.419 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:38 smithi084 bash[13940]: audit 2024-01-13T09:17:38.190715+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181499\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:38.182011\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:38.419 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:38 smithi084 bash[17496]: audit 2024-01-13T09:17:38.184344+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181499\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:38.182011\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:38.419 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:38 smithi084 bash[17496]: audit 2024-01-13T09:17:38.190715+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181499\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:38.182011\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:38.437 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-01-13T09:17:38.437 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-01-13T09:17:38.437 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-01-13T09:17:38.437 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-01-13T09:17:38.437 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-01-13T09:17:38.438 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[13966]: cluster 2024-01-13T09:17:36.719347+0000 mgr.y (mgr.14140) 231 : cluster [DBG] pgmap v224: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:38.438 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[13966]: audit 2024-01-13T09:17:38.184344+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181499\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:38.182011\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:38.438 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[13966]: audit 2024-01-13T09:17:38.190715+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"f3455ae0cf0b\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181499\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:16:52.776692\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:16:32.662750\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:38.182011\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:38.764 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-01-13T09:17:38.764 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-01-13T09:17:38.764 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-01-13T09:17:38.764 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-01-13T09:17:39.041 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-01-13T09:17:39.041 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-01-13T09:17:39.041 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-01-13T09:17:39.041 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:38 smithi102 bash[23108]: t=2024-01-13T09:17:38+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-01-13T09:17:39.292 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-01-13T09:17:39.292 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-01-13T09:17:39.293 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-01-13T09:17:39.293 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-01-13T09:17:39.293 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-01-13T09:17:39.610 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[13966]: cephadm 2024-01-13T09:17:38.196460+0000 mgr.y (mgr.14140) 232 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-13T09:17:39.610 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[13966]: cephadm 2024-01-13T09:17:38.200149+0000 mgr.y (mgr.14140) 233 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi084 2024-01-13T09:17:39.610 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-01-13T09:17:39.611 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-01-13T09:17:39.611 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-01-13T09:17:39.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:39 smithi084 bash[13940]: cephadm 2024-01-13T09:17:38.196460+0000 mgr.y (mgr.14140) 232 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-13T09:17:39.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:39 smithi084 bash[13940]: cephadm 2024-01-13T09:17:38.200149+0000 mgr.y (mgr.14140) 233 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi084 2024-01-13T09:17:39.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:39 smithi084 bash[17496]: cephadm 2024-01-13T09:17:38.196460+0000 mgr.y (mgr.14140) 232 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-13T09:17:39.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:39 smithi084 bash[17496]: cephadm 2024-01-13T09:17:38.200149+0000 mgr.y (mgr.14140) 233 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi084 2024-01-13T09:17:39.878 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-01-13T09:17:39.878 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-01-13T09:17:39.878 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-01-13T09:17:39.878 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-01-13T09:17:40.188 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:39 smithi102 bash[23108]: t=2024-01-13T09:17:39+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-01-13T09:17:40.189 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-01-13T09:17:40.189 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-01-13T09:17:40.189 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-01-13T09:17:40.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:40 smithi084 bash[13940]: cluster 2024-01-13T09:17:38.719991+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:40.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:40 smithi084 bash[17496]: cluster 2024-01-13T09:17:38.719991+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:40.474 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[13966]: cluster 2024-01-13T09:17:38.719991+0000 mgr.y (mgr.14140) 234 : cluster [DBG] pgmap v225: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:40.474 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-01-13T09:17:40.474 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-01-13T09:17:40.474 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-01-13T09:17:40.474 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-01-13T09:17:40.733 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-01-13T09:17:40.734 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-01-13T09:17:40.734 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-01-13T09:17:40.734 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-01-13T09:17:41.035 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-01-13T09:17:41.035 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-01-13T09:17:41.035 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-01-13T09:17:41.035 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:40 smithi102 bash[23108]: t=2024-01-13T09:17:40+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-01-13T09:17:41.345 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-01-13T09:17:41.345 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-01-13T09:17:41.345 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-01-13T09:17:41.345 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-01-13T09:17:41.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-01-13T09:17:41.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-01-13T09:17:41.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-01-13T09:17:41.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-01-13T09:17:41.914 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-01-13T09:17:41.915 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-01-13T09:17:41.915 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-01-13T09:17:42.217 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-01-13T09:17:42.217 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:41 smithi102 bash[23108]: t=2024-01-13T09:17:41+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-01-13T09:17:42.217 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-01-13T09:17:42.217 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-01-13T09:17:42.217 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-01-13T09:17:42.510 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[13966]: cluster 2024-01-13T09:17:40.720622+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:42.511 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-01-13T09:17:42.511 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-01-13T09:17:42.511 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-01-13T09:17:42.511 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-01-13T09:17:42.579 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:42 smithi084 bash[13940]: cluster 2024-01-13T09:17:40.720622+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:42.579 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:42 smithi084 bash[17496]: cluster 2024-01-13T09:17:40.720622+0000 mgr.y (mgr.14140) 235 : cluster [DBG] pgmap v226: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:42.784 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-01-13T09:17:42.784 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-01-13T09:17:42.784 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-01-13T09:17:42.785 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-01-13T09:17:42.785 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-01-13T09:17:43.088 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-01-13T09:17:43.088 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:42 smithi102 bash[23108]: t=2024-01-13T09:17:42+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-01-13T09:17:43.088 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-01-13T09:17:43.373 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-01-13T09:17:43.373 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-01-13T09:17:43.373 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-01-13T09:17:43.373 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-01-13T09:17:43.373 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-01-13T09:17:43.373 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-01-13T09:17:43.625 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-01-13T09:17:43.625 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-01-13T09:17:43.626 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-01-13T09:17:43.878 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-01-13T09:17:43.878 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-01-13T09:17:43.878 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-01-13T09:17:43.878 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-01-13T09:17:44.006 INFO:teuthology.orchestra.run.smithi084.stdout:111669149734 2024-01-13T09:17:44.006 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-13T09:17:44.197 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:43 smithi084 systemd[1]: Stopping Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:17:44.197 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:44 smithi084 bash[26096]: ts=2024-01-13T09:17:44.036Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-13T09:17:44.211 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:43 smithi102 bash[23108]: t=2024-01-13T09:17:43+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-01-13T09:17:44.211 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-01-13T09:17:44.211 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-01-13T09:17:44.211 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-01-13T09:17:44.211 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-01-13T09:17:44.496 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[13966]: cluster 2024-01-13T09:17:42.721190+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:44.496 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-01-13T09:17:44.496 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-01-13T09:17:44.496 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-01-13T09:17:44.764 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-01-13T09:17:44.764 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-01-13T09:17:44.764 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-01-13T09:17:44.764 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-01-13T09:17:44.764 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-01-13T09:17:44.775 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:44 smithi084 bash[17496]: cluster 2024-01-13T09:17:42.721190+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:44.776 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:44 smithi084 bash[13940]: cluster 2024-01-13T09:17:42.721190+0000 mgr.y (mgr.14140) 236 : cluster [DBG] pgmap v227: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:45.057 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-01-13T09:17:45.058 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-01-13T09:17:45.058 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:44 smithi102 bash[23108]: t=2024-01-13T09:17:44+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-01-13T09:17:45.058 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:45 smithi102 bash[23108]: t=2024-01-13T09:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-01-13T09:17:45.314 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:44 smithi084 docker[27750]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-alertmanager.a 2024-01-13T09:17:45.351 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:45 smithi102 bash[23108]: t=2024-01-13T09:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-01-13T09:17:45.351 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:45 smithi102 bash[23108]: t=2024-01-13T09:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-01-13T09:17:45.351 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:45 smithi102 bash[23108]: t=2024-01-13T09:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-01-13T09:17:45.351 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:45 smithi102 bash[23108]: t=2024-01-13T09:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-01-13T09:17:45.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:45 smithi102 bash[23108]: t=2024-01-13T09:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-01-13T09:17:45.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:45 smithi102 bash[23108]: t=2024-01-13T09:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-01-13T09:17:45.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:45 smithi102 bash[23108]: t=2024-01-13T09:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-01-13T09:17:45.755 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:45 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-13T09:17:45.755 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:45 smithi084 systemd[1]: Stopped Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:17:45.755 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:45 smithi084 systemd[1]: Starting Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:17:45.756 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:45 smithi084 docker[27800]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-alertmanager.a 2024-01-13T09:17:45.756 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:45 smithi084 systemd[1]: Started Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:17:46.129 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:45 smithi102 bash[23108]: t=2024-01-13T09:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-01-13T09:17:46.129 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:45 smithi102 bash[23108]: t=2024-01-13T09:17:45+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-01-13T09:17:46.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:46 smithi084 bash[13940]: cluster 2024-01-13T09:17:44.721780+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:46.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:46 smithi084 bash[17496]: cluster 2024-01-13T09:17:44.721780+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:46.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:46 smithi084 bash[17496]: audit 2024-01-13T09:17:45.368521+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:46.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:46 smithi084 bash[17496]: audit 2024-01-13T09:17:45.373575+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:46.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:46 smithi084 bash[13940]: audit 2024-01-13T09:17:45.368521+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:46.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:46 smithi084 bash[13940]: audit 2024-01-13T09:17:45.373575+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:46.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:46 smithi102 bash[23108]: t=2024-01-13T09:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-01-13T09:17:46.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:46 smithi102 bash[23108]: t=2024-01-13T09:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-01-13T09:17:46.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:46 smithi102 bash[13966]: cluster 2024-01-13T09:17:44.721780+0000 mgr.y (mgr.14140) 237 : cluster [DBG] pgmap v228: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:46.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:46 smithi102 bash[13966]: audit 2024-01-13T09:17:45.368521+0000 mon.a (mon.0) 501 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:46.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:46 smithi102 bash[13966]: audit 2024-01-13T09:17:45.373575+0000 mon.a (mon.0) 502 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168634\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.168896\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169011\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169194\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169338\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169470\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169628\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:37.169749\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:47.273 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:46 smithi102 bash[23108]: t=2024-01-13T09:17:46+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-01-13T09:17:47.273 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:47 smithi102 bash[23108]: t=2024-01-13T09:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-01-13T09:17:47.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[13940]: cephadm 2024-01-13T09:17:45.374713+0000 mgr.y (mgr.14140) 238 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-13T09:17:47.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[13940]: cephadm 2024-01-13T09:17:45.378055+0000 mgr.y (mgr.14140) 239 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-01-13T09:17:47.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[17496]: cephadm 2024-01-13T09:17:45.374713+0000 mgr.y (mgr.14140) 238 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-13T09:17:47.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[17496]: cephadm 2024-01-13T09:17:45.378055+0000 mgr.y (mgr.14140) 239 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-01-13T09:17:47.448 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[27811]: ts=2024-01-13T09:17:47.184Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-13T09:17:47.448 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[27811]: ts=2024-01-13T09:17:47.184Z 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)" 2024-01-13T09:17:47.448 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[27811]: ts=2024-01-13T09:17:47.187Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.84 port=9094 2024-01-13T09:17:47.448 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[27811]: ts=2024-01-13T09:17:47.189Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-13T09:17:47.448 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[27811]: ts=2024-01-13T09:17:47.240Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-13T09:17:47.449 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[27811]: ts=2024-01-13T09:17:47.240Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-13T09:17:47.449 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[27811]: ts=2024-01-13T09:17:47.244Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-13T09:17:47.449 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:47 smithi084 bash[27811]: ts=2024-01-13T09:17:47.245Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-13T09:17:47.571 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:47 smithi102 bash[13966]: cephadm 2024-01-13T09:17:45.374713+0000 mgr.y (mgr.14140) 238 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-13T09:17:47.571 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:47 smithi102 bash[13966]: cephadm 2024-01-13T09:17:45.378055+0000 mgr.y (mgr.14140) 239 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-01-13T09:17:47.571 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:47 smithi102 bash[23108]: t=2024-01-13T09:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-01-13T09:17:47.571 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:47 smithi102 bash[23108]: t=2024-01-13T09:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-01-13T09:17:47.871 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:47 smithi102 bash[23108]: t=2024-01-13T09:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-01-13T09:17:47.872 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:47 smithi102 bash[23108]: t=2024-01-13T09:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-01-13T09:17:47.872 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:47 smithi102 bash[23108]: t=2024-01-13T09:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-01-13T09:17:48.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:47 smithi102 bash[23108]: t=2024-01-13T09:17:47+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-01-13T09:17:48.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:48 smithi102 bash[23108]: t=2024-01-13T09:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-01-13T09:17:48.367 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:48 smithi102 bash[13966]: cluster 2024-01-13T09:17:46.722328+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:48.517 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:48 smithi084 bash[17496]: cluster 2024-01-13T09:17:46.722328+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:48.517 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:48 smithi084 bash[13940]: cluster 2024-01-13T09:17:46.722328+0000 mgr.y (mgr.14140) 240 : cluster [DBG] pgmap v229: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:48.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:48 smithi102 bash[23108]: t=2024-01-13T09:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-01-13T09:17:49.085 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:48 smithi102 bash[23108]: t=2024-01-13T09:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-01-13T09:17:49.085 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:48 smithi102 bash[23108]: t=2024-01-13T09:17:48+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-01-13T09:17:49.298 INFO:teuthology.orchestra.run.smithi084.stdout:133143986210 2024-01-13T09:17:49.299 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-13T09:17:49.345 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:49 smithi102 bash[23108]: t=2024-01-13T09:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-01-13T09:17:49.445 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:49 smithi084 bash[17496]: cluster 2024-01-13T09:17:48.722842+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:49.445 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:49 smithi084 bash[13940]: cluster 2024-01-13T09:17:48.722842+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:49.445 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:49 smithi084 bash[27811]: ts=2024-01-13T09:17:49.189Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000053764s 2024-01-13T09:17:49.666 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:49 smithi102 bash[13966]: cluster 2024-01-13T09:17:48.722842+0000 mgr.y (mgr.14140) 241 : cluster [DBG] pgmap v230: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:49.666 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:49 smithi102 bash[23108]: t=2024-01-13T09:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-01-13T09:17:50.273 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:49 smithi102 bash[23108]: t=2024-01-13T09:17:49+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-01-13T09:17:50.273 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:50 smithi102 bash[23108]: t=2024-01-13T09:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-01-13T09:17:50.549 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:50 smithi102 bash[23108]: t=2024-01-13T09:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-01-13T09:17:50.550 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:50 smithi102 bash[23108]: t=2024-01-13T09:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-01-13T09:17:50.831 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:50 smithi102 bash[23108]: t=2024-01-13T09:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-01-13T09:17:50.831 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:50 smithi102 bash[23108]: t=2024-01-13T09:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-01-13T09:17:50.831 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:50 smithi102 bash[23108]: t=2024-01-13T09:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-01-13T09:17:51.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:50 smithi102 bash[23108]: t=2024-01-13T09:17:50+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-01-13T09:17:51.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:51 smithi102 bash[23108]: t=2024-01-13T09:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-01-13T09:17:51.445 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:51 smithi102 bash[23108]: t=2024-01-13T09:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-01-13T09:17:51.777 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:51 smithi102 bash[23108]: t=2024-01-13T09:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-01-13T09:17:51.777 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:51 smithi102 bash[23108]: t=2024-01-13T09:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-01-13T09:17:52.043 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:51 smithi084 bash[13940]: cluster 2024-01-13T09:17:50.723456+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:52.044 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:51 smithi084 bash[17496]: cluster 2024-01-13T09:17:50.723456+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:52.054 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:51 smithi102 bash[13966]: cluster 2024-01-13T09:17:50.723456+0000 mgr.y (mgr.14140) 242 : cluster [DBG] pgmap v231: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:52.054 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:51 smithi102 bash[23108]: t=2024-01-13T09:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-01-13T09:17:52.055 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:51 smithi102 bash[23108]: t=2024-01-13T09:17:51+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-01-13T09:17:52.055 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[23108]: t=2024-01-13T09:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-01-13T09:17:52.055 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:51 smithi102 systemd[1]: Stopping Ceph prometheus.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:17:52.353 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[23108]: t=2024-01-13T09:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-01-13T09:17:52.354 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[23108]: t=2024-01-13T09:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-01-13T09:17:52.354 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.062Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-13T09:17:52.354 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.062Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2024-01-13T09:17:52.354 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.062Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2024-01-13T09:17:52.354 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.062Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-13T09:17:52.354 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.062Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2024-01-13T09:17:52.354 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.062Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2024-01-13T09:17:52.354 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.062Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2024-01-13T09:17:52.355 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.062Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2024-01-13T09:17:52.355 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.062Z caller=main.go:926 level=info msg="Scrape manager stopped" 2024-01-13T09:17:52.355 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.063Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-13T09:17:52.355 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.064Z caller=main.go:1156 level=info msg="Notifier manager stopped" 2024-01-13T09:17:52.355 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[22333]: ts=2024-01-13T09:17:52.064Z caller=main.go:1168 level=info msg="See you next time!" 2024-01-13T09:17:52.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[23108]: t=2024-01-13T09:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-01-13T09:17:52.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:52 smithi102 bash[23108]: t=2024-01-13T09:17:52+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-01-13T09:17:52.986 INFO:teuthology.orchestra.run.smithi084.stdout:154618822685 2024-01-13T09:17:52.986 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-13T09:17:53.370 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:53 smithi102 docker[23566]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-prometheus.a 2024-01-13T09:17:53.371 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:53 smithi102 bash[23108]: t=2024-01-13T09:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-01-13T09:17:53.371 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:53 smithi102 bash[23108]: t=2024-01-13T09:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-01-13T09:17:53.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:53 smithi102 bash[23108]: t=2024-01-13T09:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-01-13T09:17:53.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:53 smithi102 bash[23108]: t=2024-01-13T09:17:53+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-01-13T09:17:53.628 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:53 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@prometheus.a.service: Succeeded. 2024-01-13T09:17:53.629 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:53 smithi102 systemd[1]: Stopped Ceph prometheus.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:17:53.629 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:53 smithi102 systemd[1]: Starting Ceph prometheus.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:17:53.629 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:53 smithi102 docker[23602]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-prometheus.a 2024-01-13T09:17:53.629 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:53 smithi102 systemd[1]: Started Ceph prometheus.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:17:54.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:53 smithi102 bash[13966]: cluster 2024-01-13T09:17:52.724040+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:54.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:53 smithi102 bash[13966]: audit 2024-01-13T09:17:53.435261+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:54.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:53 smithi102 bash[13966]: audit 2024-01-13T09:17:53.441407+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:54.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:53 smithi102 bash[13966]: audit 2024-01-13T09:17:53.442880+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-13T09:17:54.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:53 smithi102 bash[13966]: audit 2024-01-13T09:17:53.450193+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-13T09:17:54.130 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:53 smithi102 bash[13966]: audit 2024-01-13T09:17:53.455854+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:54.137 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[17496]: cluster 2024-01-13T09:17:52.724040+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:54.137 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[13940]: cluster 2024-01-13T09:17:52.724040+0000 mgr.y (mgr.14140) 243 : cluster [DBG] pgmap v232: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:17:54.138 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[17496]: audit 2024-01-13T09:17:53.435261+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:54.138 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[17496]: audit 2024-01-13T09:17:53.441407+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:54.138 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[13940]: audit 2024-01-13T09:17:53.435261+0000 mon.a (mon.0) 503 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:54.139 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[17496]: audit 2024-01-13T09:17:53.442880+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-13T09:17:54.139 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[17496]: audit 2024-01-13T09:17:53.450193+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-13T09:17:54.139 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[17496]: audit 2024-01-13T09:17:53.455854+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:54.139 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[13940]: audit 2024-01-13T09:17:53.441407+0000 mon.a (mon.0) 504 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180597\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180806\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.180945\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181083\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181257\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181379\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181619\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:38.181739\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:54.139 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[13940]: audit 2024-01-13T09:17:53.442880+0000 mon.a (mon.0) 505 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-13T09:17:54.139 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[13940]: audit 2024-01-13T09:17:53.450193+0000 mon.a (mon.0) 506 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi102:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-13T09:17:54.139 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:53 smithi084 bash[13940]: audit 2024-01-13T09:17:53.455854+0000 mon.a (mon.0) 507 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:54.494 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[23108]: t=2024-01-13T09:17:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-01-13T09:17:54.495 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[23108]: t=2024-01-13T09:17:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-01-13T09:17:54.770 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[23108]: t=2024-01-13T09:17:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-01-13T09:17:54.771 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[23108]: t=2024-01-13T09:17:54+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-01-13T09:17:55.021 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[23108]: t=2024-01-13T09:17:54+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-01-13T09:17:55.021 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[23108]: t=2024-01-13T09:17:54+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-01-13T09:17:55.021 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[23108]: t=2024-01-13T09:17:54+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-01-13T09:17:55.021 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[13966]: cephadm 2024-01-13T09:17:53.442489+0000 mgr.y (mgr.14140) 244 : cephadm [INF] Setting dashboard grafana config to https://smithi102:3000 2024-01-13T09:17:55.022 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.018Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-13T09:17:55.022 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.018Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.1, branch=HEAD, revision=63894216648f0d6be310c9d16fb48293c45c9310)" 2024-01-13T09:17:55.022 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.019Z caller=main.go:588 level=info build_context="(go=go1.21.5, platform=linux/amd64, user=root@71f108ff5632, date=20231208-23:33:22, tags=netgo,builtinassets,stringlabels)" 2024-01-13T09:17:55.022 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.019Z caller=main.go:589 level=info host_details="(Linux 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 smithi102 (none))" 2024-01-13T09:17:55.022 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.019Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-13T09:17:55.022 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.019Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-13T09:17:55.022 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.021Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2024-01-13T09:17:55.022 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.022Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2024-01-13T09:17:55.022 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.023Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-13T09:17:55.022 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.023Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-13T09:17:55.023 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.026Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-13T09:17:55.023 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.026Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=2.608µs 2024-01-13T09:17:55.023 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.026Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-13T09:17:55.023 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.027Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-01-13T09:17:55.023 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.029Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-01-13T09:17:55.023 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.029Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=46.167µs wal_replay_duration=2.403649ms wbl_replay_duration=175ns total_replay_duration=2.48686ms 2024-01-13T09:17:55.023 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[13966]: audit 2024-01-13T09:17:54.391283+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389555\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389665\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389727\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389789\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389859\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389908\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389956\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390004\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390052\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:54.390169\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:55.023 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[13966]: audit 2024-01-13T09:17:54.396381+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389555\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389665\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389727\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389789\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389859\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389908\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389956\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390004\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390052\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:54.390169\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:55.023 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:54 smithi102 bash[13966]: audit 2024-01-13T09:17:54.397529+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:55.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:54 smithi084 bash[13940]: cephadm 2024-01-13T09:17:53.442489+0000 mgr.y (mgr.14140) 244 : cephadm [INF] Setting dashboard grafana config to https://smithi102:3000 2024-01-13T09:17:55.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:54 smithi084 bash[17496]: cephadm 2024-01-13T09:17:53.442489+0000 mgr.y (mgr.14140) 244 : cephadm [INF] Setting dashboard grafana config to https://smithi102:3000 2024-01-13T09:17:55.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:54 smithi084 bash[13940]: audit 2024-01-13T09:17:54.391283+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389555\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389665\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389727\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389789\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389859\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389908\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389956\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390004\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390052\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:54.390169\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:55.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:54 smithi084 bash[13940]: audit 2024-01-13T09:17:54.396381+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389555\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389665\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389727\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389789\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389859\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389908\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389956\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390004\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390052\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:54.390169\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:55.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:54 smithi084 bash[13940]: audit 2024-01-13T09:17:54.397529+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:55.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:54 smithi084 bash[17496]: audit 2024-01-13T09:17:54.391283+0000 mon.a (mon.0) 508 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389555\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389665\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389727\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389789\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389859\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389908\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389956\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390004\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390052\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:54.390169\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:55.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:54 smithi084 bash[17496]: audit 2024-01-13T09:17:54.396381+0000 mon.a (mon.0) 509 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389555\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389665\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389727\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389789\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389859\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389908\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.389956\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390004\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:54.390052\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:54.390169\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:55.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:54 smithi084 bash[17496]: audit 2024-01-13T09:17:54.397529+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:55.281 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-01-13T09:17:55.282 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-01-13T09:17:55.282 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.032Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2024-01-13T09:17:55.282 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.032Z caller=main.go:1048 level=info msg="TSDB started" 2024-01-13T09:17:55.282 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.032Z caller=main.go:1230 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-13T09:17:55.282 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.034Z caller=main.go:1267 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=1.3572ms db_storage=1.295µs remote_storage=2.304µs web_handler=597ns query_engine=1.142µs scrape=601.55µs scrape_sd=56.247µs notify=33.938µs notify_sd=31.73µs rules=51.413µs tracing=6.456µs 2024-01-13T09:17:55.282 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.034Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2024-01-13T09:17:55.282 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23614]: ts=2024-01-13T09:17:55.034Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2024-01-13T09:17:55.564 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-01-13T09:17:55.564 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-01-13T09:17:55.564 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-01-13T09:17:55.564 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-01-13T09:17:55.836 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-01-13T09:17:55.836 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-01-13T09:17:55.836 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-01-13T09:17:55.837 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[13966]: cluster 2024-01-13T09:17:54.724613+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 2024-01-13T09:17:55.837 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[13966]: audit 2024-01-13T09:17:55.552802+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.549862\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550033\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550137\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550235\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550332\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550429\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550528\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550627\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550725\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:55.550934\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:55.837 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[13966]: audit 2024-01-13T09:17:55.559457+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.549862\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550033\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550137\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550235\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550332\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550429\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550528\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550627\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550725\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:55.550934\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:55.837 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[13966]: audit 2024-01-13T09:17:55.564592+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:56.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:55 smithi084 bash[17496]: cluster 2024-01-13T09:17:54.724613+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 2024-01-13T09:17:56.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:55 smithi084 bash[17496]: audit 2024-01-13T09:17:55.552802+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.549862\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550033\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550137\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550235\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550332\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550429\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550528\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550627\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550725\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:55.550934\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:56.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:55 smithi084 bash[17496]: audit 2024-01-13T09:17:55.559457+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.549862\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550033\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550137\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550235\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550332\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550429\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550528\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550627\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550725\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:55.550934\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:56.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:55 smithi084 bash[17496]: audit 2024-01-13T09:17:55.564592+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:56.104 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:55 smithi084 bash[13940]: cluster 2024-01-13T09:17:54.724613+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 2024-01-13T09:17:56.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:55 smithi084 bash[13940]: audit 2024-01-13T09:17:55.552802+0000 mon.a (mon.0) 511 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.549862\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550033\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550137\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550235\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550332\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550429\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550528\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550627\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550725\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:55.550934\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:56.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:55 smithi084 bash[13940]: audit 2024-01-13T09:17:55.559457+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.549862\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550033\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550137\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550235\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550332\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550429\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550528\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550627\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:55.550725\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:55.550934\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:56.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:55 smithi084 bash[13940]: audit 2024-01-13T09:17:55.564592+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:56.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-01-13T09:17:56.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-01-13T09:17:56.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:55 smithi102 bash[23108]: t=2024-01-13T09:17:55+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-01-13T09:17:56.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-01-13T09:17:56.397 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-01-13T09:17:56.398 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-01-13T09:17:56.398 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-01-13T09:17:56.398 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-01-13T09:17:56.398 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-01-13T09:17:56.666 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-01-13T09:17:56.666 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-01-13T09:17:56.666 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-01-13T09:17:56.782 INFO:teuthology.orchestra.run.smithi084.stdout:176093659161 2024-01-13T09:17:56.783 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-13T09:17:56.805 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:56 smithi084 bash[17496]: audit 2024-01-13T09:17:56.671430+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:56.669716\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:56.805 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:56 smithi084 bash[13940]: audit 2024-01-13T09:17:56.671430+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:56.669716\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:56.806 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:56 smithi084 bash[13940]: audit 2024-01-13T09:17:56.675811+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:56.669716\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:56.806 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:56 smithi084 bash[13940]: audit 2024-01-13T09:17:56.677061+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:56.942 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-01-13T09:17:56.943 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-01-13T09:17:56.943 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-01-13T09:17:56.943 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[13966]: audit 2024-01-13T09:17:56.671430+0000 mon.a (mon.0) 514 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:56.669716\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:17:56.943 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[13966]: audit 2024-01-13T09:17:56.675811+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:56.669716\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:56.944 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[13966]: audit 2024-01-13T09:17:56.677061+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:57.184 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:56 smithi084 bash[17496]: audit 2024-01-13T09:17:56.675811+0000 mon.a (mon.0) 515 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}}, \"last_daemon_update\": \"2024-01-13T09:17:56.669716\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:17:57.184 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:56 smithi084 bash[17496]: audit 2024-01-13T09:17:56.677061+0000 mon.a (mon.0) 516 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:17:57.185 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:17:57 smithi084 bash[27811]: ts=2024-01-13T09:17:57.191Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002110625s 2024-01-13T09:17:57.236 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:56 smithi102 bash[23108]: t=2024-01-13T09:17:56+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-01-13T09:17:57.236 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-01-13T09:17:57.236 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-01-13T09:17:57.236 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-01-13T09:17:57.503 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-01-13T09:17:57.503 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-01-13T09:17:57.503 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-01-13T09:17:57.503 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-01-13T09:17:57.503 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-01-13T09:17:57.808 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-01-13T09:17:57.808 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-01-13T09:17:57.808 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-01-13T09:17:57.808 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-01-13T09:17:58.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-01-13T09:17:58.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-01-13T09:17:58.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[23108]: t=2024-01-13T09:17:57+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-01-13T09:17:58.128 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-01-13T09:17:58.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[13966]: cluster 2024-01-13T09:17:56.725252+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 2024-01-13T09:17:58.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[13966]: audit 2024-01-13T09:17:57.724080+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:57.721955\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:58.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:57 smithi102 bash[13966]: audit 2024-01-13T09:17:57.730278+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:57.721955\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:58.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:57 smithi084 bash[13940]: cluster 2024-01-13T09:17:56.725252+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 2024-01-13T09:17:58.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:57 smithi084 bash[17496]: cluster 2024-01-13T09:17:56.725252+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 2024-01-13T09:17:58.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:57 smithi084 bash[17496]: audit 2024-01-13T09:17:57.724080+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:57.721955\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:58.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:57 smithi084 bash[13940]: audit 2024-01-13T09:17:57.724080+0000 mon.a (mon.0) 517 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:57.721955\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:17:58.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:57 smithi084 bash[13940]: audit 2024-01-13T09:17:57.730278+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:57.721955\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:58.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:57 smithi084 bash[17496]: audit 2024-01-13T09:17:57.730278+0000 mon.a (mon.0) 518 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}}, \"last_daemon_update\": \"2024-01-13T09:17:57.721955\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:17:58.436 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-01-13T09:17:58.436 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-01-13T09:17:58.436 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-01-13T09:17:58.436 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-01-13T09:17:58.738 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-01-13T09:17:58.738 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-01-13T09:17:58.738 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-01-13T09:17:58.738 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-01-13T09:17:59.040 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-01-13T09:17:59.040 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-01-13T09:17:59.040 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-01-13T09:17:59.040 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:58 smithi102 bash[23108]: t=2024-01-13T09:17:58+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-01-13T09:17:59.375 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-01-13T09:17:59.375 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-01-13T09:17:59.375 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-01-13T09:17:59.376 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-01-13T09:17:59.376 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-01-13T09:17:59.376 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-01-13T09:17:59.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-01-13T09:17:59.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-01-13T09:17:59.628 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-01-13T09:17:59.944 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[13966]: cluster 2024-01-13T09:17:58.725898+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 2024-01-13T09:17:59.944 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-01-13T09:17:59.944 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-01-13T09:18:00.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:17:59 smithi084 bash[13940]: cluster 2024-01-13T09:17:58.725898+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 2024-01-13T09:18:00.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:17:59 smithi084 bash[17496]: cluster 2024-01-13T09:17:58.725898+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 2024-01-13T09:18:00.378 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing HooksService" logger=server 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-01-13T09:18:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing LoginService" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing SearchService" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing TracingService" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=warn msg="[Deprecated] the datasource provisioning config is outdated. please upgrade" logger=provisioning.datasources filename=/etc/grafana/provisioning/datasources/ceph-dashboard.yml 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:17:59 smithi102 bash[23108]: t=2024-01-13T09:17:59+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:18:00 smithi102 bash[23108]: t=2024-01-13T09:18:00+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-01-13T09:18:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:18:00 smithi102 bash[23108]: t=2024-01-13T09:18:00+0000 lvl=warn msg="phantomJS is deprecated and will be removed in a future release. You should consider migrating from phantomJS to grafana-image-renderer plugin." logger=rendering renderer=phantomJS 2024-01-13T09:18:00.381 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:18:00 smithi102 bash[23108]: t=2024-01-13T09:18:00+0000 lvl=info msg="Initializing Stream Manager" 2024-01-13T09:18:00.381 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:18:00 smithi102 bash[23108]: t=2024-01-13T09:18:00+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-01-13T09:18:00.577 INFO:teuthology.orchestra.run.smithi084.stdout:197568495636 2024-01-13T09:18:00.577 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-13T09:18:01.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:01 smithi084 bash[13940]: cluster 2024-01-13T09:18:00.726357+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 2024-01-13T09:18:01.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:01 smithi084 bash[17496]: cluster 2024-01-13T09:18:00.726357+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 2024-01-13T09:18:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:01 smithi102 bash[13966]: cluster 2024-01-13T09:18:00.726357+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 2024-01-13T09:18:03.691 INFO:teuthology.orchestra.run.smithi084.stdout:42949673018 2024-01-13T09:18:04.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:03 smithi102 bash[13966]: cluster 2024-01-13T09:18:02.726912+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 2024-01-13T09:18:04.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:03 smithi102 bash[13966]: audit 2024-01-13T09:18:03.698978+0000 mon.a (mon.0) 519 : audit [DBG] from='client.? 172.21.15.84:0/421260064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-13T09:18:04.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:03 smithi084 bash[13940]: cluster 2024-01-13T09:18:02.726912+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 2024-01-13T09:18:04.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:03 smithi084 bash[13940]: audit 2024-01-13T09:18:03.698978+0000 mon.a (mon.0) 519 : audit [DBG] from='client.? 172.21.15.84:0/421260064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-13T09:18:04.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:03 smithi084 bash[17496]: cluster 2024-01-13T09:18:02.726912+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 2024-01-13T09:18:04.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:03 smithi084 bash[17496]: audit 2024-01-13T09:18:03.698978+0000 mon.a (mon.0) 519 : audit [DBG] from='client.? 172.21.15.84:0/421260064' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-13T09:18:04.459 INFO:tasks.cephadm.ceph_manager.ceph:need seq 42949673012 got 42949673018 for osd.0 2024-01-13T09:18:04.459 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-13T09:18:06.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:05 smithi102 bash[13966]: cluster 2024-01-13T09:18:04.727530+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:06.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:05 smithi084 bash[13940]: cluster 2024-01-13T09:18:04.727530+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:06.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:05 smithi084 bash[17496]: cluster 2024-01-13T09:18:04.727530+0000 mgr.y (mgr.14140) 250 : cluster [DBG] pgmap v238: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:07.575 INFO:teuthology.orchestra.run.smithi084.stdout:68719476790 2024-01-13T09:18:07.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:07 smithi084 bash[17496]: cluster 2024-01-13T09:18:06.728076+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:07.947 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:07 smithi084 bash[17496]: audit 2024-01-13T09:18:07.583695+0000 mon.a (mon.0) 520 : audit [DBG] from='client.? 172.21.15.84:0/4079967057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-13T09:18:07.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:07 smithi084 bash[13940]: cluster 2024-01-13T09:18:06.728076+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:07.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:07 smithi084 bash[13940]: audit 2024-01-13T09:18:07.583695+0000 mon.a (mon.0) 520 : audit [DBG] from='client.? 172.21.15.84:0/4079967057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-13T09:18:08.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:07 smithi102 bash[13966]: cluster 2024-01-13T09:18:06.728076+0000 mgr.y (mgr.14140) 251 : cluster [DBG] pgmap v239: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:08.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:07 smithi102 bash[13966]: audit 2024-01-13T09:18:07.583695+0000 mon.a (mon.0) 520 : audit [DBG] from='client.? 172.21.15.84:0/4079967057' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-13T09:18:08.346 INFO:tasks.cephadm.ceph_manager.ceph:need seq 68719476783 got 68719476790 for osd.1 2024-01-13T09:18:08.346 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-13T09:18:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:09 smithi102 bash[13966]: cluster 2024-01-13T09:18:08.728636+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 2024-01-13T09:18:10.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:09 smithi084 bash[13940]: cluster 2024-01-13T09:18:08.728636+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 2024-01-13T09:18:10.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:09 smithi084 bash[17496]: cluster 2024-01-13T09:18:08.728636+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 2024-01-13T09:18:11.452 INFO:teuthology.orchestra.run.smithi084.stdout:90194313265 2024-01-13T09:18:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:11 smithi102 bash[13966]: cluster 2024-01-13T09:18:10.729224+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 2024-01-13T09:18:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:11 smithi102 bash[13966]: audit 2024-01-13T09:18:11.460118+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.84:0/3005344801' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-13T09:18:12.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:11 smithi084 bash[17496]: cluster 2024-01-13T09:18:10.729224+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 2024-01-13T09:18:12.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:11 smithi084 bash[17496]: audit 2024-01-13T09:18:11.460118+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.84:0/3005344801' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-13T09:18:12.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:11 smithi084 bash[13940]: cluster 2024-01-13T09:18:10.729224+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 2024-01-13T09:18:12.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:11 smithi084 bash[13940]: audit 2024-01-13T09:18:11.460118+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.84:0/3005344801' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-13T09:18:12.209 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313258 got 90194313265 for osd.2 2024-01-13T09:18:12.209 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-13T09:18:14.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:13 smithi102 bash[13966]: cluster 2024-01-13T09:18:12.729749+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:14.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:13 smithi084 bash[13940]: cluster 2024-01-13T09:18:12.729749+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:14.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:13 smithi084 bash[17496]: cluster 2024-01-13T09:18:12.729749+0000 mgr.y (mgr.14140) 254 : cluster [DBG] pgmap v242: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:15.248 INFO:teuthology.orchestra.run.smithi084.stdout:111669149740 2024-01-13T09:18:15.996 INFO:tasks.cephadm.ceph_manager.ceph:need seq 111669149734 got 111669149740 for osd.3 2024-01-13T09:18:15.997 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-13T09:18:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:15 smithi102 bash[13966]: cluster 2024-01-13T09:18:14.730385+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:15 smithi102 bash[13966]: audit 2024-01-13T09:18:15.256139+0000 mon.a (mon.0) 521 : audit [DBG] from='client.? 172.21.15.84:0/3998972932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-13T09:18:16.129 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:15 smithi084 bash[17496]: cluster 2024-01-13T09:18:14.730385+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:16.129 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:15 smithi084 bash[17496]: audit 2024-01-13T09:18:15.256139+0000 mon.a (mon.0) 521 : audit [DBG] from='client.? 172.21.15.84:0/3998972932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-13T09:18:16.129 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:15 smithi084 bash[13940]: cluster 2024-01-13T09:18:14.730385+0000 mgr.y (mgr.14140) 255 : cluster [DBG] pgmap v243: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:16.130 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:15 smithi084 bash[13940]: audit 2024-01-13T09:18:15.256139+0000 mon.a (mon.0) 521 : audit [DBG] from='client.? 172.21.15.84:0/3998972932' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-13T09:18:18.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:17 smithi084 bash[17496]: cluster 2024-01-13T09:18:16.731033+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:18.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:17 smithi084 bash[13940]: cluster 2024-01-13T09:18:16.731033+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:18.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:17 smithi102 bash[13966]: cluster 2024-01-13T09:18:16.731033+0000 mgr.y (mgr.14140) 256 : cluster [DBG] pgmap v244: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:19.062 INFO:teuthology.orchestra.run.smithi084.stdout:133143986216 2024-01-13T09:18:19.860 INFO:tasks.cephadm.ceph_manager.ceph:need seq 133143986210 got 133143986216 for osd.4 2024-01-13T09:18:19.861 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-13T09:18:20.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:19 smithi084 bash[13940]: cluster 2024-01-13T09:18:18.731688+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:20.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:19 smithi084 bash[13940]: audit 2024-01-13T09:18:19.069762+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.84:0/2717712336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-13T09:18:20.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:19 smithi084 bash[17496]: cluster 2024-01-13T09:18:18.731688+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:20.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:19 smithi084 bash[17496]: audit 2024-01-13T09:18:19.069762+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.84:0/2717712336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-13T09:18:20.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:19 smithi102 bash[13966]: cluster 2024-01-13T09:18:18.731688+0000 mgr.y (mgr.14140) 257 : cluster [DBG] pgmap v245: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:20.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:19 smithi102 bash[13966]: audit 2024-01-13T09:18:19.069762+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.84:0/2717712336' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-13T09:18:22.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:21 smithi084 bash[13940]: cluster 2024-01-13T09:18:20.732425+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:22.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:21 smithi084 bash[17496]: cluster 2024-01-13T09:18:20.732425+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:22.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:21 smithi102 bash[13966]: cluster 2024-01-13T09:18:20.732425+0000 mgr.y (mgr.14140) 258 : cluster [DBG] pgmap v246: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:22.821 INFO:teuthology.orchestra.run.smithi084.stdout:154618822691 2024-01-13T09:18:23.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:22 smithi084 bash[13940]: audit 2024-01-13T09:18:22.828721+0000 mon.a (mon.0) 522 : audit [DBG] from='client.? 172.21.15.84:0/3168455511' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-13T09:18:23.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:22 smithi084 bash[17496]: audit 2024-01-13T09:18:22.828721+0000 mon.a (mon.0) 522 : audit [DBG] from='client.? 172.21.15.84:0/3168455511' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-13T09:18:23.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:22 smithi102 bash[13966]: audit 2024-01-13T09:18:22.828721+0000 mon.a (mon.0) 522 : audit [DBG] from='client.? 172.21.15.84:0/3168455511' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-13T09:18:23.564 INFO:tasks.cephadm.ceph_manager.ceph:need seq 154618822685 got 154618822691 for osd.5 2024-01-13T09:18:23.565 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-13T09:18:24.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:23 smithi084 bash[17496]: cluster 2024-01-13T09:18:22.732977+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:24.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:23 smithi084 bash[13940]: cluster 2024-01-13T09:18:22.732977+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:23 smithi102 bash[13966]: cluster 2024-01-13T09:18:22.732977+0000 mgr.y (mgr.14140) 259 : cluster [DBG] pgmap v247: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:26.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:25 smithi084 bash[13940]: cluster 2024-01-13T09:18:24.733578+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:26.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:25 smithi084 bash[17496]: cluster 2024-01-13T09:18:24.733578+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:26.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:25 smithi102 bash[13966]: cluster 2024-01-13T09:18:24.733578+0000 mgr.y (mgr.14140) 260 : cluster [DBG] pgmap v248: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:26.795 INFO:teuthology.orchestra.run.smithi084.stdout:176093659167 2024-01-13T09:18:27.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:26 smithi084 bash[17496]: audit 2024-01-13T09:18:26.802786+0000 mon.a (mon.0) 523 : audit [DBG] from='client.? 172.21.15.84:0/3747664820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-13T09:18:27.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:26 smithi084 bash[13940]: audit 2024-01-13T09:18:26.802786+0000 mon.a (mon.0) 523 : audit [DBG] from='client.? 172.21.15.84:0/3747664820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-13T09:18:27.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:26 smithi102 bash[13966]: audit 2024-01-13T09:18:26.802786+0000 mon.a (mon.0) 523 : audit [DBG] from='client.? 172.21.15.84:0/3747664820' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-13T09:18:27.586 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659161 got 176093659167 for osd.6 2024-01-13T09:18:27.586 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-13T09:18:27.940 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:27 smithi084 bash[13940]: cluster 2024-01-13T09:18:26.734132+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:28.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:27 smithi084 bash[17496]: cluster 2024-01-13T09:18:26.734132+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:28.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:27 smithi102 bash[13966]: cluster 2024-01-13T09:18:26.734132+0000 mgr.y (mgr.14140) 261 : cluster [DBG] pgmap v249: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:30.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:29 smithi084 bash[13940]: cluster 2024-01-13T09:18:28.734724+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:30.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:29 smithi084 bash[17496]: cluster 2024-01-13T09:18:28.734724+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:30.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:29 smithi102 bash[13966]: cluster 2024-01-13T09:18:28.734724+0000 mgr.y (mgr.14140) 262 : cluster [DBG] pgmap v250: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:30.669 INFO:teuthology.orchestra.run.smithi084.stdout:197568495641 2024-01-13T09:18:31.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:30 smithi084 bash[13940]: audit 2024-01-13T09:18:30.676921+0000 mon.a (mon.0) 524 : audit [DBG] from='client.? 172.21.15.84:0/3139563193' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-13T09:18:31.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:30 smithi084 bash[17496]: audit 2024-01-13T09:18:30.676921+0000 mon.a (mon.0) 524 : audit [DBG] from='client.? 172.21.15.84:0/3139563193' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-13T09:18:31.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:30 smithi102 bash[13966]: audit 2024-01-13T09:18:30.676921+0000 mon.a (mon.0) 524 : audit [DBG] from='client.? 172.21.15.84:0/3139563193' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-13T09:18:31.521 INFO:tasks.cephadm.ceph_manager.ceph:need seq 197568495636 got 197568495641 for osd.7 2024-01-13T09:18:31.522 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-13T09:18:31.522 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph pg dump --format=json 2024-01-13T09:18:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:31 smithi102 bash[13966]: cluster 2024-01-13T09:18:30.735271+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:32.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:31 smithi084 bash[13940]: cluster 2024-01-13T09:18:30.735271+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:32.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:31 smithi084 bash[17496]: cluster 2024-01-13T09:18:30.735271+0000 mgr.y (mgr.14140) 263 : cluster [DBG] pgmap v251: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:34.292 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:33 smithi084 bash[13940]: cluster 2024-01-13T09:18:32.735835+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:34.292 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:33 smithi084 bash[17496]: cluster 2024-01-13T09:18:32.735835+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:34.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:33 smithi102 bash[13966]: cluster 2024-01-13T09:18:32.735835+0000 mgr.y (mgr.14140) 264 : cluster [DBG] pgmap v252: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:34.637 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-13T09:18:34.639 INFO:teuthology.orchestra.run.smithi084.stderr:dumped all 2024-01-13T09:18:35.421 INFO:teuthology.orchestra.run.smithi084.stdout:{"pg_ready":true,"pg_map":{"version":252,"stamp":"2024-01-13T09:18:32.735543+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":8392204,"kb_used_data":3532,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741569012,"statfs":{"total":767960285184,"available":759366668288,"internally_reserved":8589934592,"allocated":3616768,"data_stored":1442466,"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.003481"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"47","state":"active+clean","last_fresh":"2024-01-13T09:16:29.838112+0000","last_change":"2024-01-13T09:16:29.838112+0000","last_active":"2024-01-13T09:16:29.838112+0000","last_peered":"2024-01-13T09:16:29.838112+0000","last_clean":"2024-01-13T09:16:29.838112+0000","last_became_active":"2024-01-13T09:16:29.832685+0000","last_became_peered":"2024-01-13T09:16:29.832685+0000","last_unstale":"2024-01-13T09:16:29.838112+0000","last_undegraded":"2024-01-13T09:16:29.838112+0000","last_fullsized":"2024-01-13T09:16:29.838112+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-13T09:10:52.928008+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-13T09:10:52.928008+0000","last_clean_scrub_stamp":"2024-01-13T09:10:52.928008+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":"Sat Jan 13 09:17:29 2024","interfaces":[{"interface":"back","average":{"1min":0.89600000000000002,"5min":0.89600000000000002,"15min":0.89600000000000002},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.395,"5min":1.395,"15min":1.395},"last":0.624},{"interface":"front","average":{"1min":0.80900000000000005,"5min":0.80900000000000005,"15min":0.80900000000000005},"min":{"1min":0.59799999999999998,"5min":0.59799999999999998,"15min":0.59799999999999998},"max":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.89000000000000001}]},{"osd":1,"last update":"Sat Jan 13 09:17:29 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.86299999999999999,"15min":0.86299999999999999},"min":{"1min":0.63100000000000001,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.143,"5min":1.143,"15min":1.143},"last":0.76400000000000001},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.91200000000000003,"15min":0.91200000000000003},"min":{"1min":0.67600000000000005,"5min":0.67600000000000005,"15min":0.67600000000000005},"max":{"1min":1.236,"5min":1.236,"15min":1.236},"last":0.65700000000000003}]},{"osd":2,"last update":"Sat Jan 13 09:17:29 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.96299999999999997,"15min":0.96299999999999997},"min":{"1min":0.64300000000000002,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.454,"5min":1.454,"15min":1.454},"last":0.92000000000000004},{"interface":"front","average":{"1min":0.84299999999999997,"5min":0.84299999999999997,"15min":0.84299999999999997},"min":{"1min":0.60899999999999999,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.2889999999999999,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.82299999999999995}]},{"osd":3,"last update":"Sat Jan 13 09:17:29 2024","interfaces":[{"interface":"back","average":{"1min":0.88100000000000001,"5min":0.88100000000000001,"15min":0.88100000000000001},"min":{"1min":0.66100000000000003,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.3480000000000001,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.95699999999999996},{"interface":"front","average":{"1min":0.90100000000000002,"5min":0.90100000000000002,"15min":0.90100000000000002},"min":{"1min":0.71099999999999997,"5min":0.71099999999999997,"15min":0.71099999999999997},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.98499999999999999}]},{"osd":4,"last update":"Sat Jan 13 09:17:29 2024","interfaces":[{"interface":"back","average":{"1min":0.89400000000000002,"5min":0.89400000000000002,"15min":0.89400000000000002},"min":{"1min":0.55200000000000005,"5min":0.55200000000000005,"15min":0.55200000000000005},"max":{"1min":1.4119999999999999,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":0.87},{"interface":"front","average":{"1min":0.89700000000000002,"5min":0.89700000000000002,"15min":0.89700000000000002},"min":{"1min":0.57399999999999995,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.1899999999999999,"5min":1.1899999999999999,"15min":1.1899999999999999},"last":1.0409999999999999}]},{"osd":5,"last update":"Sat Jan 13 09:17:29 2024","interfaces":[{"interface":"back","average":{"1min":0.83299999999999996,"5min":0.83299999999999996,"15min":0.83299999999999996},"min":{"1min":0.53300000000000003,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.151,"5min":1.151,"15min":1.151},"last":1.091},{"interface":"front","average":{"1min":0.99399999999999999,"5min":0.99399999999999999,"15min":0.99399999999999999},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.365,"5min":1.365,"15min":1.365},"last":1.024}]},{"osd":6,"last update":"Sat Jan 13 09:17:29 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"min":{"1min":0.71699999999999997,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.5209999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.075},{"interface":"front","average":{"1min":1.0269999999999999,"5min":1.0269999999999999,"15min":1.0269999999999999},"min":{"1min":0.501,"5min":0.501,"15min":0.501},"max":{"1min":1.6859999999999999,"5min":1.6859999999999999,"15min":1.6859999999999999},"last":1.123}]}]},{"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":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.877,"15min":0.879},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.0780000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.65600000000000003},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.82899999999999996,"15min":0.82499999999999996},"min":{"1min":0.56499999999999995,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.1319999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":1.1120000000000001}]},{"osd":1,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.86099999999999999,"15min":0.86499999999999999},"min":{"1min":0.58699999999999997,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.1319999999999999,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.61599999999999999},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.871,"15min":0.86699999999999999},"min":{"1min":0.58099999999999996,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.1499999999999999,"5min":1.218,"15min":1.218},"last":0.74299999999999999}]},{"osd":2,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.89000000000000001,"15min":0.89800000000000002},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.1539999999999999,"5min":1.272,"15min":1.272},"last":1.1299999999999999},{"interface":"front","average":{"1min":0.879,"5min":0.86599999999999999,"15min":0.86399999999999999},"min":{"1min":0.72199999999999998,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.042,"5min":1.0940000000000001,"15min":1.0940000000000001},"last":0.70499999999999996}]},{"osd":3,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.93500000000000005,"15min":0.93100000000000005},"min":{"1min":0.67300000000000004,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.1619999999999999,"5min":1.621,"15min":1.621},"last":1.0329999999999999},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.97499999999999998,"15min":0.98499999999999999},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1659999999999999,"5min":1.615,"15min":1.615},"last":0.83399999999999996}]},{"osd":4,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.85799999999999998,"15min":0.86199999999999999},"min":{"1min":0.63600000000000001,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.91600000000000004,"15min":0.91400000000000003},"min":{"1min":0.66800000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.208,"5min":1.542,"15min":1.542},"last":0.77900000000000003}]},{"osd":5,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.89500000000000002,"15min":0.90300000000000002},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.1839999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.97099999999999997},{"interface":"front","average":{"1min":0.98899999999999999,"5min":1.0149999999999999,"15min":1.0189999999999999},"min":{"1min":0.79800000000000004,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.2689999999999999,"5min":1.7070000000000001,"15min":1.7070000000000001},"last":0.93899999999999995}]},{"osd":7,"last update":"Sat Jan 13 09:17:31 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.7549999999999999,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":1.161},{"interface":"front","average":{"1min":1.081,"5min":1.081,"15min":1.081},"min":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.585,"5min":1.585,"15min":1.585},"last":0.91800000000000004}]}]},{"osd":1,"up_from":16,"seq":68719476795,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":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,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":"Sat Jan 13 09:18:02 2024","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.60799999999999998,"15min":0.56200000000000006},"min":{"1min":0.46600000000000003,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.873,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.71799999999999997},{"interface":"front","average":{"1min":0.76300000000000001,"5min":0.67500000000000004,"15min":0.59899999999999998},"min":{"1min":0.36399999999999999,"5min":0.308,"15min":0.308},"max":{"1min":1.0609999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":1.0640000000000001}]},{"osd":2,"last update":"Sat Jan 13 09:17:31 2024","interfaces":[{"interface":"back","average":{"1min":0.63900000000000001,"5min":0.628,"15min":0.62},"min":{"1min":0.5,"5min":0.47399999999999998,"15min":0.47399999999999998},"max":{"1min":0.90400000000000003,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.82399999999999995},{"interface":"front","average":{"1min":0.77800000000000002,"5min":0.71599999999999997,"15min":0.68700000000000006},"min":{"1min":0.59799999999999998,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.147,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":0.65200000000000002}]},{"osd":3,"last update":"Sat Jan 13 09:17:53 2024","interfaces":[{"interface":"back","average":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.78200000000000003},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.0529999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.878},{"interface":"front","average":{"1min":0.76300000000000001,"5min":0.74299999999999999,"15min":0.73099999999999998},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"last":0.57899999999999996}]},{"osd":4,"last update":"Sat Jan 13 09:18:15 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.95999999999999996,"15min":0.94799999999999995},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":0.96099999999999997},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.90900000000000003,"15min":0.89500000000000002},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.302,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.98999999999999999}]},{"osd":5,"last update":"Sat Jan 13 09:17:43 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.95799999999999996,"15min":0.97399999999999998},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.2010000000000001,"5min":2.044,"15min":2.044},"last":0.91600000000000004},{"interface":"front","average":{"1min":1.0049999999999999,"5min":1.0329999999999999,"15min":1.0369999999999999},"min":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.1779999999999999,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.1479999999999999}]},{"osd":6,"last update":"Sat Jan 13 09:18:10 2024","interfaces":[{"interface":"back","average":{"1min":1.042,"5min":1.105,"15min":1.115},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.3440000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":0.93600000000000005},{"interface":"front","average":{"1min":0.97899999999999998,"5min":1.0509999999999999,"15min":1.0629999999999999},"min":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.2470000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.008}]},{"osd":7,"last update":"Sat Jan 13 09:17:31 2024","interfaces":[{"interface":"back","average":{"1min":1.0920000000000001,"5min":1.0920000000000001,"15min":1.0920000000000001},"min":{"1min":0.88600000000000001,"5min":0.88600000000000001,"15min":0.88600000000000001},"max":{"1min":1.4430000000000001,"5min":1.4430000000000001,"15min":1.4430000000000001},"last":1.1100000000000001},{"interface":"front","average":{"1min":1.143,"5min":1.143,"15min":1.143},"min":{"1min":0.89300000000000002,"5min":0.89300000000000002,"15min":0.89300000000000002},"max":{"1min":1.635,"5min":1.635,"15min":1.635},"last":1.075}]}]},{"osd":0,"up_from":10,"seq":42949673024,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049028,"kb_used_data":444,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92696124,"statfs":{"total":95995035648,"available":94920830976,"internally_reserved":1073741824,"allocated":454656,"data_stored":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":"Sat Jan 13 09:18:00 2024","interfaces":[{"interface":"back","average":{"1min":0.67100000000000004,"5min":0.61099999999999999,"15min":0.56299999999999994},"min":{"1min":0.42899999999999999,"5min":0.379,"15min":0.379},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.629},{"interface":"front","average":{"1min":0.75800000000000001,"5min":0.65200000000000002,"15min":0.58999999999999997},"min":{"1min":0.441,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":0.93400000000000005}]},{"osd":2,"last update":"Sat Jan 13 09:17:33 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.68300000000000005,"15min":0.63700000000000001},"min":{"1min":0.52000000000000002,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.843,"5min":1.843,"15min":1.843},"last":0.71699999999999997},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.68000000000000005,"15min":0.65000000000000002},"min":{"1min":0.52100000000000002,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.6419999999999999,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":0.88200000000000001}]},{"osd":3,"last update":"Sat Jan 13 09:17:53 2024","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.69999999999999996,"15min":0.68700000000000006},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.73999999999999999},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.77900000000000003,"15min":0.74099999999999999},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.768,"5min":1.768,"15min":1.768},"last":0.78400000000000003}]},{"osd":4,"last update":"Sat Jan 13 09:18:14 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.89700000000000002,"15min":0.86299999999999999},"min":{"1min":0.73299999999999998,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.399,"5min":1.9119999999999999,"15min":1.9119999999999999},"last":1.008},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.94399999999999995,"15min":0.92400000000000004},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.468,"5min":1.468,"15min":1.468},"last":1.2370000000000001}]},{"osd":5,"last update":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.0409999999999999,"15min":1.032},"min":{"1min":0.82399999999999995,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.8680000000000001,"5min":1.8680000000000001,"15min":1.8680000000000001},"last":1.1799999999999999},{"interface":"front","average":{"1min":1.1200000000000001,"5min":1.038,"15min":1.024},"min":{"1min":0.86799999999999999,"5min":0.752,"15min":0.752},"max":{"1min":1.9950000000000001,"5min":1.9950000000000001,"15min":1.9950000000000001},"last":1.091}]},{"osd":6,"last update":"Sat Jan 13 09:18:08 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.0229999999999999,"15min":1.0189999999999999},"min":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.7110000000000001,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.0629999999999999},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.0600000000000001,"15min":1.0509999999999999},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":2.0680000000000001,"5min":2.0680000000000001,"15min":2.0680000000000001},"last":0.96299999999999997}]},{"osd":7,"last update":"Sat Jan 13 09:17:33 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.5900000000000001,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":1.155},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"min":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.458,"5min":1.458,"15min":1.458},"last":1.274}]}]},{"osd":2,"up_from":21,"seq":90194313269,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"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,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":"Sat Jan 13 09:17:26 2024","interfaces":[{"interface":"back","average":{"1min":0.64700000000000002,"5min":0.59599999999999997,"15min":0.56799999999999995},"min":{"1min":0.45900000000000002,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.95899999999999996,"5min":1.133,"15min":1.133},"last":0.51300000000000001},{"interface":"front","average":{"1min":0.72699999999999998,"5min":0.65500000000000003,"15min":0.622},"min":{"1min":0.45000000000000001,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.98199999999999998,"5min":0.98199999999999998,"15min":0.98199999999999998},"last":0.67800000000000005}]},{"osd":1,"last update":"Sat Jan 13 09:17:26 2024","interfaces":[{"interface":"back","average":{"1min":0.68999999999999995,"5min":0.64400000000000002,"15min":0.623},"min":{"1min":0.48599999999999999,"5min":0.47699999999999998,"15min":0.47699999999999998},"max":{"1min":1.046,"5min":1.046,"15min":1.046},"last":0.55900000000000005},{"interface":"front","average":{"1min":0.71799999999999997,"5min":0.69099999999999995,"15min":0.67400000000000004},"min":{"1min":0.498,"5min":0.498,"15min":0.498},"max":{"1min":1.0209999999999999,"5min":1.125,"15min":1.125},"last":0.84799999999999998}]},{"osd":3,"last update":"Sat Jan 13 09:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.72099999999999997,"5min":0.73299999999999998,"15min":0.71899999999999997},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.997,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.61399999999999999},{"interface":"front","average":{"1min":0.76200000000000001,"5min":0.747,"15min":0.73299999999999998},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.002,"5min":1.389,"15min":1.389},"last":0.79200000000000004}]},{"osd":4,"last update":"Sat Jan 13 09:18:17 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.94799999999999995,"15min":0.94599999999999995},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.331,"5min":1.456,"15min":1.456},"last":0.73499999999999999},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.95799999999999996,"15min":0.94599999999999995},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.147,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":0.95699999999999996}]},{"osd":5,"last update":"Sat Jan 13 09:17:41 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.143,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":1.028},{"interface":"front","average":{"1min":0.95799999999999996,"5min":1.004,"15min":1.012},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.284,"5min":1.506,"15min":1.506},"last":0.93200000000000005}]},{"osd":6,"last update":"Sat Jan 13 09:18:09 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":1.038,"15min":1.054},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.254,"5min":1.522,"15min":1.522},"last":1.1859999999999999},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0580000000000001,"15min":1.0620000000000001},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.3380000000000001,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.0700000000000001}]},{"osd":7,"last update":"Sat Jan 13 09:17:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"min":{"1min":0.754,"5min":0.754,"15min":0.754},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":1.135},{"interface":"front","average":{"1min":1.075,"5min":1.075,"15min":1.075},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.121}]}]},{"osd":3,"up_from":26,"seq":111669149744,"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":"Sat Jan 13 09:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.67500000000000004,"5min":0.66800000000000004,"15min":0.65200000000000002},"min":{"1min":0.5,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.36699999999999999},{"interface":"front","average":{"1min":0.74399999999999999,"5min":0.69099999999999995,"15min":0.66200000000000003},"min":{"1min":0.48499999999999999,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.98599999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"last":0.629}]},{"osd":1,"last update":"Sat Jan 13 09:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.68700000000000006,"15min":0.67100000000000004},"min":{"1min":0.58699999999999997,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":0.94399999999999995,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.46300000000000002},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.69699999999999995,"15min":0.68400000000000005},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.95299999999999996,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.38200000000000001}]},{"osd":2,"last update":"Sat Jan 13 09:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.73499999999999999,"15min":0.72399999999999998},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"last":0.34799999999999998},{"interface":"front","average":{"1min":0.76000000000000001,"5min":0.76500000000000001,"15min":0.72899999999999998},"min":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.0329999999999999,"5min":1.9059999999999999,"15min":1.9059999999999999},"last":0.439}]},{"osd":4,"last update":"Sat Jan 13 09:18:17 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.94399999999999995,"15min":0.94199999999999995},"min":{"1min":0.73999999999999999,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.325,"5min":1.502,"15min":1.502},"last":0.80500000000000005},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.96899999999999997,"15min":0.95299999999999996},"min":{"1min":0.71799999999999997,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.353,"5min":1.9370000000000001,"15min":1.9370000000000001},"last":0.66800000000000004}]},{"osd":5,"last update":"Sat Jan 13 09:17:42 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.4810000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":0.71899999999999997},{"interface":"front","average":{"1min":1.038,"5min":1.0389999999999999,"15min":1.0389999999999999},"min":{"1min":0.83099999999999996,"5min":0.753,"15min":0.753},"max":{"1min":1.284,"5min":1.605,"15min":1.605},"last":0.53600000000000003}]},{"osd":6,"last update":"Sat Jan 13 09:18:08 2024","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.1839999999999999,"15min":1.2070000000000001},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.7849999999999999,"5min":2.036,"15min":2.036},"last":0.61599999999999999},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.127,"15min":1.145},"min":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":1.444,"5min":1.53,"15min":1.53},"last":0.77800000000000002}]},{"osd":7,"last update":"Sat Jan 13 09:17:31 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.101,"15min":1.101},"min":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"max":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.65400000000000003},{"interface":"front","average":{"1min":1.099,"5min":1.099,"15min":1.099},"min":{"1min":0.872,"5min":0.872,"15min":0.872},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":0.755}]}]},{"osd":4,"up_from":31,"seq":133143986218,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"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,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":"Sat Jan 13 09:18:18 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.81599999999999995,"15min":0.80300000000000005},"min":{"1min":0.60299999999999998,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.60099999999999998},{"interface":"front","average":{"1min":0.83899999999999997,"5min":0.86199999999999999,"15min":0.84999999999999998},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1279999999999999,"5min":1.244,"15min":1.244},"last":0.627}]},{"osd":1,"last update":"Sat Jan 13 09:18:18 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.83799999999999997,"15min":0.82699999999999996},"min":{"1min":0.58999999999999997,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":0.83899999999999997},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.85999999999999999,"15min":0.85299999999999998},"min":{"1min":0.56999999999999995,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.133,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.80300000000000005}]},{"osd":2,"last update":"Sat Jan 13 09:18:18 2024","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":0.879,"15min":0.85499999999999998},"min":{"1min":0.73799999999999999,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.1850000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.90200000000000002},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.90100000000000002,"15min":0.88900000000000001},"min":{"1min":0.68400000000000005,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.165,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.81699999999999995}]},{"osd":3,"last update":"Sat Jan 13 09:18:18 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.89400000000000002,"15min":0.876},"min":{"1min":0.67800000000000005,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1020000000000001,"5min":1.268,"15min":1.268},"last":0.89000000000000001},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.91800000000000004,"15min":0.92400000000000004},"min":{"1min":0.66800000000000004,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.1819999999999999,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":1.0429999999999999}]},{"osd":5,"last update":"Sat Jan 13 09:17:42 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.81000000000000005,"15min":0.80100000000000005},"min":{"1min":0.55800000000000005,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":1.1679999999999999},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.83299999999999996,"15min":0.82399999999999995},"min":{"1min":0.621,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":1.1299999999999999}]},{"osd":6,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.90900000000000003,"15min":0.90500000000000003},"min":{"1min":0.59299999999999997,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.2030000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.94299999999999995},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.92300000000000004,"15min":0.91800000000000004},"min":{"1min":0.59699999999999998,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.274,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.95299999999999996}]},{"osd":7,"last update":"Sat Jan 13 09:17:33 2024","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.012,"15min":1.012},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.345,"5min":1.345,"15min":1.345},"last":1.071},{"interface":"front","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":0.98199999999999998}]}]},{"osd":5,"up_from":36,"seq":154618822694,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"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,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":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.80900000000000005,"5min":0.86499999999999999,"15min":0.874},"min":{"1min":0.57099999999999995,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.0880000000000001,"5min":1.8109999999999999,"15min":1.8109999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.82699999999999996,"15min":0.81699999999999995},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.82999999999999996}]},{"osd":1,"last update":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.80500000000000005,"15min":0.80300000000000005},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.97399999999999998},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.81399999999999995,"15min":0.80700000000000005},"min":{"1min":0.64800000000000002,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.874}]},{"osd":2,"last update":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.86299999999999999,"15min":0.86699999999999999},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.1739999999999999,"5min":1.889,"15min":1.889},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.876,"15min":0.874},"min":{"1min":0.66100000000000003,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.65600000000000003}]},{"osd":3,"last update":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.88400000000000001,"15min":0.88},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.089,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.88100000000000001,"15min":0.877},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":0.89700000000000002}]},{"osd":4,"last update":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.81499999999999995,"15min":0.80900000000000005},"min":{"1min":0.621,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.1020000000000001,"5min":1.165,"15min":1.165},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.85299999999999998,"5min":0.82599999999999996,"15min":0.82199999999999995},"min":{"1min":0.60799999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.0940000000000001,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":0.999}]},{"osd":6,"last update":"Sat Jan 13 09:18:09 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.94799999999999995,"15min":0.94199999999999995},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.198,"5min":1.228,"15min":1.228},"last":1.02},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":0.91900000000000004}]},{"osd":7,"last update":"Sat Jan 13 09:17:35 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.206,"5min":1.206,"15min":1.206},"last":0.74099999999999999},{"interface":"front","average":{"1min":1.085,"5min":1.085,"15min":1.085},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.431,"5min":1.431,"15min":1.431},"last":0.93600000000000005}]}]}]}} 2024-01-13T09:18:35.424 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph pg dump --format=json 2024-01-13T09:18:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:35 smithi102 bash[13966]: audit 2024-01-13T09:18:34.637182+0000 mgr.y (mgr.14140) 265 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-13T09:18:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:35 smithi102 bash[13966]: cluster 2024-01-13T09:18:34.736450+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:36.415 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:35 smithi084 bash[13940]: audit 2024-01-13T09:18:34.637182+0000 mgr.y (mgr.14140) 265 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-13T09:18:36.415 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:35 smithi084 bash[13940]: cluster 2024-01-13T09:18:34.736450+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:36.415 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:35 smithi084 bash[17496]: audit 2024-01-13T09:18:34.637182+0000 mgr.y (mgr.14140) 265 : audit [DBG] from='client.14580 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-13T09:18:36.415 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:35 smithi084 bash[17496]: cluster 2024-01-13T09:18:34.736450+0000 mgr.y (mgr.14140) 266 : cluster [DBG] pgmap v253: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:38.239 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:37 smithi084 bash[13940]: cluster 2024-01-13T09:18:36.737018+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:38.239 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:37 smithi084 bash[17496]: cluster 2024-01-13T09:18:36.737018+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:38.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:37 smithi102 bash[13966]: cluster 2024-01-13T09:18:36.737018+0000 mgr.y (mgr.14140) 267 : cluster [DBG] pgmap v254: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:38.529 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-13T09:18:38.532 INFO:teuthology.orchestra.run.smithi084.stderr:dumped all 2024-01-13T09:18:39.310 INFO:teuthology.orchestra.run.smithi084.stdout:{"pg_ready":true,"pg_map":{"version":254,"stamp":"2024-01-13T09:18:36.736739+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":8392204,"kb_used_data":3532,"kb_used_omap":0,"kb_used_meta":8388608,"kb_avail":741569012,"statfs":{"total":767960285184,"available":759366668288,"internally_reserved":8589934592,"allocated":3616768,"data_stored":1442466,"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.003470"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"47","state":"active+clean","last_fresh":"2024-01-13T09:16:29.838112+0000","last_change":"2024-01-13T09:16:29.838112+0000","last_active":"2024-01-13T09:16:29.838112+0000","last_peered":"2024-01-13T09:16:29.838112+0000","last_clean":"2024-01-13T09:16:29.838112+0000","last_became_active":"2024-01-13T09:16:29.832685+0000","last_became_peered":"2024-01-13T09:16:29.832685+0000","last_unstale":"2024-01-13T09:16:29.838112+0000","last_undegraded":"2024-01-13T09:16:29.838112+0000","last_fullsized":"2024-01-13T09:16:29.838112+0000","mapping_epoch":46,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":47,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-13T09:10:52.928008+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-13T09:10:52.928008+0000","last_clean_scrub_stamp":"2024-01-13T09:10:52.928008+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":197568495643,"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":"Sat Jan 13 09:18:33 2024","interfaces":[{"interface":"back","average":{"1min":0.76700000000000002,"5min":0.87,"15min":0.88700000000000001},"min":{"1min":0.51800000000000002,"5min":0.51800000000000002,"15min":0.51800000000000002},"max":{"1min":1.111,"5min":1.395,"15min":1.395},"last":0.68700000000000006},{"interface":"front","average":{"1min":0.83299999999999996,"5min":0.81299999999999994,"15min":0.81000000000000005},"min":{"1min":0.56999999999999995,"5min":0.56999999999999995,"15min":0.56999999999999995},"max":{"1min":0.99399999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.85799999999999998}]},{"osd":1,"last update":"Sat Jan 13 09:18:33 2024","interfaces":[{"interface":"back","average":{"1min":0.878,"5min":0.86599999999999999,"15min":0.86399999999999999},"min":{"1min":0.71099999999999997,"5min":0.63100000000000001,"15min":0.63100000000000001},"max":{"1min":1.1080000000000001,"5min":1.143,"15min":1.143},"last":0.71099999999999997},{"interface":"front","average":{"1min":0.81399999999999995,"5min":0.89200000000000002,"15min":0.90500000000000003},"min":{"1min":0.625,"5min":0.625,"15min":0.625},"max":{"1min":1.081,"5min":1.236,"15min":1.236},"last":1.081}]},{"osd":2,"last update":"Sat Jan 13 09:18:33 2024","interfaces":[{"interface":"back","average":{"1min":0.89100000000000001,"5min":0.94799999999999995,"15min":0.95799999999999996},"min":{"1min":0.746,"5min":0.64300000000000002,"15min":0.64300000000000002},"max":{"1min":1.0940000000000001,"5min":1.454,"15min":1.454},"last":0.90100000000000002},{"interface":"front","average":{"1min":0.877,"5min":0.84899999999999998,"15min":0.84499999999999997},"min":{"1min":0.625,"5min":0.60899999999999999,"15min":0.60899999999999999},"max":{"1min":1.256,"5min":1.2889999999999999,"15min":1.2889999999999999},"last":0.76600000000000001}]},{"osd":3,"last update":"Sat Jan 13 09:18:33 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.89700000000000002,"15min":0.88600000000000001},"min":{"1min":0.754,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.2849999999999999,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.97299999999999998},{"interface":"front","average":{"1min":0.92600000000000005,"5min":0.90600000000000003,"15min":0.90200000000000002},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.0980000000000001,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.94999999999999996}]},{"osd":4,"last update":"Sat Jan 13 09:18:33 2024","interfaces":[{"interface":"back","average":{"1min":0.85699999999999998,"5min":0.88600000000000001,"15min":0.89100000000000001},"min":{"1min":0.52200000000000002,"5min":0.52200000000000002,"15min":0.52200000000000002},"max":{"1min":1.1120000000000001,"5min":1.4119999999999999,"15min":1.4119999999999999},"last":1.0169999999999999},{"interface":"front","average":{"1min":0.91200000000000003,"5min":0.90000000000000002,"15min":0.89800000000000002},"min":{"1min":0.58399999999999996,"5min":0.57399999999999995,"15min":0.57399999999999995},"max":{"1min":1.3009999999999999,"5min":1.3009999999999999,"15min":1.3009999999999999},"last":0.82799999999999996}]},{"osd":5,"last update":"Sat Jan 13 09:18:33 2024","interfaces":[{"interface":"back","average":{"1min":0.90200000000000002,"5min":0.84599999999999997,"15min":0.83699999999999997},"min":{"1min":0.54500000000000004,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.177,"5min":1.177,"15min":1.177},"last":0.79100000000000004},{"interface":"front","average":{"1min":0.97399999999999998,"5min":0.98999999999999999,"15min":0.99199999999999999},"min":{"1min":0.75800000000000001,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.2030000000000001,"5min":1.365,"15min":1.365},"last":1.125}]},{"osd":6,"last update":"Sat Jan 13 09:18:33 2024","interfaces":[{"interface":"back","average":{"1min":1.03,"5min":1.038,"15min":1.04},"min":{"1min":0.74399999999999999,"5min":0.71699999999999997,"15min":0.71699999999999997},"max":{"1min":1.2989999999999999,"5min":1.5209999999999999,"15min":1.5209999999999999},"last":1.1699999999999999},{"interface":"front","average":{"1min":1.046,"5min":1.03,"15min":1.028},"min":{"1min":0.67800000000000005,"5min":0.501,"15min":0.501},"max":{"1min":1.3440000000000001,"5min":1.6859999999999999,"15min":1.6859999999999999},"last":1.0489999999999999}]}]},{"osd":6,"up_from":41,"seq":176093659169,"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":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.86499999999999999,"5min":0.877,"15min":0.879},"min":{"1min":0.53600000000000003,"5min":0.53600000000000003,"15min":0.53600000000000003},"max":{"1min":1.0780000000000001,"5min":1.2250000000000001,"15min":1.2250000000000001},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.84899999999999998,"5min":0.82899999999999996,"15min":0.82499999999999996},"min":{"1min":0.56499999999999995,"5min":0.50600000000000001,"15min":0.50600000000000001},"max":{"1min":1.1319999999999999,"5min":1.1319999999999999,"15min":1.1319999999999999},"last":0.876}]},{"osd":1,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.83899999999999997,"5min":0.86099999999999999,"15min":0.86499999999999999},"min":{"1min":0.58699999999999997,"5min":0.56100000000000005,"15min":0.56100000000000005},"max":{"1min":1.1319999999999999,"5min":1.4650000000000001,"15min":1.4650000000000001},"last":0.72099999999999997},{"interface":"front","average":{"1min":0.89800000000000002,"5min":0.871,"15min":0.86699999999999999},"min":{"1min":0.58099999999999996,"5min":0.51900000000000002,"15min":0.51900000000000002},"max":{"1min":1.1499999999999999,"5min":1.218,"15min":1.218},"last":0.82799999999999996}]},{"osd":2,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.84299999999999997,"5min":0.89000000000000001,"15min":0.89800000000000002},"min":{"1min":0.58199999999999996,"5min":0.58199999999999996,"15min":0.58199999999999996},"max":{"1min":1.1539999999999999,"5min":1.272,"15min":1.272},"last":0.75},{"interface":"front","average":{"1min":0.879,"5min":0.86599999999999999,"15min":0.86399999999999999},"min":{"1min":0.72199999999999998,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.042,"5min":1.0940000000000001,"15min":1.0940000000000001},"last":1.018}]},{"osd":3,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.95999999999999996,"5min":0.93500000000000005,"15min":0.93100000000000005},"min":{"1min":0.67300000000000004,"5min":0.66100000000000003,"15min":0.66100000000000003},"max":{"1min":1.1619999999999999,"5min":1.621,"15min":1.621},"last":0.91300000000000003},{"interface":"front","average":{"1min":0.91500000000000004,"5min":0.97499999999999998,"15min":0.98499999999999999},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.1659999999999999,"5min":1.615,"15min":1.615},"last":0.93000000000000005}]},{"osd":4,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.85799999999999998,"15min":0.86199999999999999},"min":{"1min":0.63600000000000001,"5min":0.53300000000000003,"15min":0.53300000000000003},"max":{"1min":1.3740000000000001,"5min":1.3740000000000001,"15min":1.3740000000000001},"last":0.78700000000000003},{"interface":"front","average":{"1min":0.92800000000000005,"5min":0.91600000000000004,"15min":0.91400000000000003},"min":{"1min":0.66800000000000004,"5min":0.55700000000000005,"15min":0.55700000000000005},"max":{"1min":1.208,"5min":1.542,"15min":1.542},"last":1.0549999999999999}]},{"osd":5,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.84999999999999998,"5min":0.89500000000000002,"15min":0.90300000000000002},"min":{"1min":0.64800000000000002,"5min":0.64800000000000002,"15min":0.64800000000000002},"max":{"1min":1.1839999999999999,"5min":1.2829999999999999,"15min":1.2829999999999999},"last":0.94799999999999995},{"interface":"front","average":{"1min":0.98899999999999999,"5min":1.0149999999999999,"15min":1.0189999999999999},"min":{"1min":0.79800000000000004,"5min":0.68400000000000005,"15min":0.68400000000000005},"max":{"1min":1.2689999999999999,"5min":1.7070000000000001,"15min":1.7070000000000001},"last":0.80400000000000005}]},{"osd":7,"last update":"Sat Jan 13 09:17:31 2024","interfaces":[{"interface":"back","average":{"1min":1.0569999999999999,"5min":1.0569999999999999,"15min":1.0569999999999999},"min":{"1min":0.70999999999999996,"5min":0.70999999999999996,"15min":0.70999999999999996},"max":{"1min":1.7549999999999999,"5min":1.7549999999999999,"15min":1.7549999999999999},"last":0.97499999999999998},{"interface":"front","average":{"1min":1.081,"5min":1.081,"15min":1.081},"min":{"1min":0.74299999999999999,"5min":0.74299999999999999,"15min":0.74299999999999999},"max":{"1min":1.585,"5min":1.585,"15min":1.585},"last":0.99099999999999999}]}]},{"osd":1,"up_from":16,"seq":68719476796,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"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,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":"Sat Jan 13 09:18:02 2024","interfaces":[{"interface":"back","average":{"1min":0.65700000000000003,"5min":0.60799999999999998,"15min":0.56200000000000006},"min":{"1min":0.46600000000000003,"5min":0.34799999999999998,"15min":0.34799999999999998},"max":{"1min":0.873,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.76300000000000001,"5min":0.67500000000000004,"15min":0.59899999999999998},"min":{"1min":0.36399999999999999,"5min":0.308,"15min":0.308},"max":{"1min":1.0609999999999999,"5min":1.1279999999999999,"15min":1.1279999999999999},"last":0.88900000000000001}]},{"osd":2,"last update":"Sat Jan 13 09:18:31 2024","interfaces":[{"interface":"back","average":{"1min":0.63200000000000001,"5min":0.63100000000000001,"15min":0.621},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.82399999999999995,"5min":0.90600000000000003,"15min":0.90600000000000003},"last":0.752},{"interface":"front","average":{"1min":0.80300000000000005,"5min":0.74199999999999999,"15min":0.69599999999999995},"min":{"1min":0.41799999999999998,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.1850000000000001,"5min":1.5469999999999999,"15min":1.5469999999999999},"last":0.67100000000000004}]},{"osd":3,"last update":"Sat Jan 13 09:17:53 2024","interfaces":[{"interface":"back","average":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.78200000000000003},"min":{"1min":0.49099999999999999,"5min":0.49099999999999999,"15min":0.49099999999999999},"max":{"1min":1.0529999999999999,"5min":1.1739999999999999,"15min":1.1739999999999999},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.76300000000000001,"5min":0.74299999999999999,"15min":0.73099999999999998},"min":{"1min":0.47099999999999997,"5min":0.47099999999999997,"15min":0.47099999999999997},"max":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"last":0.64700000000000002}]},{"osd":4,"last update":"Sat Jan 13 09:18:15 2024","interfaces":[{"interface":"back","average":{"1min":0.96699999999999997,"5min":0.95999999999999996,"15min":0.94799999999999995},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.452,"5min":1.452,"15min":1.452},"last":1.008},{"interface":"front","average":{"1min":0.90000000000000002,"5min":0.90900000000000003,"15min":0.89500000000000002},"min":{"1min":0.59999999999999998,"5min":0.59999999999999998,"15min":0.59999999999999998},"max":{"1min":1.302,"5min":1.3759999999999999,"15min":1.3759999999999999},"last":0.87}]},{"osd":5,"last update":"Sat Jan 13 09:17:43 2024","interfaces":[{"interface":"back","average":{"1min":0.86099999999999999,"5min":0.95799999999999996,"15min":0.97399999999999998},"min":{"1min":0.61899999999999999,"5min":0.61899999999999999,"15min":0.61899999999999999},"max":{"1min":1.2010000000000001,"5min":2.044,"15min":2.044},"last":0.82599999999999996},{"interface":"front","average":{"1min":1.0049999999999999,"5min":1.0329999999999999,"15min":1.0369999999999999},"min":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.1779999999999999,"5min":1.4790000000000001,"15min":1.4790000000000001},"last":1.073}]},{"osd":6,"last update":"Sat Jan 13 09:18:10 2024","interfaces":[{"interface":"back","average":{"1min":1.042,"5min":1.105,"15min":1.115},"min":{"1min":0.67900000000000005,"5min":0.67900000000000005,"15min":0.67900000000000005},"max":{"1min":1.3440000000000001,"5min":1.4870000000000001,"15min":1.4870000000000001},"last":1.095},{"interface":"front","average":{"1min":0.97899999999999998,"5min":1.0509999999999999,"15min":1.0629999999999999},"min":{"1min":0.66900000000000004,"5min":0.66900000000000004,"15min":0.66900000000000004},"max":{"1min":1.2470000000000001,"5min":1.4199999999999999,"15min":1.4199999999999999},"last":1.141}]},{"osd":7,"last update":"Sat Jan 13 09:18:31 2024","interfaces":[{"interface":"back","average":{"1min":1.1100000000000001,"5min":1.095,"15min":1.093},"min":{"1min":0.64700000000000002,"5min":0.64700000000000002,"15min":0.64700000000000002},"max":{"1min":1.4670000000000001,"5min":1.4670000000000001,"15min":1.4670000000000001},"last":1.2130000000000001},{"interface":"front","average":{"1min":1.0760000000000001,"5min":1.129,"15min":1.1379999999999999},"min":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"max":{"1min":1.399,"5min":1.635,"15min":1.635},"last":1.0549999999999999}]}]},{"osd":0,"up_from":10,"seq":42949673025,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":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":"Sat Jan 13 09:18:00 2024","interfaces":[{"interface":"back","average":{"1min":0.67100000000000004,"5min":0.61099999999999999,"15min":0.56299999999999994},"min":{"1min":0.42899999999999999,"5min":0.379,"15min":0.379},"max":{"1min":1.1180000000000001,"5min":1.1180000000000001,"15min":1.1180000000000001},"last":0.70999999999999996},{"interface":"front","average":{"1min":0.75800000000000001,"5min":0.65200000000000002,"15min":0.58999999999999997},"min":{"1min":0.441,"5min":0.38900000000000001,"15min":0.38900000000000001},"max":{"1min":1.373,"5min":1.373,"15min":1.373},"last":0.78200000000000003}]},{"osd":2,"last update":"Sat Jan 13 09:17:33 2024","interfaces":[{"interface":"back","average":{"1min":0.83799999999999997,"5min":0.68300000000000005,"15min":0.63700000000000001},"min":{"1min":0.52000000000000002,"5min":0.44600000000000001,"15min":0.44600000000000001},"max":{"1min":1.843,"5min":1.843,"15min":1.843},"last":0.93300000000000005},{"interface":"front","average":{"1min":0.83199999999999996,"5min":0.68000000000000005,"15min":0.65000000000000002},"min":{"1min":0.52100000000000002,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.6419999999999999,"5min":1.6419999999999999,"15min":1.6419999999999999},"last":0.64700000000000002}]},{"osd":3,"last update":"Sat Jan 13 09:17:53 2024","interfaces":[{"interface":"back","average":{"1min":0.76600000000000001,"5min":0.69999999999999996,"15min":0.68700000000000006},"min":{"1min":0.5,"5min":0.5,"15min":0.5},"max":{"1min":1.2789999999999999,"5min":1.2789999999999999,"15min":1.2789999999999999},"last":0.60199999999999998},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.77900000000000003,"15min":0.74099999999999999},"min":{"1min":0.53200000000000003,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.768,"5min":1.768,"15min":1.768},"last":0.51400000000000001}]},{"osd":4,"last update":"Sat Jan 13 09:18:14 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.89700000000000002,"15min":0.86299999999999999},"min":{"1min":0.73299999999999998,"5min":0.71399999999999997,"15min":0.71399999999999997},"max":{"1min":1.399,"5min":1.9119999999999999,"15min":1.9119999999999999},"last":0.75600000000000001},{"interface":"front","average":{"1min":0.98999999999999999,"5min":0.94399999999999995,"15min":0.92400000000000004},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.468,"5min":1.468,"15min":1.468},"last":1.2849999999999999}]},{"osd":5,"last update":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":1.093,"5min":1.0409999999999999,"15min":1.032},"min":{"1min":0.82399999999999995,"5min":0.81100000000000005,"15min":0.81100000000000005},"max":{"1min":1.8680000000000001,"5min":1.8680000000000001,"15min":1.8680000000000001},"last":1.234},{"interface":"front","average":{"1min":1.1200000000000001,"5min":1.038,"15min":1.024},"min":{"1min":0.86799999999999999,"5min":0.752,"15min":0.752},"max":{"1min":1.9950000000000001,"5min":1.9950000000000001,"15min":1.9950000000000001},"last":0.91500000000000004}]},{"osd":6,"last update":"Sat Jan 13 09:18:08 2024","interfaces":[{"interface":"back","average":{"1min":1.05,"5min":1.0229999999999999,"15min":1.0189999999999999},"min":{"1min":0.72899999999999998,"5min":0.72899999999999998,"15min":0.72899999999999998},"max":{"1min":1.7110000000000001,"5min":1.7110000000000001,"15min":1.7110000000000001},"last":1.341},{"interface":"front","average":{"1min":1.1120000000000001,"5min":1.0600000000000001,"15min":1.0509999999999999},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":2.0680000000000001,"5min":2.0680000000000001,"15min":2.0680000000000001},"last":0.98799999999999999}]},{"osd":7,"last update":"Sat Jan 13 09:17:33 2024","interfaces":[{"interface":"back","average":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"min":{"1min":0.66500000000000004,"5min":0.66500000000000004,"15min":0.66500000000000004},"max":{"1min":1.5900000000000001,"5min":1.5900000000000001,"15min":1.5900000000000001},"last":0.83599999999999997},{"interface":"front","average":{"1min":1.1379999999999999,"5min":1.1379999999999999,"15min":1.1379999999999999},"min":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"max":{"1min":1.458,"5min":1.458,"15min":1.458},"last":1.399}]}]},{"osd":2,"up_from":21,"seq":90194313270,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"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,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":"Sat Jan 13 09:18:28 2024","interfaces":[{"interface":"back","average":{"1min":0.64400000000000002,"5min":0.61399999999999999,"15min":0.57399999999999995},"min":{"1min":0.48999999999999999,"5min":0.41299999999999998,"15min":0.41299999999999998},"max":{"1min":0.84999999999999998,"5min":1.133,"15min":1.133},"last":0.71999999999999997},{"interface":"front","average":{"1min":0.69799999999999995,"5min":0.67300000000000004,"15min":0.628},"min":{"1min":0.46400000000000002,"5min":0.38100000000000001,"15min":0.38100000000000001},"max":{"1min":0.91400000000000003,"5min":0.98199999999999998,"15min":0.98199999999999998},"last":0.80800000000000005}]},{"osd":1,"last update":"Sat Jan 13 09:18:28 2024","interfaces":[{"interface":"back","average":{"1min":0.71499999999999997,"5min":0.66500000000000004,"15min":0.63},"min":{"1min":0.47199999999999998,"5min":0.47199999999999998,"15min":0.47199999999999998},"max":{"1min":1.6659999999999999,"5min":1.6659999999999999,"15min":1.6659999999999999},"last":0.88500000000000001},{"interface":"front","average":{"1min":0.76600000000000001,"5min":0.71099999999999997,"15min":0.68100000000000005},"min":{"1min":0.52600000000000002,"5min":0.498,"15min":0.498},"max":{"1min":1.5289999999999999,"5min":1.5289999999999999,"15min":1.5289999999999999},"last":0.77600000000000002}]},{"osd":3,"last update":"Sat Jan 13 09:17:59 2024","interfaces":[{"interface":"back","average":{"1min":0.72099999999999997,"5min":0.73299999999999998,"15min":0.71899999999999997},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.997,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.65900000000000003},{"interface":"front","average":{"1min":0.76200000000000001,"5min":0.747,"15min":0.73299999999999998},"min":{"1min":0.439,"5min":0.439,"15min":0.439},"max":{"1min":1.002,"5min":1.389,"15min":1.389},"last":1.002}]},{"osd":4,"last update":"Sat Jan 13 09:18:17 2024","interfaces":[{"interface":"back","average":{"1min":0.92000000000000004,"5min":0.94799999999999995,"15min":0.94599999999999995},"min":{"1min":0.66000000000000003,"5min":0.66000000000000003,"15min":0.66000000000000003},"max":{"1min":1.331,"5min":1.456,"15min":1.456},"last":0.86299999999999999},{"interface":"front","average":{"1min":0.96299999999999997,"5min":0.95799999999999996,"15min":0.94599999999999995},"min":{"1min":0.626,"5min":0.626,"15min":0.626},"max":{"1min":1.147,"5min":1.5980000000000001,"15min":1.5980000000000001},"last":1.081}]},{"osd":5,"last update":"Sat Jan 13 09:17:41 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.96499999999999997,"15min":0.96499999999999997},"min":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"max":{"1min":1.143,"5min":1.4890000000000001,"15min":1.4890000000000001},"last":1.1579999999999999},{"interface":"front","average":{"1min":0.95799999999999996,"5min":1.004,"15min":1.012},"min":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"max":{"1min":1.284,"5min":1.506,"15min":1.506},"last":0.94799999999999995}]},{"osd":6,"last update":"Sat Jan 13 09:18:09 2024","interfaces":[{"interface":"back","average":{"1min":0.93799999999999994,"5min":1.038,"15min":1.054},"min":{"1min":0.79400000000000004,"5min":0.79400000000000004,"15min":0.79400000000000004},"max":{"1min":1.254,"5min":1.522,"15min":1.522},"last":0.92600000000000005},{"interface":"front","average":{"1min":1.0349999999999999,"5min":1.0580000000000001,"15min":1.0620000000000001},"min":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"max":{"1min":1.3380000000000001,"5min":1.5609999999999999,"15min":1.5609999999999999},"last":1.234}]},{"osd":7,"last update":"Sat Jan 13 09:17:30 2024","interfaces":[{"interface":"back","average":{"1min":1.0800000000000001,"5min":1.0800000000000001,"15min":1.0800000000000001},"min":{"1min":0.754,"5min":0.754,"15min":0.754},"max":{"1min":1.3440000000000001,"5min":1.3440000000000001,"15min":1.3440000000000001},"last":0.98399999999999999},{"interface":"front","average":{"1min":1.075,"5min":1.075,"15min":1.075},"min":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"max":{"1min":1.3069999999999999,"5min":1.3069999999999999,"15min":1.3069999999999999},"last":1.3140000000000001}]}]},{"osd":3,"up_from":26,"seq":111669149745,"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":"Sat Jan 13 09:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.67500000000000004,"5min":0.66800000000000004,"15min":0.65200000000000002},"min":{"1min":0.5,"5min":0.44800000000000001,"15min":0.44800000000000001},"max":{"1min":0.94799999999999995,"5min":0.94799999999999995,"15min":0.94799999999999995},"last":0.91000000000000003},{"interface":"front","average":{"1min":0.74399999999999999,"5min":0.69099999999999995,"15min":0.66200000000000003},"min":{"1min":0.48499999999999999,"5min":0.47499999999999998,"15min":0.47499999999999998},"max":{"1min":0.98599999999999999,"5min":1.0629999999999999,"15min":1.0629999999999999},"last":0.72699999999999998}]},{"osd":1,"last update":"Sat Jan 13 09:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.72499999999999998,"5min":0.68700000000000006,"15min":0.67100000000000004},"min":{"1min":0.58699999999999997,"5min":0.52300000000000002,"15min":0.52300000000000002},"max":{"1min":0.94399999999999995,"5min":1.1120000000000001,"15min":1.1120000000000001},"last":0.59299999999999997},{"interface":"front","average":{"1min":0.66100000000000003,"5min":0.69699999999999995,"15min":0.68400000000000005},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.95299999999999996,"5min":1.3480000000000001,"15min":1.3480000000000001},"last":0.87}]},{"osd":2,"last update":"Sat Jan 13 09:17:58 2024","interfaces":[{"interface":"back","average":{"1min":0.73799999999999999,"5min":0.73499999999999999,"15min":0.72399999999999998},"min":{"1min":0.53000000000000003,"5min":0.53000000000000003,"15min":0.53000000000000003},"max":{"1min":1.0409999999999999,"5min":1.0409999999999999,"15min":1.0409999999999999},"last":0.66700000000000004},{"interface":"front","average":{"1min":0.76000000000000001,"5min":0.76500000000000001,"15min":0.72899999999999998},"min":{"1min":0.53700000000000003,"5min":0.53700000000000003,"15min":0.53700000000000003},"max":{"1min":1.0329999999999999,"5min":1.9059999999999999,"15min":1.9059999999999999},"last":0.61299999999999999}]},{"osd":4,"last update":"Sat Jan 13 09:18:17 2024","interfaces":[{"interface":"back","average":{"1min":0.96199999999999997,"5min":0.94399999999999995,"15min":0.94199999999999995},"min":{"1min":0.73999999999999999,"5min":0.71599999999999997,"15min":0.71599999999999997},"max":{"1min":1.325,"5min":1.502,"15min":1.502},"last":0.95099999999999996},{"interface":"front","average":{"1min":0.95299999999999996,"5min":0.96899999999999997,"15min":0.95299999999999996},"min":{"1min":0.71799999999999997,"5min":0.63200000000000001,"15min":0.63200000000000001},"max":{"1min":1.353,"5min":1.9370000000000001,"15min":1.9370000000000001},"last":1.1060000000000001}]},{"osd":5,"last update":"Sat Jan 13 09:17:42 2024","interfaces":[{"interface":"back","average":{"1min":0.96799999999999997,"5min":0.96899999999999997,"15min":0.96899999999999997},"min":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"max":{"1min":1.4810000000000001,"5min":1.4810000000000001,"15min":1.4810000000000001},"last":1.0589999999999999},{"interface":"front","average":{"1min":1.038,"5min":1.0389999999999999,"15min":1.0389999999999999},"min":{"1min":0.83099999999999996,"5min":0.753,"15min":0.753},"max":{"1min":1.284,"5min":1.605,"15min":1.605},"last":1.0229999999999999}]},{"osd":6,"last update":"Sat Jan 13 09:18:08 2024","interfaces":[{"interface":"back","average":{"1min":1.0469999999999999,"5min":1.1839999999999999,"15min":1.2070000000000001},"min":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"max":{"1min":1.7849999999999999,"5min":2.036,"15min":2.036},"last":1.0389999999999999},{"interface":"front","average":{"1min":1.0169999999999999,"5min":1.127,"15min":1.145},"min":{"1min":0.79300000000000004,"5min":0.79300000000000004,"15min":0.79300000000000004},"max":{"1min":1.444,"5min":1.53,"15min":1.53},"last":1.1359999999999999}]},{"osd":7,"last update":"Sat Jan 13 09:17:31 2024","interfaces":[{"interface":"back","average":{"1min":1.101,"5min":1.101,"15min":1.101},"min":{"1min":0.86599999999999999,"5min":0.86599999999999999,"15min":0.86599999999999999},"max":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":1.0860000000000001},{"interface":"front","average":{"1min":1.099,"5min":1.099,"15min":1.099},"min":{"1min":0.872,"5min":0.872,"15min":0.872},"max":{"1min":1.399,"5min":1.399,"15min":1.399},"last":1.159}]}]},{"osd":4,"up_from":31,"seq":133143986219,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"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,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":"Sat Jan 13 09:18:18 2024","interfaces":[{"interface":"back","average":{"1min":0.871,"5min":0.81599999999999995,"15min":0.80300000000000005},"min":{"1min":0.60299999999999998,"5min":0.55800000000000005,"15min":0.55800000000000005},"max":{"1min":1.2529999999999999,"5min":1.2529999999999999,"15min":1.2529999999999999},"last":0.66600000000000004},{"interface":"front","average":{"1min":0.83899999999999997,"5min":0.86199999999999999,"15min":0.84999999999999998},"min":{"1min":0.56799999999999995,"5min":0.56799999999999995,"15min":0.56799999999999995},"max":{"1min":1.1279999999999999,"5min":1.244,"15min":1.244},"last":0.94499999999999995}]},{"osd":1,"last update":"Sat Jan 13 09:18:18 2024","interfaces":[{"interface":"back","average":{"1min":0.92200000000000004,"5min":0.83799999999999997,"15min":0.82699999999999996},"min":{"1min":0.58999999999999997,"5min":0.55100000000000005,"15min":0.55100000000000005},"max":{"1min":1.212,"5min":1.212,"15min":1.212},"last":0.751},{"interface":"front","average":{"1min":0.84699999999999998,"5min":0.85999999999999999,"15min":0.85299999999999998},"min":{"1min":0.56999999999999995,"5min":0.56299999999999994,"15min":0.56299999999999994},"max":{"1min":1.133,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.96799999999999997}]},{"osd":2,"last update":"Sat Jan 13 09:18:18 2024","interfaces":[{"interface":"back","average":{"1min":0.97399999999999998,"5min":0.879,"15min":0.85499999999999998},"min":{"1min":0.73799999999999999,"5min":0.59599999999999997,"15min":0.59599999999999997},"max":{"1min":1.1850000000000001,"5min":1.2350000000000001,"15min":1.2350000000000001},"last":0.81100000000000005},{"interface":"front","average":{"1min":0.94899999999999995,"5min":0.90100000000000002,"15min":0.88900000000000001},"min":{"1min":0.68400000000000005,"5min":0.64200000000000002,"15min":0.64200000000000002},"max":{"1min":1.165,"5min":1.2050000000000001,"15min":1.2050000000000001},"last":0.85599999999999998}]},{"osd":3,"last update":"Sat Jan 13 09:18:18 2024","interfaces":[{"interface":"back","average":{"1min":0.96299999999999997,"5min":0.89400000000000002,"15min":0.876},"min":{"1min":0.67800000000000005,"5min":0.60199999999999998,"15min":0.60199999999999998},"max":{"1min":1.1020000000000001,"5min":1.268,"15min":1.268},"last":0.77200000000000002},{"interface":"front","average":{"1min":0.93999999999999995,"5min":0.91800000000000004,"15min":0.92400000000000004},"min":{"1min":0.66800000000000004,"5min":0.63500000000000001,"15min":0.63500000000000001},"max":{"1min":1.1819999999999999,"5min":1.3500000000000001,"15min":1.3500000000000001},"last":0.83399999999999996}]},{"osd":5,"last update":"Sat Jan 13 09:17:42 2024","interfaces":[{"interface":"back","average":{"1min":0.86299999999999999,"5min":0.81000000000000005,"15min":0.80100000000000005},"min":{"1min":0.55800000000000005,"5min":0.54300000000000004,"15min":0.54300000000000004},"max":{"1min":1.3360000000000001,"5min":1.3360000000000001,"15min":1.3360000000000001},"last":0.99299999999999999},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.83299999999999996,"15min":0.82399999999999995},"min":{"1min":0.621,"5min":0.46300000000000002,"15min":0.46300000000000002},"max":{"1min":1.2929999999999999,"5min":1.2929999999999999,"15min":1.2929999999999999},"last":0.93700000000000006}]},{"osd":6,"last update":"Sat Jan 13 09:18:06 2024","interfaces":[{"interface":"back","average":{"1min":0.92900000000000005,"5min":0.90900000000000003,"15min":0.90500000000000003},"min":{"1min":0.59299999999999997,"5min":0.47899999999999998,"15min":0.47899999999999998},"max":{"1min":1.2030000000000001,"5min":1.2470000000000001,"15min":1.2470000000000001},"last":0.70199999999999996},{"interface":"front","average":{"1min":0.95199999999999996,"5min":0.92300000000000004,"15min":0.91800000000000004},"min":{"1min":0.59699999999999998,"5min":0.53200000000000003,"15min":0.53200000000000003},"max":{"1min":1.274,"5min":1.3160000000000001,"15min":1.3160000000000001},"last":0.91600000000000004}]},{"osd":7,"last update":"Sat Jan 13 09:17:33 2024","interfaces":[{"interface":"back","average":{"1min":1.012,"5min":1.012,"15min":1.012},"min":{"1min":0.54600000000000004,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.345,"5min":1.345,"15min":1.345},"last":0.88400000000000001},{"interface":"front","average":{"1min":1.028,"5min":1.028,"15min":1.028},"min":{"1min":0.80700000000000005,"5min":0.80700000000000005,"15min":0.80700000000000005},"max":{"1min":1.2809999999999999,"5min":1.2809999999999999,"15min":1.2809999999999999},"last":1.0249999999999999}]}]},{"osd":5,"up_from":36,"seq":154618822694,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"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,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":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.80900000000000005,"5min":0.86499999999999999,"15min":0.874},"min":{"1min":0.57099999999999995,"5min":0.54600000000000004,"15min":0.54600000000000004},"max":{"1min":1.0880000000000001,"5min":1.8109999999999999,"15min":1.8109999999999999},"last":0.86099999999999999},{"interface":"front","average":{"1min":0.88700000000000001,"5min":0.82699999999999996,"15min":0.81699999999999995},"min":{"1min":0.502,"5min":0.502,"15min":0.502},"max":{"1min":1.1519999999999999,"5min":1.1519999999999999,"15min":1.1519999999999999},"last":0.82999999999999996}]},{"osd":1,"last update":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.81999999999999995,"5min":0.80500000000000005,"15min":0.80300000000000005},"min":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"max":{"1min":1.1990000000000001,"5min":1.1990000000000001,"15min":1.1990000000000001},"last":0.97399999999999998},{"interface":"front","average":{"1min":0.85499999999999998,"5min":0.81399999999999995,"15min":0.80700000000000005},"min":{"1min":0.64800000000000002,"5min":0.56899999999999995,"15min":0.56899999999999995},"max":{"1min":1.1200000000000001,"5min":1.1200000000000001,"15min":1.1200000000000001},"last":0.874}]},{"osd":2,"last update":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.83699999999999997,"5min":0.86299999999999999,"15min":0.86699999999999999},"min":{"1min":0.52800000000000002,"5min":0.52800000000000002,"15min":0.52800000000000002},"max":{"1min":1.1739999999999999,"5min":1.889,"15min":1.889},"last":0.78000000000000003},{"interface":"front","average":{"1min":0.89200000000000002,"5min":0.876,"15min":0.874},"min":{"1min":0.66100000000000003,"5min":0.56499999999999995,"15min":0.56499999999999995},"max":{"1min":1.232,"5min":1.232,"15min":1.232},"last":0.65600000000000003}]},{"osd":3,"last update":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.90800000000000003,"5min":0.88400000000000001,"15min":0.88},"min":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"max":{"1min":1.089,"5min":1.1379999999999999,"15min":1.1379999999999999},"last":0.70799999999999996},{"interface":"front","average":{"1min":0.90800000000000003,"5min":0.88100000000000001,"15min":0.877},"min":{"1min":0.54900000000000004,"5min":0.54900000000000004,"15min":0.54900000000000004},"max":{"1min":1.286,"5min":1.286,"15min":1.286},"last":0.89700000000000002}]},{"osd":4,"last update":"Sat Jan 13 09:17:40 2024","interfaces":[{"interface":"back","average":{"1min":0.85399999999999998,"5min":0.81499999999999995,"15min":0.80900000000000005},"min":{"1min":0.621,"5min":0.45900000000000002,"15min":0.45900000000000002},"max":{"1min":1.1020000000000001,"5min":1.165,"15min":1.165},"last":0.81599999999999995},{"interface":"front","average":{"1min":0.85299999999999998,"5min":0.82599999999999996,"15min":0.82199999999999995},"min":{"1min":0.60799999999999998,"5min":0.48199999999999998,"15min":0.48199999999999998},"max":{"1min":1.0940000000000001,"5min":1.7250000000000001,"15min":1.7250000000000001},"last":0.999}]},{"osd":6,"last update":"Sat Jan 13 09:18:09 2024","interfaces":[{"interface":"back","average":{"1min":0.98699999999999999,"5min":0.94799999999999995,"15min":0.94199999999999995},"min":{"1min":0.64500000000000002,"5min":0.64500000000000002,"15min":0.64500000000000002},"max":{"1min":1.198,"5min":1.228,"15min":1.228},"last":1.02},{"interface":"front","average":{"1min":0.92900000000000005,"5min":0.92900000000000005,"15min":0.92900000000000005},"min":{"1min":0.61399999999999999,"5min":0.61399999999999999,"15min":0.61399999999999999},"max":{"1min":1.415,"5min":1.415,"15min":1.415},"last":0.91900000000000004}]},{"osd":7,"last update":"Sat Jan 13 09:17:35 2024","interfaces":[{"interface":"back","average":{"1min":0.94499999999999995,"5min":0.94499999999999995,"15min":0.94499999999999995},"min":{"1min":0.48399999999999999,"5min":0.48399999999999999,"15min":0.48399999999999999},"max":{"1min":1.206,"5min":1.206,"15min":1.206},"last":0.74099999999999999},{"interface":"front","average":{"1min":1.085,"5min":1.085,"15min":1.085},"min":{"1min":0.71299999999999997,"5min":0.71299999999999997,"15min":0.71299999999999997},"max":{"1min":1.431,"5min":1.431,"15min":1.431},"last":0.93600000000000005}]}]}]}} 2024-01-13T09:18:39.312 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-13T09:18:39.312 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-13T09:18:39.312 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-13T09:18:39.312 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -- ceph health --format=json 2024-01-13T09:18:40.323 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:40 smithi084 bash[17496]: audit 2024-01-13T09:18:38.529784+0000 mgr.y (mgr.14140) 268 : audit [DBG] from='client.24496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-13T09:18:40.323 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:40 smithi084 bash[17496]: cluster 2024-01-13T09:18:38.737626+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:40.323 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:40 smithi084 bash[13940]: audit 2024-01-13T09:18:38.529784+0000 mgr.y (mgr.14140) 268 : audit [DBG] from='client.24496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-13T09:18:40.323 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:40 smithi084 bash[13940]: cluster 2024-01-13T09:18:38.737626+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:40.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:40 smithi102 bash[13966]: audit 2024-01-13T09:18:38.529784+0000 mgr.y (mgr.14140) 268 : audit [DBG] from='client.24496 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-13T09:18:40.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:40 smithi102 bash[13966]: cluster 2024-01-13T09:18:38.737626+0000 mgr.y (mgr.14140) 269 : cluster [DBG] pgmap v255: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:42.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:42 smithi102 bash[13966]: cluster 2024-01-13T09:18:40.738205+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:42.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:42 smithi084 bash[13940]: cluster 2024-01-13T09:18:40.738205+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:42.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:42 smithi084 bash[17496]: cluster 2024-01-13T09:18:40.738205+0000 mgr.y (mgr.14140) 270 : cluster [DBG] pgmap v256: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:42.503 INFO:teuthology.orchestra.run.smithi084.stdout: 2024-01-13T09:18:43.264 INFO:teuthology.orchestra.run.smithi084.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-13T09:18:43.264 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-13T09:18:43.265 INFO:tasks.cephadm:Setup complete, yielding 2024-01-13T09:18:43.265 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-13T09:18:43.277 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi084.front.sepia.ceph.com 2024-01-13T09:18:43.278 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-01-13T09:18:43.289 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:43 smithi084 bash[13940]: audit 2024-01-13T09:18:42.511337+0000 mon.a (mon.0) 525 : audit [DBG] from='client.? 172.21.15.84:0/640434700' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-13T09:18:43.289 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:43 smithi084 bash[17496]: audit 2024-01-13T09:18:42.511337+0000 mon.a (mon.0) 525 : audit [DBG] from='client.? 172.21.15.84:0/640434700' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-13T09:18:43.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:43 smithi102 bash[13966]: audit 2024-01-13T09:18:42.511337+0000 mon.a (mon.0) 525 : audit [DBG] from='client.? 172.21.15.84:0/640434700' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-13T09:18:44.288 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:44 smithi084 bash[17496]: cluster 2024-01-13T09:18:42.738779+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:44.288 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:44 smithi084 bash[13940]: cluster 2024-01-13T09:18:42.738779+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:44.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:44 smithi102 bash[13966]: cluster 2024-01-13T09:18:42.738779+0000 mgr.y (mgr.14140) 271 : cluster [DBG] pgmap v257: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:46.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:46 smithi102 bash[13966]: cluster 2024-01-13T09:18:44.739386+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:46.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:46 smithi084 bash[13940]: cluster 2024-01-13T09:18:44.739386+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:46.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:46 smithi084 bash[17496]: cluster 2024-01-13T09:18:44.739386+0000 mgr.y (mgr.14140) 272 : cluster [DBG] pgmap v258: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:48.088 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:18:48.089 INFO:teuthology.orchestra.run.smithi084.stdout: "id": "c5d6323d-faa7-4e68-b730-8d1224d4f80f", 2024-01-13T09:18:48.089 INFO:teuthology.orchestra.run.smithi084.stdout: "name": "r", 2024-01-13T09:18:48.089 INFO:teuthology.orchestra.run.smithi084.stdout: "current_period": "303f55f3-9042-4aef-a5ec-a9c960b4f2b4", 2024-01-13T09:18:48.089 INFO:teuthology.orchestra.run.smithi084.stdout: "epoch": 1 2024-01-13T09:18:48.089 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:18:48.375 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:48 smithi084 bash[13940]: cluster 2024-01-13T09:18:46.739969+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:48.375 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:48 smithi084 bash[13940]: cluster 2024-01-13T09:18:47.055896+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-13T09:18:48.375 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:48 smithi084 bash[13940]: audit 2024-01-13T09:18:47.057538+0000 mon.a (mon.0) 527 : audit [INF] from='client.? 172.21.15.84:0/3409461127' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-13T09:18:48.376 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:48 smithi084 bash[17496]: cluster 2024-01-13T09:18:46.739969+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:48.376 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:48 smithi084 bash[17496]: cluster 2024-01-13T09:18:47.055896+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-13T09:18:48.376 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:48 smithi084 bash[17496]: audit 2024-01-13T09:18:47.057538+0000 mon.a (mon.0) 527 : audit [INF] from='client.? 172.21.15.84:0/3409461127' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-13T09:18:48.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:48 smithi102 bash[13966]: cluster 2024-01-13T09:18:46.739969+0000 mgr.y (mgr.14140) 273 : cluster [DBG] pgmap v259: 1 pgs: 1 active+clean; 0 B data, 3.5 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:18:48.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:48 smithi102 bash[13966]: cluster 2024-01-13T09:18:47.055896+0000 mon.a (mon.0) 526 : cluster [DBG] osdmap e48: 8 total, 8 up, 8 in 2024-01-13T09:18:48.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:48 smithi102 bash[13966]: audit 2024-01-13T09:18:47.057538+0000 mon.a (mon.0) 527 : audit [INF] from='client.? 172.21.15.84:0/3409461127' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-13T09:18:48.907 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-01-13T09:18:49.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:49 smithi084 bash[13940]: audit 2024-01-13T09:18:48.059612+0000 mon.a (mon.0) 528 : audit [INF] from='client.? 172.21.15.84:0/3409461127' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-13T09:18:49.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:49 smithi084 bash[13940]: cluster 2024-01-13T09:18:48.059881+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-13T09:18:49.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:49 smithi084 bash[17496]: audit 2024-01-13T09:18:48.059612+0000 mon.a (mon.0) 528 : audit [INF] from='client.? 172.21.15.84:0/3409461127' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-13T09:18:49.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:49 smithi084 bash[17496]: cluster 2024-01-13T09:18:48.059881+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-13T09:18:49.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:49 smithi102 bash[13966]: audit 2024-01-13T09:18:48.059612+0000 mon.a (mon.0) 528 : audit [INF] from='client.? 172.21.15.84:0/3409461127' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-13T09:18:49.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:49 smithi102 bash[13966]: cluster 2024-01-13T09:18:48.059881+0000 mon.a (mon.0) 529 : cluster [DBG] osdmap e49: 8 total, 8 up, 8 in 2024-01-13T09:18:50.333 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:50 smithi084 bash[13940]: cluster 2024-01-13T09:18:48.740570+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v262: 33 pgs: 9 creating+peering, 2 active+clean, 22 unknown; 70 B data, 3.5 MiB used, 707 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-01-13T09:18:50.333 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:50 smithi084 bash[13940]: cluster 2024-01-13T09:18:49.083689+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-13T09:18:50.334 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:50 smithi084 bash[17496]: cluster 2024-01-13T09:18:48.740570+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v262: 33 pgs: 9 creating+peering, 2 active+clean, 22 unknown; 70 B data, 3.5 MiB used, 707 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-01-13T09:18:50.334 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:50 smithi084 bash[17496]: cluster 2024-01-13T09:18:49.083689+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-13T09:18:50.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:50 smithi102 bash[13966]: cluster 2024-01-13T09:18:48.740570+0000 mgr.y (mgr.14140) 274 : cluster [DBG] pgmap v262: 33 pgs: 9 creating+peering, 2 active+clean, 22 unknown; 70 B data, 3.5 MiB used, 707 GiB / 715 GiB avail; 127 B/s wr, 0 op/s 2024-01-13T09:18:50.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:50 smithi102 bash[13966]: cluster 2024-01-13T09:18:49.083689+0000 mon.a (mon.0) 530 : cluster [DBG] osdmap e50: 8 total, 8 up, 8 in 2024-01-13T09:18:51.813 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:18:51.813 INFO:teuthology.orchestra.run.smithi084.stdout: "id": "4dc6316d-5bfa-42c2-8be7-4a61952ea120", 2024-01-13T09:18:51.813 INFO:teuthology.orchestra.run.smithi084.stdout: "name": "default", 2024-01-13T09:18:51.813 INFO:teuthology.orchestra.run.smithi084.stdout: "api_name": "default", 2024-01-13T09:18:51.813 INFO:teuthology.orchestra.run.smithi084.stdout: "is_master": "true", 2024-01-13T09:18:51.813 INFO:teuthology.orchestra.run.smithi084.stdout: "endpoints": [], 2024-01-13T09:18:51.813 INFO:teuthology.orchestra.run.smithi084.stdout: "hostnames": [], 2024-01-13T09:18:51.813 INFO:teuthology.orchestra.run.smithi084.stdout: "hostnames_s3website": [], 2024-01-13T09:18:51.813 INFO:teuthology.orchestra.run.smithi084.stdout: "master_zone": "", 2024-01-13T09:18:51.814 INFO:teuthology.orchestra.run.smithi084.stdout: "zones": [], 2024-01-13T09:18:51.814 INFO:teuthology.orchestra.run.smithi084.stdout: "placement_targets": [], 2024-01-13T09:18:51.814 INFO:teuthology.orchestra.run.smithi084.stdout: "default_placement": "", 2024-01-13T09:18:51.814 INFO:teuthology.orchestra.run.smithi084.stdout: "realm_id": "c5d6323d-faa7-4e68-b730-8d1224d4f80f", 2024-01-13T09:18:51.814 INFO:teuthology.orchestra.run.smithi084.stdout: "sync_policy": { 2024-01-13T09:18:51.814 INFO:teuthology.orchestra.run.smithi084.stdout: "groups": [] 2024-01-13T09:18:51.814 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:18:51.814 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:18:52.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:52 smithi102 bash[13966]: cluster 2024-01-13T09:18:50.741225+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v264: 33 pgs: 9 creating+peering, 24 active+clean; 470 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2024-01-13T09:18:52.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:52 smithi084 bash[13940]: cluster 2024-01-13T09:18:50.741225+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v264: 33 pgs: 9 creating+peering, 24 active+clean; 470 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2024-01-13T09:18:52.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:52 smithi084 bash[17496]: cluster 2024-01-13T09:18:50.741225+0000 mgr.y (mgr.14140) 275 : cluster [DBG] pgmap v264: 33 pgs: 9 creating+peering, 24 active+clean; 470 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 1023 B/s wr, 1 op/s 2024-01-13T09:18:52.572 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-01-13T09:18:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:54 smithi102 bash[13966]: cluster 2024-01-13T09:18:52.741805+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v265: 33 pgs: 4 creating+peering, 29 active+clean; 680 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-13T09:18:54.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:54 smithi084 bash[13940]: cluster 2024-01-13T09:18:52.741805+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v265: 33 pgs: 4 creating+peering, 29 active+clean; 680 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-13T09:18:54.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:54 smithi084 bash[17496]: cluster 2024-01-13T09:18:52.741805+0000 mgr.y (mgr.14140) 276 : cluster [DBG] pgmap v265: 33 pgs: 4 creating+peering, 29 active+clean; 680 B data, 3.7 MiB used, 707 GiB / 715 GiB avail; 170 B/s rd, 1.5 KiB/s wr, 2 op/s 2024-01-13T09:18:55.506 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:18:55.506 INFO:teuthology.orchestra.run.smithi084.stdout: "id": "066a4dca-bfe2-4990-9971-770009d275d4", 2024-01-13T09:18:55.506 INFO:teuthology.orchestra.run.smithi084.stdout: "name": "z", 2024-01-13T09:18:55.506 INFO:teuthology.orchestra.run.smithi084.stdout: "domain_root": "z.rgw.meta:root", 2024-01-13T09:18:55.507 INFO:teuthology.orchestra.run.smithi084.stdout: "control_pool": "z.rgw.control", 2024-01-13T09:18:55.507 INFO:teuthology.orchestra.run.smithi084.stdout: "gc_pool": "z.rgw.log:gc", 2024-01-13T09:18:55.507 INFO:teuthology.orchestra.run.smithi084.stdout: "lc_pool": "z.rgw.log:lc", 2024-01-13T09:18:55.507 INFO:teuthology.orchestra.run.smithi084.stdout: "log_pool": "z.rgw.log", 2024-01-13T09:18:55.507 INFO:teuthology.orchestra.run.smithi084.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-01-13T09:18:55.507 INFO:teuthology.orchestra.run.smithi084.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-01-13T09:18:55.507 INFO:teuthology.orchestra.run.smithi084.stdout: "roles_pool": "z.rgw.meta:roles", 2024-01-13T09:18:55.507 INFO:teuthology.orchestra.run.smithi084.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-01-13T09:18:55.507 INFO:teuthology.orchestra.run.smithi084.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-01-13T09:18:55.508 INFO:teuthology.orchestra.run.smithi084.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-01-13T09:18:55.508 INFO:teuthology.orchestra.run.smithi084.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-01-13T09:18:55.508 INFO:teuthology.orchestra.run.smithi084.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-01-13T09:18:55.508 INFO:teuthology.orchestra.run.smithi084.stdout: "otp_pool": "z.rgw.otp", 2024-01-13T09:18:55.508 INFO:teuthology.orchestra.run.smithi084.stdout: "system_key": { 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: "access_key": "", 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: "secret_key": "" 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: "placement_pools": [ 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: { 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: "key": "default-placement", 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: "val": { 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: "index_pool": "z.rgw.buckets.index", 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: "storage_classes": { 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: "STANDARD": { 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: "data_pool": "z.rgw.buckets.data" 2024-01-13T09:18:55.509 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:18:55.510 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:18:55.510 INFO:teuthology.orchestra.run.smithi084.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-01-13T09:18:55.510 INFO:teuthology.orchestra.run.smithi084.stdout: "index_type": 0 2024-01-13T09:18:55.510 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:18:55.510 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:18:55.510 INFO:teuthology.orchestra.run.smithi084.stdout: ], 2024-01-13T09:18:55.510 INFO:teuthology.orchestra.run.smithi084.stdout: "realm_id": "c5d6323d-faa7-4e68-b730-8d1224d4f80f" 2024-01-13T09:18:55.510 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:18:56.300 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-01-13T09:18:56.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:56 smithi102 bash[13966]: cluster 2024-01-13T09:18:54.742581+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v266: 33 pgs: 33 active+clean; 726 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 133 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-01-13T09:18:56.440 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:56 smithi084 bash[13940]: cluster 2024-01-13T09:18:54.742581+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v266: 33 pgs: 33 active+clean; 726 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 133 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-01-13T09:18:56.440 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:56 smithi084 bash[17496]: cluster 2024-01-13T09:18:54.742581+0000 mgr.y (mgr.14140) 277 : cluster [DBG] pgmap v266: 33 pgs: 33 active+clean; 726 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 133 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-01-13T09:18:58.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:18:58 smithi102 bash[13966]: cluster 2024-01-13T09:18:56.743251+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v267: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 235 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-01-13T09:18:58.447 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:18:58 smithi084 bash[17496]: cluster 2024-01-13T09:18:56.743251+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v267: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 235 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-01-13T09:18:58.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:18:58 smithi084 bash[13940]: cluster 2024-01-13T09:18:56.743251+0000 mgr.y (mgr.14140) 278 : cluster [DBG] pgmap v267: 33 pgs: 33 active+clean; 772 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 235 B/s rd, 1.3 KiB/s wr, 1 op/s 2024-01-13T09:19:00.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:00 smithi102 bash[13966]: cluster 2024-01-13T09:18:58.743917+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v268: 33 pgs: 33 active+clean; 996 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 409 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-01-13T09:19:00.447 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:00 smithi084 bash[13940]: cluster 2024-01-13T09:18:58.743917+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v268: 33 pgs: 33 active+clean; 996 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 409 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-01-13T09:19:00.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:00 smithi084 bash[17496]: cluster 2024-01-13T09:18:58.743917+0000 mgr.y (mgr.14140) 279 : cluster [DBG] pgmap v268: 33 pgs: 33 active+clean; 996 B data, 3.9 MiB used, 707 GiB / 715 GiB avail; 409 B/s rd, 1.1 KiB/s wr, 1 op/s 2024-01-13T09:19:01.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:01 smithi084 bash[13940]: cluster 2024-01-13T09:19:00.125869+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-13T09:19:01.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:01 smithi084 bash[13940]: audit 2024-01-13T09:19:00.129401+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.84:0/1964678611' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-13T09:19:01.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:01 smithi084 bash[13940]: audit 2024-01-13T09:19:00.137549+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-13T09:19:01.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:01 smithi084 bash[13940]: audit 2024-01-13T09:19:01.126824+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-13T09:19:01.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:01 smithi084 bash[13940]: cluster 2024-01-13T09:19:01.127103+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-13T09:19:01.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:01 smithi084 bash[17496]: cluster 2024-01-13T09:19:00.125869+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-13T09:19:01.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:01 smithi084 bash[17496]: audit 2024-01-13T09:19:00.129401+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.84:0/1964678611' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-13T09:19:01.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:01 smithi084 bash[17496]: audit 2024-01-13T09:19:00.137549+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-13T09:19:01.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:01 smithi084 bash[17496]: audit 2024-01-13T09:19:01.126824+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-13T09:19:01.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:01 smithi084 bash[17496]: cluster 2024-01-13T09:19:01.127103+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-13T09:19:01.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:01 smithi102 bash[13966]: cluster 2024-01-13T09:19:00.125869+0000 mon.a (mon.0) 531 : cluster [DBG] osdmap e51: 8 total, 8 up, 8 in 2024-01-13T09:19:01.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:01 smithi102 bash[13966]: audit 2024-01-13T09:19:00.129401+0000 mon.c (mon.1) 14 : audit [INF] from='client.? 172.21.15.84:0/1964678611' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-13T09:19:01.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:01 smithi102 bash[13966]: audit 2024-01-13T09:19:00.137549+0000 mon.a (mon.0) 532 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-13T09:19:01.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:01 smithi102 bash[13966]: audit 2024-01-13T09:19:01.126824+0000 mon.a (mon.0) 533 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-13T09:19:01.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:01 smithi102 bash[13966]: cluster 2024-01-13T09:19:01.127103+0000 mon.a (mon.0) 534 : cluster [DBG] osdmap e52: 8 total, 8 up, 8 in 2024-01-13T09:19:02.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:02 smithi084 bash[17496]: cluster 2024-01-13T09:19:00.744602+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v270: 65 pgs: 32 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 1.8 KiB/s rd, 1023 B/s wr, 3 op/s 2024-01-13T09:19:02.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:02 smithi084 bash[17496]: cluster 2024-01-13T09:19:02.136178+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-13T09:19:02.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:02 smithi084 bash[17496]: audit 2024-01-13T09:19:02.138519+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.84:0/1964678611' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-13T09:19:02.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:02 smithi084 bash[17496]: audit 2024-01-13T09:19:02.139075+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-13T09:19:02.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:02 smithi084 bash[13940]: cluster 2024-01-13T09:19:00.744602+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v270: 65 pgs: 32 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 1.8 KiB/s rd, 1023 B/s wr, 3 op/s 2024-01-13T09:19:02.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:02 smithi084 bash[13940]: cluster 2024-01-13T09:19:02.136178+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-13T09:19:02.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:02 smithi084 bash[13940]: audit 2024-01-13T09:19:02.138519+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.84:0/1964678611' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-13T09:19:02.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:02 smithi084 bash[13940]: audit 2024-01-13T09:19:02.139075+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-13T09:19:02.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:02 smithi102 bash[13966]: cluster 2024-01-13T09:19:00.744602+0000 mgr.y (mgr.14140) 280 : cluster [DBG] pgmap v270: 65 pgs: 32 unknown, 33 active+clean; 1.8 KiB data, 3.9 MiB used, 707 GiB / 715 GiB avail; 1.8 KiB/s rd, 1023 B/s wr, 3 op/s 2024-01-13T09:19:02.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:02 smithi102 bash[13966]: cluster 2024-01-13T09:19:02.136178+0000 mon.a (mon.0) 535 : cluster [DBG] osdmap e53: 8 total, 8 up, 8 in 2024-01-13T09:19:02.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:02 smithi102 bash[13966]: audit 2024-01-13T09:19:02.138519+0000 mon.c (mon.1) 15 : audit [INF] from='client.? 172.21.15.84:0/1964678611' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-13T09:19:02.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:02 smithi102 bash[13966]: audit 2024-01-13T09:19:02.139075+0000 mon.a (mon.0) 536 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-13T09:19:04.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:04 smithi102 bash[13966]: cluster 2024-01-13T09:19:02.745408+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v273: 97 pgs: 2 creating+peering, 57 unknown, 38 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 853 B/s wr, 4 op/s 2024-01-13T09:19:04.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:04 smithi102 bash[13966]: audit 2024-01-13T09:19:03.133489+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-13T09:19:04.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:04 smithi102 bash[13966]: cluster 2024-01-13T09:19:03.133901+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-13T09:19:04.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:04 smithi084 bash[13940]: cluster 2024-01-13T09:19:02.745408+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v273: 97 pgs: 2 creating+peering, 57 unknown, 38 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 853 B/s wr, 4 op/s 2024-01-13T09:19:04.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:04 smithi084 bash[13940]: audit 2024-01-13T09:19:03.133489+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-13T09:19:04.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:04 smithi084 bash[13940]: cluster 2024-01-13T09:19:03.133901+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-13T09:19:04.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:04 smithi084 bash[17496]: cluster 2024-01-13T09:19:02.745408+0000 mgr.y (mgr.14140) 281 : cluster [DBG] pgmap v273: 97 pgs: 2 creating+peering, 57 unknown, 38 active+clean; 1.8 KiB data, 4.0 MiB used, 707 GiB / 715 GiB avail; 3.0 KiB/s rd, 853 B/s wr, 4 op/s 2024-01-13T09:19:04.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:04 smithi084 bash[17496]: audit 2024-01-13T09:19:03.133489+0000 mon.a (mon.0) 537 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-13T09:19:04.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:04 smithi084 bash[17496]: cluster 2024-01-13T09:19:03.133901+0000 mon.a (mon.0) 538 : cluster [DBG] osdmap e54: 8 total, 8 up, 8 in 2024-01-13T09:19:05.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:05 smithi084 bash[13940]: cluster 2024-01-13T09:19:04.388470+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-13T09:19:05.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:05 smithi084 bash[13940]: audit 2024-01-13T09:19:04.389389+0000 mon.a (mon.0) 540 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-13T09:19:05.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:05 smithi084 bash[13940]: cluster 2024-01-13T09:19:04.746124+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v276: 129 pgs: 3 creating+activating, 3 creating+peering, 53 unknown, 70 active+clean; 1.8 KiB data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-01-13T09:19:05.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:05 smithi084 bash[17496]: cluster 2024-01-13T09:19:04.388470+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-13T09:19:05.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:05 smithi084 bash[17496]: audit 2024-01-13T09:19:04.389389+0000 mon.a (mon.0) 540 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-13T09:19:05.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:05 smithi084 bash[17496]: cluster 2024-01-13T09:19:04.746124+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v276: 129 pgs: 3 creating+activating, 3 creating+peering, 53 unknown, 70 active+clean; 1.8 KiB data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-01-13T09:19:05.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:05 smithi102 bash[13966]: cluster 2024-01-13T09:19:04.388470+0000 mon.a (mon.0) 539 : cluster [DBG] osdmap e55: 8 total, 8 up, 8 in 2024-01-13T09:19:05.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:05 smithi102 bash[13966]: audit 2024-01-13T09:19:04.389389+0000 mon.a (mon.0) 540 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-13T09:19:05.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:05 smithi102 bash[13966]: cluster 2024-01-13T09:19:04.746124+0000 mgr.y (mgr.14140) 282 : cluster [DBG] pgmap v276: 129 pgs: 3 creating+activating, 3 creating+peering, 53 unknown, 70 active+clean; 1.8 KiB data, 4.1 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 0 op/s 2024-01-13T09:19:06.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:06 smithi084 bash[13940]: audit 2024-01-13T09:19:05.404052+0000 mon.a (mon.0) 541 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-13T09:19:06.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:06 smithi084 bash[13940]: cluster 2024-01-13T09:19:05.404653+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-13T09:19:06.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:06 smithi084 bash[13940]: audit 2024-01-13T09:19:05.415339+0000 mon.a (mon.0) 543 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-13T09:19:06.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:06 smithi084 bash[17496]: audit 2024-01-13T09:19:05.404052+0000 mon.a (mon.0) 541 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-13T09:19:06.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:06 smithi084 bash[17496]: cluster 2024-01-13T09:19:05.404653+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-13T09:19:06.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:06 smithi084 bash[17496]: audit 2024-01-13T09:19:05.415339+0000 mon.a (mon.0) 543 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-13T09:19:06.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:06 smithi102 bash[13966]: audit 2024-01-13T09:19:05.404052+0000 mon.a (mon.0) 541 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-13T09:19:06.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:06 smithi102 bash[13966]: cluster 2024-01-13T09:19:05.404653+0000 mon.a (mon.0) 542 : cluster [DBG] osdmap e56: 8 total, 8 up, 8 in 2024-01-13T09:19:06.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:06 smithi102 bash[13966]: audit 2024-01-13T09:19:05.415339+0000 mon.a (mon.0) 543 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout: "id": "1ede23f2-406d-4800-b6a7-905a90c03cd1", 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout: "epoch": 1, 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout: "predecessor_uuid": "303f55f3-9042-4aef-a5ec-a9c960b4f2b4", 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout: "sync_status": [], 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout: "period_map": { 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout: "id": "1ede23f2-406d-4800-b6a7-905a90c03cd1", 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout: "zonegroups": [ 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout: { 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout: "id": "4dc6316d-5bfa-42c2-8be7-4a61952ea120", 2024-01-13T09:19:07.602 INFO:teuthology.orchestra.run.smithi084.stdout: "name": "default", 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "api_name": "default", 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "is_master": "true", 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "endpoints": [], 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "hostnames": [], 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "hostnames_s3website": [], 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "master_zone": "066a4dca-bfe2-4990-9971-770009d275d4", 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "zones": [ 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: { 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "id": "066a4dca-bfe2-4990-9971-770009d275d4", 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "name": "z", 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "endpoints": [], 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "log_meta": "false", 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "log_data": "false", 2024-01-13T09:19:07.603 INFO:teuthology.orchestra.run.smithi084.stdout: "bucket_index_max_shards": 11, 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: "read_only": "false", 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: "tier_type": "", 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: "sync_from_all": "true", 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: "sync_from": [], 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: "redirect_zone": "" 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: ], 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: "placement_targets": [ 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: { 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: "name": "default-placement", 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: "tags": [], 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: "storage_classes": [ 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: "STANDARD" 2024-01-13T09:19:07.604 INFO:teuthology.orchestra.run.smithi084.stdout: ] 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: ], 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: "default_placement": "default-placement", 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: "realm_id": "c5d6323d-faa7-4e68-b730-8d1224d4f80f", 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: "sync_policy": { 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: "groups": [] 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: ], 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: "short_zone_ids": [ 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: { 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: "key": "066a4dca-bfe2-4990-9971-770009d275d4", 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: "val": 2224108538 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:19:07.605 INFO:teuthology.orchestra.run.smithi084.stdout: ] 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "master_zonegroup": "4dc6316d-5bfa-42c2-8be7-4a61952ea120", 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "master_zone": "066a4dca-bfe2-4990-9971-770009d275d4", 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "period_config": { 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "bucket_quota": { 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "enabled": false, 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "check_on_raw": false, 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "max_size": -1, 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "max_size_kb": 0, 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "max_objects": -1 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "user_quota": { 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "enabled": false, 2024-01-13T09:19:07.606 INFO:teuthology.orchestra.run.smithi084.stdout: "check_on_raw": false, 2024-01-13T09:19:07.607 INFO:teuthology.orchestra.run.smithi084.stdout: "max_size": -1, 2024-01-13T09:19:07.607 INFO:teuthology.orchestra.run.smithi084.stdout: "max_size_kb": 0, 2024-01-13T09:19:07.607 INFO:teuthology.orchestra.run.smithi084.stdout: "max_objects": -1 2024-01-13T09:19:07.607 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:19:07.607 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:19:07.607 INFO:teuthology.orchestra.run.smithi084.stdout: "realm_id": "c5d6323d-faa7-4e68-b730-8d1224d4f80f", 2024-01-13T09:19:07.607 INFO:teuthology.orchestra.run.smithi084.stdout: "realm_name": "r", 2024-01-13T09:19:07.607 INFO:teuthology.orchestra.run.smithi084.stdout: "realm_epoch": 2 2024-01-13T09:19:07.607 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:19:07.671 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[17496]: audit 2024-01-13T09:19:06.409517+0000 mon.a (mon.0) 544 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-13T09:19:07.671 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[17496]: cluster 2024-01-13T09:19:06.409650+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-13T09:19:07.671 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[17496]: audit 2024-01-13T09:19:06.412450+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-13T09:19:07.671 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[17496]: cluster 2024-01-13T09:19:06.746811+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 3 creating+activating, 11 creating+peering, 24 unknown, 91 active+clean; 1.8 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-13T09:19:07.671 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[17496]: audit 2024-01-13T09:19:07.411502+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-13T09:19:07.671 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[17496]: cluster 2024-01-13T09:19:07.411627+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-13T09:19:07.672 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[13940]: audit 2024-01-13T09:19:06.409517+0000 mon.a (mon.0) 544 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-13T09:19:07.672 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[13940]: cluster 2024-01-13T09:19:06.409650+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-13T09:19:07.672 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[13940]: audit 2024-01-13T09:19:06.412450+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-13T09:19:07.672 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[13940]: cluster 2024-01-13T09:19:06.746811+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 3 creating+activating, 11 creating+peering, 24 unknown, 91 active+clean; 1.8 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-13T09:19:07.672 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[13940]: audit 2024-01-13T09:19:07.411502+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-13T09:19:07.672 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:07 smithi084 bash[13940]: cluster 2024-01-13T09:19:07.411627+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-13T09:19:07.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:07 smithi102 bash[13966]: audit 2024-01-13T09:19:06.409517+0000 mon.a (mon.0) 544 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-13T09:19:07.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:07 smithi102 bash[13966]: cluster 2024-01-13T09:19:06.409650+0000 mon.a (mon.0) 545 : cluster [DBG] osdmap e57: 8 total, 8 up, 8 in 2024-01-13T09:19:07.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:07 smithi102 bash[13966]: audit 2024-01-13T09:19:06.412450+0000 mon.a (mon.0) 546 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-13T09:19:07.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:07 smithi102 bash[13966]: cluster 2024-01-13T09:19:06.746811+0000 mgr.y (mgr.14140) 283 : cluster [DBG] pgmap v279: 129 pgs: 3 creating+activating, 11 creating+peering, 24 unknown, 91 active+clean; 1.8 KiB data, 4.2 MiB used, 707 GiB / 715 GiB avail; 511 B/s rd, 0 op/s 2024-01-13T09:19:07.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:07 smithi102 bash[13966]: audit 2024-01-13T09:19:07.411502+0000 mon.a (mon.0) 547 : audit [INF] from='client.? 172.21.15.84:0/4284947416' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-13T09:19:07.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:07 smithi102 bash[13966]: cluster 2024-01-13T09:19:07.411627+0000 mon.a (mon.0) 548 : cluster [DBG] osdmap e58: 8 total, 8 up, 8 in 2024-01-13T09:19:08.690 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-01-13T09:19:09.947 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:09 smithi084 bash[13940]: cluster 2024-01-13T09:19:08.747726+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v281: 129 pgs: 3 creating+activating, 8 creating+peering, 10 unknown, 108 active+clean; 3.3 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 469 B/s rd, 2.1 KiB/s wr, 7 op/s 2024-01-13T09:19:09.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:09 smithi084 bash[17496]: cluster 2024-01-13T09:19:08.747726+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v281: 129 pgs: 3 creating+activating, 8 creating+peering, 10 unknown, 108 active+clean; 3.3 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 469 B/s rd, 2.1 KiB/s wr, 7 op/s 2024-01-13T09:19:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:09 smithi102 bash[13966]: cluster 2024-01-13T09:19:08.747726+0000 mgr.y (mgr.14140) 284 : cluster [DBG] pgmap v281: 129 pgs: 3 creating+activating, 8 creating+peering, 10 unknown, 108 active+clean; 3.3 KiB data, 4.5 MiB used, 707 GiB / 715 GiB avail; 469 B/s rd, 2.1 KiB/s wr, 7 op/s 2024-01-13T09:19:11.784 INFO:teuthology.orchestra.run.smithi084.stdout:Scheduled rgw update... 2024-01-13T09:19:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:11 smithi102 bash[13966]: cluster 2024-01-13T09:19:10.748965+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 6.5 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 5.7 KiB/s wr, 21 op/s 2024-01-13T09:19:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:11 smithi102 bash[13966]: audit 2024-01-13T09:19:11.784035+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-13T09:19:11.783262\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-13T09:19:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:11 smithi102 bash[13966]: audit 2024-01-13T09:19:11.790019+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-13T09:19:11.783262\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-13T09:19:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:11 smithi102 bash[13966]: audit 2024-01-13T09:19:11.796043+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-13T09:19:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:11 smithi102 bash[13966]: audit 2024-01-13T09:19:11.803256+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-13T09:19:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:11 smithi102 bash[13966]: audit 2024-01-13T09:19:11.804740+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-13T09:19:12.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[17496]: cluster 2024-01-13T09:19:10.748965+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 6.5 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 5.7 KiB/s wr, 21 op/s 2024-01-13T09:19:12.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[17496]: audit 2024-01-13T09:19:11.784035+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-13T09:19:11.783262\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-13T09:19:12.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[17496]: audit 2024-01-13T09:19:11.790019+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-13T09:19:11.783262\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-13T09:19:12.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[17496]: audit 2024-01-13T09:19:11.796043+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-13T09:19:12.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[17496]: audit 2024-01-13T09:19:11.803256+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-13T09:19:12.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[17496]: audit 2024-01-13T09:19:11.804740+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-13T09:19:12.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[13940]: cluster 2024-01-13T09:19:10.748965+0000 mgr.y (mgr.14140) 285 : cluster [DBG] pgmap v282: 129 pgs: 129 active+clean; 6.5 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 1023 B/s rd, 5.7 KiB/s wr, 21 op/s 2024-01-13T09:19:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[13940]: audit 2024-01-13T09:19:11.784035+0000 mon.a (mon.0) 549 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-13T09:19:11.783262\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-13T09:19:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[13940]: audit 2024-01-13T09:19:11.790019+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-13T09:19:11.783262\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-13T09:19:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[13940]: audit 2024-01-13T09:19:11.796043+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-13T09:19:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[13940]: audit 2024-01-13T09:19:11.803256+0000 mon.a (mon.0) 552 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-13T09:19:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:11 smithi084 bash[13940]: audit 2024-01-13T09:19:11.804740+0000 mon.a (mon.0) 553 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-13T09:19:12.837 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'sleep 120' 2024-01-13T09:19:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:12 smithi102 bash[13966]: audit 2024-01-13T09:19:11.782156+0000 mgr.y (mgr.14140) 286 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:19:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:12 smithi102 bash[13966]: cephadm 2024-01-13T09:19:11.783236+0000 mgr.y (mgr.14140) 287 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-13T09:19:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:12 smithi102 bash[13966]: audit 2024-01-13T09:19:11.811453+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-13T09:19:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:12 smithi102 bash[13966]: audit 2024-01-13T09:19:11.813334+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-13T09:19:13.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:12 smithi102 bash[13966]: audit 2024-01-13T09:19:11.825219+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-13T09:19:13.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:12 smithi102 bash[13966]: audit 2024-01-13T09:19:11.826480+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-13T09:19:13.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:12 smithi102 bash[13966]: audit 2024-01-13T09:19:11.830716+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-13T09:19:13.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:12 smithi102 bash[13966]: audit 2024-01-13T09:19:11.831813+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:19:13.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:12 smithi102 bash[13966]: cephadm 2024-01-13T09:19:11.832595+0000 mgr.y (mgr.14140) 288 : cephadm [INF] Deploying daemon rgw.r.z.smithi084.oatkxx on smithi084 2024-01-13T09:19:13.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:12 smithi102 bash[13966]: audit 2024-01-13T09:19:11.833015+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi084.oatkxx", "key": "container_image"}]: dispatch 2024-01-13T09:19:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[13940]: audit 2024-01-13T09:19:11.782156+0000 mgr.y (mgr.14140) 286 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:19:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[13940]: cephadm 2024-01-13T09:19:11.783236+0000 mgr.y (mgr.14140) 287 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-13T09:19:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[13940]: audit 2024-01-13T09:19:11.811453+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-13T09:19:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[13940]: audit 2024-01-13T09:19:11.813334+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-13T09:19:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[13940]: audit 2024-01-13T09:19:11.825219+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-13T09:19:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[13940]: audit 2024-01-13T09:19:11.826480+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-13T09:19:13.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[13940]: audit 2024-01-13T09:19:11.830716+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-13T09:19:13.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[13940]: audit 2024-01-13T09:19:11.831813+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:19:13.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[13940]: cephadm 2024-01-13T09:19:11.832595+0000 mgr.y (mgr.14140) 288 : cephadm [INF] Deploying daemon rgw.r.z.smithi084.oatkxx on smithi084 2024-01-13T09:19:13.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[13940]: audit 2024-01-13T09:19:11.833015+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi084.oatkxx", "key": "container_image"}]: dispatch 2024-01-13T09:19:13.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[17496]: audit 2024-01-13T09:19:11.782156+0000 mgr.y (mgr.14140) 286 : audit [DBG] from='client.14658 -' entity='client.admin' cmd=[{"prefix": "orch apply rgw", "realm_name": "r", "zone_name": "z", "placement": "2", "port": 8000, "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:19:13.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[17496]: cephadm 2024-01-13T09:19:11.783236+0000 mgr.y (mgr.14140) 287 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-13T09:19:13.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[17496]: audit 2024-01-13T09:19:11.811453+0000 mon.a (mon.0) 554 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-13T09:19:13.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[17496]: audit 2024-01-13T09:19:11.813334+0000 mon.a (mon.0) 555 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-13T09:19:13.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[17496]: audit 2024-01-13T09:19:11.825219+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-13T09:19:13.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[17496]: audit 2024-01-13T09:19:11.826480+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-13T09:19:13.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[17496]: audit 2024-01-13T09:19:11.830716+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-13T09:19:13.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[17496]: audit 2024-01-13T09:19:11.831813+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:19:13.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[17496]: cephadm 2024-01-13T09:19:11.832595+0000 mgr.y (mgr.14140) 288 : cephadm [INF] Deploying daemon rgw.r.z.smithi084.oatkxx on smithi084 2024-01-13T09:19:13.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:12 smithi084 bash[17496]: audit 2024-01-13T09:19:11.833015+0000 mon.a (mon.0) 560 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi084.oatkxx", "key": "container_image"}]: dispatch 2024-01-13T09:19:13.994 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:13 smithi084 bash[17496]: cluster 2024-01-13T09:19:12.749771+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 6.9 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 975 B/s rd, 5.3 KiB/s wr, 19 op/s 2024-01-13T09:19:13.994 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:13 smithi084 bash[13940]: cluster 2024-01-13T09:19:12.749771+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 6.9 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 975 B/s rd, 5.3 KiB/s wr, 19 op/s 2024-01-13T09:19:14.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:13 smithi102 bash[13966]: cluster 2024-01-13T09:19:12.749771+0000 mgr.y (mgr.14140) 289 : cluster [DBG] pgmap v283: 129 pgs: 129 active+clean; 6.9 KiB data, 5.0 MiB used, 707 GiB / 715 GiB avail; 975 B/s rd, 5.3 KiB/s wr, 19 op/s 2024-01-13T09:19:16.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:15 smithi102 bash[13966]: cluster 2024-01-13T09:19:14.750900+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 858 B/s rd, 4.7 KiB/s wr, 17 op/s 2024-01-13T09:19:16.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:15 smithi102 bash[13966]: audit 2024-01-13T09:19:15.501220+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:19:16.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:15 smithi102 bash[13966]: audit 2024-01-13T09:19:15.507239+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:19:16.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:15 smithi102 bash[13966]: audit 2024-01-13T09:19:15.508343+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-13T09:19:16.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:15 smithi102 bash[13966]: audit 2024-01-13T09:19:15.514260+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-13T09:19:16.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:15 smithi102 bash[13966]: audit 2024-01-13T09:19:15.515287+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:19:16.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:15 smithi102 bash[13966]: audit 2024-01-13T09:19:15.516593+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi102.wzmbxc", "key": "container_image"}]: dispatch 2024-01-13T09:19:16.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[13940]: cluster 2024-01-13T09:19:14.750900+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 858 B/s rd, 4.7 KiB/s wr, 17 op/s 2024-01-13T09:19:16.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[17496]: cluster 2024-01-13T09:19:14.750900+0000 mgr.y (mgr.14140) 290 : cluster [DBG] pgmap v284: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 858 B/s rd, 4.7 KiB/s wr, 17 op/s 2024-01-13T09:19:16.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[17496]: audit 2024-01-13T09:19:15.501220+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:19:16.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[13940]: audit 2024-01-13T09:19:15.501220+0000 mon.a (mon.0) 561 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:19:16.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[13940]: audit 2024-01-13T09:19:15.507239+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:19:16.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[13940]: audit 2024-01-13T09:19:15.508343+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-13T09:19:16.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[13940]: audit 2024-01-13T09:19:15.514260+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-13T09:19:16.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[13940]: audit 2024-01-13T09:19:15.515287+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:19:16.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[13940]: audit 2024-01-13T09:19:15.516593+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi102.wzmbxc", "key": "container_image"}]: dispatch 2024-01-13T09:19:16.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[17496]: audit 2024-01-13T09:19:15.507239+0000 mon.a (mon.0) 562 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668621\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668790\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668894\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.668991\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669088\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669211\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669311\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669410\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:56.669509\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:19:16.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[17496]: audit 2024-01-13T09:19:15.508343+0000 mon.a (mon.0) 563 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-13T09:19:16.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[17496]: audit 2024-01-13T09:19:15.514260+0000 mon.a (mon.0) 564 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-13T09:19:16.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[17496]: audit 2024-01-13T09:19:15.515287+0000 mon.a (mon.0) 565 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:19:16.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:15 smithi084 bash[17496]: audit 2024-01-13T09:19:15.516593+0000 mon.a (mon.0) 566 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi102.wzmbxc", "key": "container_image"}]: dispatch 2024-01-13T09:19:17.048 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:16 smithi102 bash[13966]: cephadm 2024-01-13T09:19:15.516056+0000 mgr.y (mgr.14140) 291 : cephadm [INF] Deploying daemon rgw.r.z.smithi102.wzmbxc on smithi102 2024-01-13T09:19:17.197 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:16 smithi084 bash[13940]: cephadm 2024-01-13T09:19:15.516056+0000 mgr.y (mgr.14140) 291 : cephadm [INF] Deploying daemon rgw.r.z.smithi102.wzmbxc on smithi102 2024-01-13T09:19:17.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:16 smithi084 bash[17496]: cephadm 2024-01-13T09:19:15.516056+0000 mgr.y (mgr.14140) 291 : cephadm [INF] Deploying daemon rgw.r.z.smithi102.wzmbxc on smithi102 2024-01-13T09:19:17.848 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:17 smithi084 bash[13940]: cluster 2024-01-13T09:19:16.751861+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 716 B/s rd, 3.9 KiB/s wr, 14 op/s 2024-01-13T09:19:18.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:17 smithi102 bash[13966]: cluster 2024-01-13T09:19:16.751861+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 716 B/s rd, 3.9 KiB/s wr, 14 op/s 2024-01-13T09:19:18.197 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:17 smithi084 bash[17496]: cluster 2024-01-13T09:19:16.751861+0000 mgr.y (mgr.14140) 292 : cluster [DBG] pgmap v285: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 716 B/s rd, 3.9 KiB/s wr, 14 op/s 2024-01-13T09:19:19.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:18 smithi102 bash[13966]: audit 2024-01-13T09:19:18.097455+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:19:19.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:18 smithi102 bash[13966]: audit 2024-01-13T09:19:18.102244+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:19:19.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:18 smithi102 bash[13966]: audit 2024-01-13T09:19:18.103301+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:19:19.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:18 smithi084 bash[13940]: audit 2024-01-13T09:19:18.097455+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:19:19.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:18 smithi084 bash[13940]: audit 2024-01-13T09:19:18.102244+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:19:19.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:18 smithi084 bash[13940]: audit 2024-01-13T09:19:18.103301+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:19:19.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:18 smithi084 bash[17496]: audit 2024-01-13T09:19:18.097455+0000 mon.a (mon.0) 567 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:19:19.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:18 smithi084 bash[17496]: audit 2024-01-13T09:19:18.102244+0000 mon.a (mon.0) 568 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720621\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720822\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.720947\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721065\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721222\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721343\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721463\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721584\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:17:57.721704\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:19:19.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:18 smithi084 bash[17496]: audit 2024-01-13T09:19:18.103301+0000 mon.a (mon.0) 569 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:19:20.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:19 smithi102 bash[13966]: cluster 2024-01-13T09:19:18.753085+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 KiB/s wr, 21 op/s 2024-01-13T09:19:20.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:19 smithi102 bash[13966]: audit 2024-01-13T09:19:19.076624+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:19:20.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:19 smithi102 bash[13966]: audit 2024-01-13T09:19:19.081573+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:19:20.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:19 smithi102 bash[13966]: audit 2024-01-13T09:19:19.082818+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:19:20.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:19 smithi084 bash[17496]: cluster 2024-01-13T09:19:18.753085+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 KiB/s wr, 21 op/s 2024-01-13T09:19:20.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:19 smithi084 bash[13940]: cluster 2024-01-13T09:19:18.753085+0000 mgr.y (mgr.14140) 293 : cluster [DBG] pgmap v286: 129 pgs: 129 active+clean; 6.9 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail; 4.9 KiB/s rd, 3.4 KiB/s wr, 21 op/s 2024-01-13T09:19:20.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:19 smithi084 bash[13940]: audit 2024-01-13T09:19:19.076624+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:19:20.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:19 smithi084 bash[13940]: audit 2024-01-13T09:19:19.081573+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:19:20.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:19 smithi084 bash[13940]: audit 2024-01-13T09:19:19.082818+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:19:20.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:19 smithi084 bash[17496]: audit 2024-01-13T09:19:19.076624+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]: dispatch 2024-01-13T09:19:20.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:19 smithi084 bash[17496]: audit 2024-01-13T09:19:19.081573+0000 mon.a (mon.0) 571 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:11:11.323603\"}"}]': finished 2024-01-13T09:19:20.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:19 smithi084 bash[17496]: audit 2024-01-13T09:19:19.082818+0000 mon.a (mon.0) 572 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:19:21.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:20 smithi102 bash[13966]: audit 2024-01-13T09:19:20.203845+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200114\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:19:20.201364\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:19:21.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:20 smithi102 bash[13966]: audit 2024-01-13T09:19:20.210328+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200114\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:19:20.201364\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:19:21.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:20 smithi084 bash[17496]: audit 2024-01-13T09:19:20.203845+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200114\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:19:20.201364\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:19:21.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:20 smithi084 bash[17496]: audit 2024-01-13T09:19:20.210328+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200114\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:19:20.201364\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:19:21.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:20 smithi084 bash[13940]: audit 2024-01-13T09:19:20.203845+0000 mon.a (mon.0) 573 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200114\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:19:20.201364\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:19:21.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:20 smithi084 bash[13940]: audit 2024-01-13T09:19:20.210328+0000 mon.a (mon.0) 574 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"7274b66ae8a9\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200114\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:12:55.846236\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:53.279853\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:19:20.201364\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:19:22.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:22 smithi102 bash[13966]: cluster 2024-01-13T09:19:20.754410+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; 51 KiB/s rd, 2.7 KiB/s wr, 105 op/s 2024-01-13T09:19:22.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:22 smithi084 bash[13940]: cluster 2024-01-13T09:19:20.754410+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; 51 KiB/s rd, 2.7 KiB/s wr, 105 op/s 2024-01-13T09:19:22.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:22 smithi084 bash[17496]: cluster 2024-01-13T09:19:20.754410+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; 51 KiB/s rd, 2.7 KiB/s wr, 105 op/s 2024-01-13T09:19:24.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:24 smithi102 bash[13966]: cluster 2024-01-13T09:19:22.755229+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; 64 KiB/s rd, 597 B/s wr, 122 op/s 2024-01-13T09:19:24.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:24 smithi084 bash[13940]: cluster 2024-01-13T09:19:22.755229+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; 64 KiB/s rd, 597 B/s wr, 122 op/s 2024-01-13T09:19:24.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:24 smithi084 bash[17496]: cluster 2024-01-13T09:19:22.755229+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; 64 KiB/s rd, 597 B/s wr, 122 op/s 2024-01-13T09:19:26.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:26 smithi102 bash[13966]: cluster 2024-01-13T09:19:24.756372+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-13T09:19:26.697 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:26 smithi084 bash[17496]: cluster 2024-01-13T09:19:24.756372+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-13T09:19:26.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:26 smithi084 bash[13940]: cluster 2024-01-13T09:19:24.756372+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-13T09:19:28.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:28 smithi102 bash[13966]: cluster 2024-01-13T09:19:26.757607+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-13T09:19:28.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:28 smithi084 bash[17496]: cluster 2024-01-13T09:19:26.757607+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-13T09:19:28.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:28 smithi084 bash[13940]: cluster 2024-01-13T09:19:26.757607+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-13T09:19:30.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:30 smithi102 bash[13966]: cluster 2024-01-13T09:19:28.758613+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-13T09:19:30.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:30 smithi084 bash[13940]: cluster 2024-01-13T09:19:28.758613+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-13T09:19:30.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:30 smithi084 bash[17496]: cluster 2024-01-13T09:19:28.758613+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; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-13T09:19:32.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:32 smithi102 bash[13966]: cluster 2024-01-13T09:19:30.759969+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; 89 KiB/s rd, 170 B/s wr, 158 op/s 2024-01-13T09:19:32.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:32 smithi084 bash[13940]: cluster 2024-01-13T09:19:30.759969+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; 89 KiB/s rd, 170 B/s wr, 158 op/s 2024-01-13T09:19:32.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:32 smithi084 bash[17496]: cluster 2024-01-13T09:19:30.759969+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; 89 KiB/s rd, 170 B/s wr, 158 op/s 2024-01-13T09:19:34.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:34 smithi102 bash[13966]: cluster 2024-01-13T09:19:32.760857+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; 42 KiB/s rd, 0 B/s wr, 70 op/s 2024-01-13T09:19:34.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:34 smithi084 bash[13940]: cluster 2024-01-13T09:19:32.760857+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; 42 KiB/s rd, 0 B/s wr, 70 op/s 2024-01-13T09:19:34.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:34 smithi084 bash[17496]: cluster 2024-01-13T09:19:32.760857+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; 42 KiB/s rd, 0 B/s wr, 70 op/s 2024-01-13T09:19:36.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:36 smithi102 bash[13966]: cluster 2024-01-13T09:19:34.762040+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; 29 KiB/s rd, 0 B/s wr, 45 op/s 2024-01-13T09:19:36.697 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:36 smithi084 bash[13940]: cluster 2024-01-13T09:19:34.762040+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; 29 KiB/s rd, 0 B/s wr, 45 op/s 2024-01-13T09:19:36.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:36 smithi084 bash[17496]: cluster 2024-01-13T09:19:34.762040+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; 29 KiB/s rd, 0 B/s wr, 45 op/s 2024-01-13T09:19:38.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:38 smithi102 bash[13966]: cluster 2024-01-13T09:19:36.762968+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:38.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:38 smithi084 bash[17496]: cluster 2024-01-13T09:19:36.762968+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:38.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:38 smithi084 bash[13940]: cluster 2024-01-13T09:19:36.762968+0000 mgr.y (mgr.14140) 302 : cluster [DBG] pgmap v295: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:40.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:40 smithi102 bash[13966]: cluster 2024-01-13T09:19:38.763918+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:40.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:40 smithi084 bash[13940]: cluster 2024-01-13T09:19:38.763918+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:40.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:40 smithi084 bash[17496]: cluster 2024-01-13T09:19:38.763918+0000 mgr.y (mgr.14140) 303 : cluster [DBG] pgmap v296: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:42.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:41 smithi102 bash[13966]: cluster 2024-01-13T09:19:40.765264+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:42.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:41 smithi084 bash[17496]: cluster 2024-01-13T09:19:40.765264+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:42.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:41 smithi084 bash[13940]: cluster 2024-01-13T09:19:40.765264+0000 mgr.y (mgr.14140) 304 : cluster [DBG] pgmap v297: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:44.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:43 smithi102 bash[13966]: cluster 2024-01-13T09:19:42.766079+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:44.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:43 smithi084 bash[13940]: cluster 2024-01-13T09:19:42.766079+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:44.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:43 smithi084 bash[17496]: cluster 2024-01-13T09:19:42.766079+0000 mgr.y (mgr.14140) 305 : cluster [DBG] pgmap v298: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:46.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:45 smithi102 bash[13966]: cluster 2024-01-13T09:19:44.767213+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:46.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:45 smithi084 bash[13940]: cluster 2024-01-13T09:19:44.767213+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:46.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:45 smithi084 bash[17496]: cluster 2024-01-13T09:19:44.767213+0000 mgr.y (mgr.14140) 306 : cluster [DBG] pgmap v299: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:48.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:47 smithi102 bash[13966]: cluster 2024-01-13T09:19:46.768122+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:48.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:47 smithi084 bash[13940]: cluster 2024-01-13T09:19:46.768122+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:48.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:47 smithi084 bash[17496]: cluster 2024-01-13T09:19:46.768122+0000 mgr.y (mgr.14140) 307 : cluster [DBG] pgmap v300: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:50.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:49 smithi102 bash[13966]: cluster 2024-01-13T09:19:48.769068+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:50.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:49 smithi084 bash[13940]: cluster 2024-01-13T09:19:48.769068+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:50.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:49 smithi084 bash[17496]: cluster 2024-01-13T09:19:48.769068+0000 mgr.y (mgr.14140) 308 : cluster [DBG] pgmap v301: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:52.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:51 smithi102 bash[13966]: cluster 2024-01-13T09:19:50.770298+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:52.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:51 smithi084 bash[13940]: cluster 2024-01-13T09:19:50.770298+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:52.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:51 smithi084 bash[17496]: cluster 2024-01-13T09:19:50.770298+0000 mgr.y (mgr.14140) 309 : cluster [DBG] pgmap v302: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:54.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:53 smithi102 bash[13966]: cluster 2024-01-13T09:19:52.771091+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:54.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:53 smithi084 bash[13940]: cluster 2024-01-13T09:19:52.771091+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:54.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:53 smithi084 bash[17496]: cluster 2024-01-13T09:19:52.771091+0000 mgr.y (mgr.14140) 310 : cluster [DBG] pgmap v303: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:56.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:55 smithi102 bash[13966]: cluster 2024-01-13T09:19:54.772253+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:56.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:55 smithi084 bash[13940]: cluster 2024-01-13T09:19:54.772253+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:56.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:55 smithi084 bash[17496]: cluster 2024-01-13T09:19:54.772253+0000 mgr.y (mgr.14140) 311 : cluster [DBG] pgmap v304: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:58.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:57 smithi102 bash[13966]: cluster 2024-01-13T09:19:56.773186+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:58.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:57 smithi084 bash[13940]: cluster 2024-01-13T09:19:56.773186+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:19:58.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:57 smithi084 bash[17496]: cluster 2024-01-13T09:19:56.773186+0000 mgr.y (mgr.14140) 312 : cluster [DBG] pgmap v305: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:00.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:19:59 smithi102 bash[13966]: cluster 2024-01-13T09:19:58.774167+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:00.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:19:59 smithi084 bash[13940]: cluster 2024-01-13T09:19:58.774167+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:00.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:19:59 smithi084 bash[17496]: cluster 2024-01-13T09:19:58.774167+0000 mgr.y (mgr.14140) 313 : cluster [DBG] pgmap v306: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:01 smithi102 bash[13966]: cluster 2024-01-13T09:20:00.775364+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:02.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:01 smithi084 bash[13940]: cluster 2024-01-13T09:20:00.775364+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:02.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:01 smithi084 bash[17496]: cluster 2024-01-13T09:20:00.775364+0000 mgr.y (mgr.14140) 314 : cluster [DBG] pgmap v307: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:04.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:03 smithi102 bash[13966]: cluster 2024-01-13T09:20:02.776203+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:04.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:03 smithi084 bash[13940]: cluster 2024-01-13T09:20:02.776203+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:04.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:03 smithi084 bash[17496]: cluster 2024-01-13T09:20:02.776203+0000 mgr.y (mgr.14140) 315 : cluster [DBG] pgmap v308: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:06.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:05 smithi102 bash[13966]: cluster 2024-01-13T09:20:04.777409+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:06.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:05 smithi084 bash[17496]: cluster 2024-01-13T09:20:04.777409+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:06.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:05 smithi084 bash[13940]: cluster 2024-01-13T09:20:04.777409+0000 mgr.y (mgr.14140) 316 : cluster [DBG] pgmap v309: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:08.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:07 smithi102 bash[13966]: cluster 2024-01-13T09:20:06.778453+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:08.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:07 smithi084 bash[13940]: cluster 2024-01-13T09:20:06.778453+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:08.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:07 smithi084 bash[17496]: cluster 2024-01-13T09:20:06.778453+0000 mgr.y (mgr.14140) 317 : cluster [DBG] pgmap v310: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:09 smithi102 bash[13966]: cluster 2024-01-13T09:20:08.779445+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:10.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:09 smithi084 bash[17496]: cluster 2024-01-13T09:20:08.779445+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:10.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:09 smithi084 bash[13940]: cluster 2024-01-13T09:20:08.779445+0000 mgr.y (mgr.14140) 318 : cluster [DBG] pgmap v311: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:11 smithi102 bash[13966]: cluster 2024-01-13T09:20:10.780724+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:12.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:11 smithi084 bash[13940]: cluster 2024-01-13T09:20:10.780724+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:12.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:11 smithi084 bash[17496]: cluster 2024-01-13T09:20:10.780724+0000 mgr.y (mgr.14140) 319 : cluster [DBG] pgmap v312: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:14.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:13 smithi102 bash[13966]: cluster 2024-01-13T09:20:12.781701+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:14.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:13 smithi084 bash[13940]: cluster 2024-01-13T09:20:12.781701+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:14.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:13 smithi084 bash[17496]: cluster 2024-01-13T09:20:12.781701+0000 mgr.y (mgr.14140) 320 : cluster [DBG] pgmap v313: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:15 smithi102 bash[13966]: cluster 2024-01-13T09:20:14.782952+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:16.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:15 smithi084 bash[13940]: cluster 2024-01-13T09:20:14.782952+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:16.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:15 smithi084 bash[17496]: cluster 2024-01-13T09:20:14.782952+0000 mgr.y (mgr.14140) 321 : cluster [DBG] pgmap v314: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:18.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:17 smithi102 bash[13966]: cluster 2024-01-13T09:20:16.783928+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:18.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:17 smithi084 bash[13940]: cluster 2024-01-13T09:20:16.783928+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:18.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:17 smithi084 bash[17496]: cluster 2024-01-13T09:20:16.783928+0000 mgr.y (mgr.14140) 322 : cluster [DBG] pgmap v315: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:20.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:19 smithi102 bash[13966]: cluster 2024-01-13T09:20:18.784920+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:20.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:19 smithi084 bash[13940]: cluster 2024-01-13T09:20:18.784920+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:20.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:19 smithi084 bash[17496]: cluster 2024-01-13T09:20:18.784920+0000 mgr.y (mgr.14140) 323 : cluster [DBG] pgmap v316: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:22.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:21 smithi102 bash[13966]: cluster 2024-01-13T09:20:20.786101+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:22.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:21 smithi084 bash[17496]: cluster 2024-01-13T09:20:20.786101+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:22.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:21 smithi084 bash[13940]: cluster 2024-01-13T09:20:20.786101+0000 mgr.y (mgr.14140) 324 : cluster [DBG] pgmap v317: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:23 smithi102 bash[13966]: cluster 2024-01-13T09:20:22.786913+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:24.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:23 smithi084 bash[17496]: cluster 2024-01-13T09:20:22.786913+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:24.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:23 smithi084 bash[13940]: cluster 2024-01-13T09:20:22.786913+0000 mgr.y (mgr.14140) 325 : cluster [DBG] pgmap v318: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:26.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:25 smithi102 bash[13966]: cluster 2024-01-13T09:20:24.788033+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:26.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:25 smithi084 bash[13940]: cluster 2024-01-13T09:20:24.788033+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:26.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:25 smithi084 bash[17496]: cluster 2024-01-13T09:20:24.788033+0000 mgr.y (mgr.14140) 326 : cluster [DBG] pgmap v319: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:28.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:27 smithi102 bash[13966]: cluster 2024-01-13T09:20:26.788964+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:28.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:27 smithi084 bash[13940]: cluster 2024-01-13T09:20:26.788964+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:28.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:27 smithi084 bash[17496]: cluster 2024-01-13T09:20:26.788964+0000 mgr.y (mgr.14140) 327 : cluster [DBG] pgmap v320: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:30.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:29 smithi102 bash[13966]: cluster 2024-01-13T09:20:28.789891+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:30.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:29 smithi084 bash[13940]: cluster 2024-01-13T09:20:28.789891+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:30.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:29 smithi084 bash[17496]: cluster 2024-01-13T09:20:28.789891+0000 mgr.y (mgr.14140) 328 : cluster [DBG] pgmap v321: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:32.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:31 smithi102 bash[13966]: cluster 2024-01-13T09:20:30.791050+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:32.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:31 smithi084 bash[13940]: cluster 2024-01-13T09:20:30.791050+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:32.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:31 smithi084 bash[17496]: cluster 2024-01-13T09:20:30.791050+0000 mgr.y (mgr.14140) 329 : cluster [DBG] pgmap v322: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:34.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:33 smithi102 bash[13966]: cluster 2024-01-13T09:20:32.791923+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:34.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:33 smithi084 bash[13940]: cluster 2024-01-13T09:20:32.791923+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:34.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:33 smithi084 bash[17496]: cluster 2024-01-13T09:20:32.791923+0000 mgr.y (mgr.14140) 330 : cluster [DBG] pgmap v323: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:36.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:35 smithi102 bash[13966]: cluster 2024-01-13T09:20:34.793039+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:36.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:35 smithi084 bash[13940]: cluster 2024-01-13T09:20:34.793039+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:36.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:35 smithi084 bash[17496]: cluster 2024-01-13T09:20:34.793039+0000 mgr.y (mgr.14140) 331 : cluster [DBG] pgmap v324: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:38.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:37 smithi102 bash[13966]: cluster 2024-01-13T09:20:36.793991+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:38.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:37 smithi084 bash[13940]: cluster 2024-01-13T09:20:36.793991+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:38.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:37 smithi084 bash[17496]: cluster 2024-01-13T09:20:36.793991+0000 mgr.y (mgr.14140) 332 : cluster [DBG] pgmap v325: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:40.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:39 smithi102 bash[13966]: cluster 2024-01-13T09:20:38.795041+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:40.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:39 smithi084 bash[17496]: cluster 2024-01-13T09:20:38.795041+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:40.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:39 smithi084 bash[13940]: cluster 2024-01-13T09:20:38.795041+0000 mgr.y (mgr.14140) 333 : cluster [DBG] pgmap v326: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:42.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:41 smithi102 bash[13966]: cluster 2024-01-13T09:20:40.796346+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:42.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:41 smithi084 bash[13940]: cluster 2024-01-13T09:20:40.796346+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:42.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:41 smithi084 bash[17496]: cluster 2024-01-13T09:20:40.796346+0000 mgr.y (mgr.14140) 334 : cluster [DBG] pgmap v327: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:44.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:43 smithi102 bash[13966]: cluster 2024-01-13T09:20:42.797297+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:44.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:43 smithi084 bash[13940]: cluster 2024-01-13T09:20:42.797297+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:44.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:43 smithi084 bash[17496]: cluster 2024-01-13T09:20:42.797297+0000 mgr.y (mgr.14140) 335 : cluster [DBG] pgmap v328: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:46.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:45 smithi102 bash[13966]: cluster 2024-01-13T09:20:44.798356+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:46.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:45 smithi084 bash[13940]: cluster 2024-01-13T09:20:44.798356+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:46.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:45 smithi084 bash[17496]: cluster 2024-01-13T09:20:44.798356+0000 mgr.y (mgr.14140) 336 : cluster [DBG] pgmap v329: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:48.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:47 smithi102 bash[13966]: cluster 2024-01-13T09:20:46.799369+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:48.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:47 smithi084 bash[13940]: cluster 2024-01-13T09:20:46.799369+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:48.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:47 smithi084 bash[17496]: cluster 2024-01-13T09:20:46.799369+0000 mgr.y (mgr.14140) 337 : cluster [DBG] pgmap v330: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:50.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:49 smithi102 bash[13966]: cluster 2024-01-13T09:20:48.800451+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:50.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:49 smithi084 bash[13940]: cluster 2024-01-13T09:20:48.800451+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:50.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:49 smithi084 bash[17496]: cluster 2024-01-13T09:20:48.800451+0000 mgr.y (mgr.14140) 338 : cluster [DBG] pgmap v331: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:52.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:51 smithi102 bash[13966]: cluster 2024-01-13T09:20:50.801454+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:52.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:51 smithi084 bash[13940]: cluster 2024-01-13T09:20:50.801454+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:52.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:51 smithi084 bash[17496]: cluster 2024-01-13T09:20:50.801454+0000 mgr.y (mgr.14140) 339 : cluster [DBG] pgmap v332: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:54.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:53 smithi102 bash[13966]: cluster 2024-01-13T09:20:52.813036+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:54.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:53 smithi084 bash[13940]: cluster 2024-01-13T09:20:52.813036+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:54.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:53 smithi084 bash[17496]: cluster 2024-01-13T09:20:52.813036+0000 mgr.y (mgr.14140) 340 : cluster [DBG] pgmap v333: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:56.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:55 smithi102 bash[13966]: cluster 2024-01-13T09:20:54.814217+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:56.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:55 smithi084 bash[17496]: cluster 2024-01-13T09:20:54.814217+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:56.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:55 smithi084 bash[13940]: cluster 2024-01-13T09:20:54.814217+0000 mgr.y (mgr.14140) 341 : cluster [DBG] pgmap v334: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:58.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:57 smithi102 bash[13966]: cluster 2024-01-13T09:20:56.815277+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:58.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:57 smithi084 bash[13940]: cluster 2024-01-13T09:20:56.815277+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:20:58.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:57 smithi084 bash[17496]: cluster 2024-01-13T09:20:56.815277+0000 mgr.y (mgr.14140) 342 : cluster [DBG] pgmap v335: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:00.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:20:59 smithi084 bash[13940]: cluster 2024-01-13T09:20:58.816314+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:00.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:20:59 smithi084 bash[17496]: cluster 2024-01-13T09:20:58.816314+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:00.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:20:59 smithi102 bash[13966]: cluster 2024-01-13T09:20:58.816314+0000 mgr.y (mgr.14140) 343 : cluster [DBG] pgmap v336: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:01 smithi102 bash[13966]: cluster 2024-01-13T09:21:00.816952+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:02.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:01 smithi084 bash[17496]: cluster 2024-01-13T09:21:00.816952+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:02.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:01 smithi084 bash[13940]: cluster 2024-01-13T09:21:00.816952+0000 mgr.y (mgr.14140) 344 : cluster [DBG] pgmap v337: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:04.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:03 smithi102 bash[13966]: cluster 2024-01-13T09:21:02.817767+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:04.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:03 smithi084 bash[17496]: cluster 2024-01-13T09:21:02.817767+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:04.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:03 smithi084 bash[13940]: cluster 2024-01-13T09:21:02.817767+0000 mgr.y (mgr.14140) 345 : cluster [DBG] pgmap v338: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:06.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:05 smithi102 bash[13966]: cluster 2024-01-13T09:21:04.818852+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:06.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:05 smithi084 bash[17496]: cluster 2024-01-13T09:21:04.818852+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:06.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:05 smithi084 bash[13940]: cluster 2024-01-13T09:21:04.818852+0000 mgr.y (mgr.14140) 346 : cluster [DBG] pgmap v339: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:08.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:07 smithi084 bash[17496]: cluster 2024-01-13T09:21:06.819778+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:08.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:07 smithi084 bash[13940]: cluster 2024-01-13T09:21:06.819778+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:08.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:07 smithi102 bash[13966]: cluster 2024-01-13T09:21:06.819778+0000 mgr.y (mgr.14140) 347 : cluster [DBG] pgmap v340: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:10.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:09 smithi084 bash[17496]: cluster 2024-01-13T09:21:08.820850+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:10.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:09 smithi084 bash[13940]: cluster 2024-01-13T09:21:08.820850+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:10.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:09 smithi102 bash[13966]: cluster 2024-01-13T09:21:08.820850+0000 mgr.y (mgr.14140) 348 : cluster [DBG] pgmap v341: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:12.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:11 smithi102 bash[13966]: cluster 2024-01-13T09:21:10.822046+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:12.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:11 smithi084 bash[17496]: cluster 2024-01-13T09:21:10.822046+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:12.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:11 smithi084 bash[13940]: cluster 2024-01-13T09:21:10.822046+0000 mgr.y (mgr.14140) 349 : cluster [DBG] pgmap v342: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:14.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:13 smithi102 bash[13966]: cluster 2024-01-13T09:21:12.822919+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:14.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:13 smithi084 bash[17496]: cluster 2024-01-13T09:21:12.822919+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:14.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:13 smithi084 bash[13940]: cluster 2024-01-13T09:21:12.822919+0000 mgr.y (mgr.14140) 350 : cluster [DBG] pgmap v343: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:16.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:15 smithi084 bash[17496]: cluster 2024-01-13T09:21:14.824006+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:16.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:15 smithi084 bash[13940]: cluster 2024-01-13T09:21:14.824006+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:16.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:15 smithi102 bash[13966]: cluster 2024-01-13T09:21:14.824006+0000 mgr.y (mgr.14140) 351 : cluster [DBG] pgmap v344: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:18.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:17 smithi084 bash[17496]: cluster 2024-01-13T09:21:16.824948+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:18.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:17 smithi084 bash[13940]: cluster 2024-01-13T09:21:16.824948+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:18.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:17 smithi102 bash[13966]: cluster 2024-01-13T09:21:16.824948+0000 mgr.y (mgr.14140) 352 : cluster [DBG] pgmap v345: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:18.458 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-01-13T09:21:20.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:19 smithi084 bash[13940]: cluster 2024-01-13T09:21:18.825900+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:20.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:19 smithi084 bash[17496]: cluster 2024-01-13T09:21:18.825900+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:20.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:19 smithi102 bash[13966]: cluster 2024-01-13T09:21:18.825900+0000 mgr.y (mgr.14140) 353 : cluster [DBG] pgmap v346: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:21.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:21 smithi084 bash[13940]: cluster 2024-01-13T09:21:20.827093+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:21.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:21 smithi084 bash[13940]: audit 2024-01-13T09:21:21.631663+0000 mon.a (mon.0) 575 : audit [INF] from='client.? 172.21.15.84:0/3541421624' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-13T09:21:21.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:21 smithi084 bash[13940]: audit 2024-01-13T09:21:21.639944+0000 mon.a (mon.0) 576 : audit [INF] from='client.? 172.21.15.84:0/3541421624' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-13T09:21:21.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:21 smithi084 bash[17496]: cluster 2024-01-13T09:21:20.827093+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:21.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:21 smithi084 bash[17496]: audit 2024-01-13T09:21:21.631663+0000 mon.a (mon.0) 575 : audit [INF] from='client.? 172.21.15.84:0/3541421624' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-13T09:21:21.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:21 smithi084 bash[17496]: audit 2024-01-13T09:21:21.639944+0000 mon.a (mon.0) 576 : audit [INF] from='client.? 172.21.15.84:0/3541421624' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-13T09:21:22.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:21 smithi102 bash[13966]: cluster 2024-01-13T09:21:20.827093+0000 mgr.y (mgr.14140) 354 : cluster [DBG] pgmap v347: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:22.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:21 smithi102 bash[13966]: audit 2024-01-13T09:21:21.631663+0000 mon.a (mon.0) 575 : audit [INF] from='client.? 172.21.15.84:0/3541421624' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-13T09:21:22.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:21 smithi102 bash[13966]: audit 2024-01-13T09:21:21.639944+0000 mon.a (mon.0) 576 : audit [INF] from='client.? 172.21.15.84:0/3541421624' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-13T09:21:22.433 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-01-13T09:21:24.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:23 smithi084 bash[17496]: cluster 2024-01-13T09:21:22.827930+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:24.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:23 smithi084 bash[13940]: cluster 2024-01-13T09:21:22.827930+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:23 smithi102 bash[13966]: cluster 2024-01-13T09:21:22.827930+0000 mgr.y (mgr.14140) 355 : cluster [DBG] pgmap v348: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:26.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:25 smithi084 bash[13940]: cluster 2024-01-13T09:21:24.829067+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:26.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:25 smithi084 bash[13940]: audit 2024-01-13T09:21:25.642554+0000 mon.a (mon.0) 577 : audit [INF] from='client.? 172.21.15.84:0/2535945523' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-13T09:21:26.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:25 smithi084 bash[13940]: audit 2024-01-13T09:21:25.650508+0000 mon.a (mon.0) 578 : audit [INF] from='client.? 172.21.15.84:0/2535945523' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-01-13T09:21:26.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:25 smithi084 bash[17496]: cluster 2024-01-13T09:21:24.829067+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:26.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:25 smithi084 bash[17496]: audit 2024-01-13T09:21:25.642554+0000 mon.a (mon.0) 577 : audit [INF] from='client.? 172.21.15.84:0/2535945523' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-13T09:21:26.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:25 smithi084 bash[17496]: audit 2024-01-13T09:21:25.650508+0000 mon.a (mon.0) 578 : audit [INF] from='client.? 172.21.15.84:0/2535945523' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-01-13T09:21:26.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:25 smithi102 bash[13966]: cluster 2024-01-13T09:21:24.829067+0000 mgr.y (mgr.14140) 356 : cluster [DBG] pgmap v349: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:26.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:25 smithi102 bash[13966]: audit 2024-01-13T09:21:25.642554+0000 mon.a (mon.0) 577 : audit [INF] from='client.? 172.21.15.84:0/2535945523' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]: dispatch 2024-01-13T09:21:26.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:25 smithi102 bash[13966]: audit 2024-01-13T09:21:25.650508+0000 mon.a (mon.0) 578 : audit [INF] from='client.? 172.21.15.84:0/2535945523' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim_allowed", "value": "false", "force": true}]': finished 2024-01-13T09:21:26.469 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-01-13T09:21:28.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:27 smithi084 bash[17496]: cluster 2024-01-13T09:21:26.830005+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:28.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:27 smithi084 bash[13940]: cluster 2024-01-13T09:21:26.830005+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:28.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:27 smithi102 bash[13966]: cluster 2024-01-13T09:21:26.830005+0000 mgr.y (mgr.14140) 357 : cluster [DBG] pgmap v350: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:29.486 INFO:teuthology.orchestra.run.smithi084.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T09:21:30.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:29 smithi084 bash[17496]: cluster 2024-01-13T09:21:28.830978+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:30.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:29 smithi084 bash[17496]: audit 2024-01-13T09:21:29.486320+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\"}"}]: dispatch 2024-01-13T09:21:30.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:29 smithi084 bash[17496]: audit 2024-01-13T09:21:29.491665+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\"}"}]': finished 2024-01-13T09:21:30.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:29 smithi084 bash[13940]: cluster 2024-01-13T09:21:28.830978+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:30.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:29 smithi084 bash[13940]: audit 2024-01-13T09:21:29.486320+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\"}"}]: dispatch 2024-01-13T09:21:30.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:29 smithi084 bash[13940]: audit 2024-01-13T09:21:29.491665+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\"}"}]': finished 2024-01-13T09:21:30.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:29 smithi084 bash[13940]: audit 2024-01-13T09:21:29.770316+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:21:29.768181\"}"}]: dispatch 2024-01-13T09:21:30.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:29 smithi084 bash[13940]: audit 2024-01-13T09:21:29.778129+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:21:29.768181\"}"}]': finished 2024-01-13T09:21:30.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:29 smithi084 bash[17496]: audit 2024-01-13T09:21:29.770316+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:21:29.768181\"}"}]: dispatch 2024-01-13T09:21:30.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:29 smithi084 bash[17496]: audit 2024-01-13T09:21:29.778129+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:21:29.768181\"}"}]': finished 2024-01-13T09:21:30.360 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-13T09:21:30.371 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi084.front.sepia.ceph.com 2024-01-13T09:21:30.371 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'while ceph orch upgrade status | jq '"'"'.in_progress'"'"' | grep true && ! ceph orch upgrade status | jq '"'"'.message'"'"' | grep Error ; do ceph orch ps ; ceph versions ; ceph orch upgrade status ; sleep 30 ; done' 2024-01-13T09:21:30.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:29 smithi102 bash[13966]: cluster 2024-01-13T09:21:28.830978+0000 mgr.y (mgr.14140) 358 : cluster [DBG] pgmap v351: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:30.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:29 smithi102 bash[13966]: audit 2024-01-13T09:21:29.486320+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\"}"}]: dispatch 2024-01-13T09:21:30.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:29 smithi102 bash[13966]: audit 2024-01-13T09:21:29.491665+0000 mon.a (mon.0) 580 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\"}"}]': finished 2024-01-13T09:21:30.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:29 smithi102 bash[13966]: audit 2024-01-13T09:21:29.770316+0000 mon.a (mon.0) 581 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:21:29.768181\"}"}]: dispatch 2024-01-13T09:21:30.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:29 smithi102 bash[13966]: audit 2024-01-13T09:21:29.778129+0000 mon.a (mon.0) 582 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"a\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073177\", \"created\": \"2024-01-13T09:10:38.346621\", \"started\": \"2024-01-13T09:10:44.515835\"}, \"mgr.y\": {\"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073378\", \"created\": \"2024-01-13T09:10:46.974422\", \"started\": \"2024-01-13T09:10:46.997553\"}, \"mon.c\": {\"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"c\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073497\", \"created\": \"2024-01-13T09:12:23.244203\", \"started\": \"2024-01-13T09:12:23.270424\"}, \"osd.0\": {\"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073612\", \"created\": \"2024-01-13T09:13:16.743207\", \"started\": \"2024-01-13T09:13:21.425317\"}, \"osd.1\": {\"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073725\", \"created\": \"2024-01-13T09:13:44.718997\", \"started\": \"2024-01-13T09:13:48.243828\"}, \"osd.2\": {\"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073836\", \"created\": \"2024-01-13T09:14:12.322539\", \"started\": \"2024-01-13T09:14:16.856450\"}, \"osd.3\": {\"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.073948\", \"created\": \"2024-01-13T09:14:39.989927\", \"started\": \"2024-01-13T09:14:44.011939\"}, \"node-exporter.a\": {\"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074061\", \"created\": \"2024-01-13T09:16:55.618894\", \"started\": \"2024-01-13T09:17:04.700578\"}, \"alertmanager.a\": {\"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074173\", \"created\": \"2024-01-13T09:17:14.298473\", \"started\": \"2024-01-13T09:17:45.374292\"}, \"rgw.r.z.smithi084.oatkxx\": {\"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:19.074285\", \"created\": \"2024-01-13T09:19:15.479729\", \"started\": \"2024-01-13T09:19:15.503791\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510\"}}, \"last_daemon_update\": \"2024-01-13T09:19:19.074527\", \"last_device_update\": \"2024-01-13T09:14:47.469675\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.84\"], \"172.21.15.254\": [\"172.21.15.84\"]}, \"last_host_check\": \"2024-01-13T09:21:29.768181\"}"}]': finished 2024-01-13T09:21:31.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:30 smithi084 bash[17496]: audit 2024-01-13T09:21:29.484346+0000 mgr.y (mgr.14140) 359 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:31.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:30 smithi084 bash[17496]: cephadm 2024-01-13T09:21:29.781216+0000 mgr.y (mgr.14140) 360 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T09:21:31.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:30 smithi084 bash[13940]: audit 2024-01-13T09:21:29.484346+0000 mgr.y (mgr.14140) 359 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:31.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:30 smithi084 bash[13940]: cephadm 2024-01-13T09:21:29.781216+0000 mgr.y (mgr.14140) 360 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T09:21:31.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:30 smithi102 bash[13966]: audit 2024-01-13T09:21:29.484346+0000 mgr.y (mgr.14140) 359 : audit [DBG] from='client.14718 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:31.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:30 smithi102 bash[13966]: cephadm 2024-01-13T09:21:29.781216+0000 mgr.y (mgr.14140) 360 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T09:21:32.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:31 smithi084 bash[13940]: cluster 2024-01-13T09:21:30.832132+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:32.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:31 smithi084 bash[17496]: cluster 2024-01-13T09:21:30.832132+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:31 smithi102 bash[13966]: cluster 2024-01-13T09:21:30.832132+0000 mgr.y (mgr.14140) 361 : cluster [DBG] pgmap v352: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:34.175 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:33 smithi084 bash[17496]: cluster 2024-01-13T09:21:32.832892+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:34.175 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:33 smithi084 bash[13940]: cluster 2024-01-13T09:21:32.832892+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:34.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:33 smithi102 bash[13966]: cluster 2024-01-13T09:21:32.832892+0000 mgr.y (mgr.14140) 362 : cluster [DBG] pgmap v353: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:34.594 INFO:teuthology.orchestra.run.smithi084.stdout:true 2024-01-13T09:21:35.362 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T09:21:35.362 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.a smithi084 running (3m) 2m ago 4m prom/alertmanager 9f27df16978d 8d308154cde4 2024-01-13T09:21:35.362 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.a smithi102 running (3m) 2m ago 3m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c da830e874c95 2024-01-13T09:21:35.362 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.x smithi102 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7274b66ae8a9 2024-01-13T09:21:35.362 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.y smithi084 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 393ba2553fd1 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:mon.a smithi084 running (10m) 2m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2ce805082b81 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:mon.b smithi102 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 af1da5b6040b 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:mon.c smithi084 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f62b810d3d37 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.a smithi084 running (4m) 2m ago 4m prom/node-exporter 72c9c2088986 505c4493cd2f 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.b smithi102 running (4m) 2m ago 4m prom/node-exporter 72c9c2088986 37956ab2a57c 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9131186b7bef 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ad7b8286e01f 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b86143cb2966 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 89c4db6b20ee 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi102 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3062c2890a3d 2024-01-13T09:21:35.363 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi102 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8b3aed004371 2024-01-13T09:21:35.364 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi102 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 03e84d27de71 2024-01-13T09:21:35.364 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi102 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f0aaeb13a6c0 2024-01-13T09:21:35.364 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.a smithi102 running (3m) 2m ago 4m prom/prometheus:latest ea7f826b1553 e8063ab0af66 2024-01-13T09:21:35.364 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi084.oatkxx smithi084 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b481ce3b512e 2024-01-13T09:21:35.364 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi102.wzmbxc smithi102 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 dccafea318ca 2024-01-13T09:21:35.779 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:21:35.779 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": {}, 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: "rgw": { 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:21:35.780 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2024-01-13T09:21:35.781 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-13T09:21:35.781 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:21:35.781 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:21:36.183 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:21:36.184 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T09:21:36.184 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2024-01-13T09:21:36.184 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2024-01-13T09:21:36.184 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "" 2024-01-13T09:21:36.184 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:21:36.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:35 smithi084 bash[17496]: audit 2024-01-13T09:21:34.586271+0000 mgr.y (mgr.14140) 363 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:36.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:35 smithi084 bash[17496]: cluster 2024-01-13T09:21:34.833584+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:36.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:35 smithi084 bash[17496]: audit 2024-01-13T09:21:34.977121+0000 mgr.y (mgr.14140) 365 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:36.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:35 smithi084 bash[17496]: audit 2024-01-13T09:21:35.361415+0000 mgr.y (mgr.14140) 366 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:36.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:35 smithi084 bash[17496]: audit 2024-01-13T09:21:35.786358+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.84:0/2778384276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:21:36.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:35 smithi084 bash[13940]: audit 2024-01-13T09:21:34.586271+0000 mgr.y (mgr.14140) 363 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:36.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:35 smithi084 bash[13940]: cluster 2024-01-13T09:21:34.833584+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:36.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:35 smithi084 bash[13940]: audit 2024-01-13T09:21:34.977121+0000 mgr.y (mgr.14140) 365 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:36.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:35 smithi084 bash[13940]: audit 2024-01-13T09:21:35.361415+0000 mgr.y (mgr.14140) 366 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:36.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:35 smithi084 bash[13940]: audit 2024-01-13T09:21:35.786358+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.84:0/2778384276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:21:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:35 smithi102 bash[13966]: audit 2024-01-13T09:21:34.586271+0000 mgr.y (mgr.14140) 363 : audit [DBG] from='client.14724 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:35 smithi102 bash[13966]: cluster 2024-01-13T09:21:34.833584+0000 mgr.y (mgr.14140) 364 : cluster [DBG] pgmap v354: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:35 smithi102 bash[13966]: audit 2024-01-13T09:21:34.977121+0000 mgr.y (mgr.14140) 365 : audit [DBG] from='client.24637 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:35 smithi102 bash[13966]: audit 2024-01-13T09:21:35.361415+0000 mgr.y (mgr.14140) 366 : audit [DBG] from='client.24643 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:36.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:35 smithi102 bash[13966]: audit 2024-01-13T09:21:35.786358+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.84:0/2778384276' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:21:37.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:36 smithi084 bash[13940]: audit 2024-01-13T09:21:36.189372+0000 mgr.y (mgr.14140) 367 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:37.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:36 smithi084 bash[17496]: audit 2024-01-13T09:21:36.189372+0000 mgr.y (mgr.14140) 367 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:37.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:36 smithi102 bash[13966]: audit 2024-01-13T09:21:36.189372+0000 mgr.y (mgr.14140) 367 : audit [DBG] from='client.24655 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:21:38.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:37 smithi084 bash[17496]: cluster 2024-01-13T09:21:36.834364+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 2024-01-13T09:21:38.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:37 smithi084 bash[13940]: cluster 2024-01-13T09:21:36.834364+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 2024-01-13T09:21:38.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:37 smithi102 bash[13966]: cluster 2024-01-13T09:21:36.834364+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 2024-01-13T09:21:40.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:39 smithi084 bash[13940]: cluster 2024-01-13T09:21:38.835330+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 2024-01-13T09:21:40.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:39 smithi084 bash[17496]: cluster 2024-01-13T09:21:38.835330+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 2024-01-13T09:21:40.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:39 smithi102 bash[13966]: cluster 2024-01-13T09:21:38.835330+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 2024-01-13T09:21:42.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:41 smithi102 bash[13966]: cluster 2024-01-13T09:21:40.836511+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:42.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:41 smithi084 bash[13940]: cluster 2024-01-13T09:21:40.836511+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:42.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:41 smithi084 bash[17496]: cluster 2024-01-13T09:21:40.836511+0000 mgr.y (mgr.14140) 370 : cluster [DBG] pgmap v357: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:44.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:43 smithi084 bash[17496]: cluster 2024-01-13T09:21:42.837262+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:44.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:43 smithi084 bash[13940]: cluster 2024-01-13T09:21:42.837262+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:44.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:43 smithi102 bash[13966]: cluster 2024-01-13T09:21:42.837262+0000 mgr.y (mgr.14140) 371 : cluster [DBG] pgmap v358: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:46.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:45 smithi084 bash[13940]: cluster 2024-01-13T09:21:44.838339+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:46.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:45 smithi084 bash[17496]: cluster 2024-01-13T09:21:44.838339+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:46.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:45 smithi102 bash[13966]: cluster 2024-01-13T09:21:44.838339+0000 mgr.y (mgr.14140) 372 : cluster [DBG] pgmap v359: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:48.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:47 smithi084 bash[13940]: cluster 2024-01-13T09:21:46.839334+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:48.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:47 smithi084 bash[17496]: cluster 2024-01-13T09:21:46.839334+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:48.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:47 smithi102 bash[13966]: cluster 2024-01-13T09:21:46.839334+0000 mgr.y (mgr.14140) 373 : cluster [DBG] pgmap v360: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:50.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:49 smithi084 bash[13940]: cluster 2024-01-13T09:21:48.840133+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:50.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:49 smithi084 bash[17496]: cluster 2024-01-13T09:21:48.840133+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:50.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:49 smithi102 bash[13966]: cluster 2024-01-13T09:21:48.840133+0000 mgr.y (mgr.14140) 374 : cluster [DBG] pgmap v361: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:52.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:51 smithi102 bash[13966]: cluster 2024-01-13T09:21:50.841198+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:52.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:51 smithi084 bash[17496]: cluster 2024-01-13T09:21:50.841198+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:52.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:51 smithi084 bash[13940]: cluster 2024-01-13T09:21:50.841198+0000 mgr.y (mgr.14140) 375 : cluster [DBG] pgmap v362: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:54.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:53 smithi084 bash[17496]: cluster 2024-01-13T09:21:52.841989+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:54.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:53 smithi084 bash[13940]: cluster 2024-01-13T09:21:52.841989+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:54.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:53 smithi102 bash[13966]: cluster 2024-01-13T09:21:52.841989+0000 mgr.y (mgr.14140) 376 : cluster [DBG] pgmap v363: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:56.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:55 smithi084 bash[13940]: cluster 2024-01-13T09:21:54.843013+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:56.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:55 smithi084 bash[17496]: cluster 2024-01-13T09:21:54.843013+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:56.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:55 smithi102 bash[13966]: cluster 2024-01-13T09:21:54.843013+0000 mgr.y (mgr.14140) 377 : cluster [DBG] pgmap v364: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:58.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:57 smithi084 bash[13940]: cluster 2024-01-13T09:21:56.843675+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:58.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:57 smithi084 bash[17496]: cluster 2024-01-13T09:21:56.843675+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:21:58.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:57 smithi102 bash[13966]: cluster 2024-01-13T09:21:56.843675+0000 mgr.y (mgr.14140) 378 : cluster [DBG] pgmap v365: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:00.161 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:21:59 smithi084 bash[17496]: cluster 2024-01-13T09:21:58.844332+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:00.162 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:21:59 smithi084 bash[13940]: cluster 2024-01-13T09:21:58.844332+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:00.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:21:59 smithi102 bash[13966]: cluster 2024-01-13T09:21:58.844332+0000 mgr.y (mgr.14140) 379 : cluster [DBG] pgmap v366: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:02.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:01 smithi102 bash[13966]: cluster 2024-01-13T09:22:00.845458+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:02.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:01 smithi084 bash[13940]: cluster 2024-01-13T09:22:00.845458+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:02.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:01 smithi084 bash[17496]: cluster 2024-01-13T09:22:00.845458+0000 mgr.y (mgr.14140) 380 : cluster [DBG] pgmap v367: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:04.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:03 smithi084 bash[13940]: cluster 2024-01-13T09:22:02.846399+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:04.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:03 smithi084 bash[17496]: cluster 2024-01-13T09:22:02.846399+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:04.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:03 smithi102 bash[13966]: cluster 2024-01-13T09:22:02.846399+0000 mgr.y (mgr.14140) 381 : cluster [DBG] pgmap v368: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:06.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:05 smithi084 bash[17496]: cluster 2024-01-13T09:22:04.847563+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:06.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:05 smithi084 bash[13940]: cluster 2024-01-13T09:22:04.847563+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:06.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:05 smithi102 bash[13966]: cluster 2024-01-13T09:22:04.847563+0000 mgr.y (mgr.14140) 382 : cluster [DBG] pgmap v369: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:06.535 INFO:teuthology.orchestra.run.smithi084.stdout:true 2024-01-13T09:22:07.177 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T09:22:07.177 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.a smithi084 running (4m) 2m ago 4m prom/alertmanager 9f27df16978d 8d308154cde4 2024-01-13T09:22:07.177 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.a smithi102 running (4m) 2m ago 4m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c da830e874c95 2024-01-13T09:22:07.177 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.x smithi102 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7274b66ae8a9 2024-01-13T09:22:07.177 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.y smithi084 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 393ba2553fd1 2024-01-13T09:22:07.177 INFO:teuthology.orchestra.run.smithi084.stdout:mon.a smithi084 running (11m) 2m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2ce805082b81 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:mon.b smithi102 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 af1da5b6040b 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:mon.c smithi084 running (9m) 2m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f62b810d3d37 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.a smithi084 running (5m) 2m ago 5m prom/node-exporter 72c9c2088986 505c4493cd2f 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.b smithi102 running (5m) 2m ago 5m prom/node-exporter 72c9c2088986 37956ab2a57c 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9131186b7bef 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (8m) 2m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ad7b8286e01f 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b86143cb2966 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 89c4db6b20ee 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi102 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3062c2890a3d 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi102 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8b3aed004371 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi102 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 03e84d27de71 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi102 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f0aaeb13a6c0 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.a smithi102 running (4m) 2m ago 5m prom/prometheus:latest ea7f826b1553 e8063ab0af66 2024-01-13T09:22:07.178 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi084.oatkxx smithi084 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b481ce3b512e 2024-01-13T09:22:07.179 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi102.wzmbxc smithi102 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 dccafea318ca 2024-01-13T09:22:07.522 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:22:07.522 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2024-01-13T09:22:07.522 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-13T09:22:07.522 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:22:07.522 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2024-01-13T09:22:07.522 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:22:07.522 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:22:07.522 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2024-01-13T09:22:07.522 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-13T09:22:07.523 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:22:07.523 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": {}, 2024-01-13T09:22:07.523 INFO:teuthology.orchestra.run.smithi084.stdout: "rgw": { 2024-01-13T09:22:07.523 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:22:07.523 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:22:07.523 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2024-01-13T09:22:07.523 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-13T09:22:07.523 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:22:07.523 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:22:07.857 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:22:07.858 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T09:22:07.858 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2024-01-13T09:22:07.858 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2024-01-13T09:22:07.858 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "" 2024-01-13T09:22:07.858 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:22:08.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:07 smithi084 bash[17496]: audit 2024-01-13T09:22:06.528637+0000 mgr.y (mgr.14140) 383 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:08.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:07 smithi084 bash[17496]: cluster 2024-01-13T09:22:06.848636+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:08.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:07 smithi084 bash[17496]: audit 2024-01-13T09:22:06.853235+0000 mgr.y (mgr.14140) 385 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:08.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:07 smithi084 bash[17496]: audit 2024-01-13T09:22:07.174438+0000 mgr.y (mgr.14140) 386 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:08.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:07 smithi084 bash[17496]: audit 2024-01-13T09:22:07.528735+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.84:0/2123979799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:22:08.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:07 smithi084 bash[13940]: audit 2024-01-13T09:22:06.528637+0000 mgr.y (mgr.14140) 383 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:08.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:07 smithi084 bash[13940]: cluster 2024-01-13T09:22:06.848636+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:08.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:07 smithi084 bash[13940]: audit 2024-01-13T09:22:06.853235+0000 mgr.y (mgr.14140) 385 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:08.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:07 smithi084 bash[13940]: audit 2024-01-13T09:22:07.174438+0000 mgr.y (mgr.14140) 386 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:08.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:07 smithi084 bash[13940]: audit 2024-01-13T09:22:07.528735+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.84:0/2123979799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:22:08.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:07 smithi102 bash[13966]: audit 2024-01-13T09:22:06.528637+0000 mgr.y (mgr.14140) 383 : audit [DBG] from='client.14754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:08.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:07 smithi102 bash[13966]: cluster 2024-01-13T09:22:06.848636+0000 mgr.y (mgr.14140) 384 : cluster [DBG] pgmap v370: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:08.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:07 smithi102 bash[13966]: audit 2024-01-13T09:22:06.853235+0000 mgr.y (mgr.14140) 385 : audit [DBG] from='client.14760 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:08.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:07 smithi102 bash[13966]: audit 2024-01-13T09:22:07.174438+0000 mgr.y (mgr.14140) 386 : audit [DBG] from='client.14766 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:08.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:07 smithi102 bash[13966]: audit 2024-01-13T09:22:07.528735+0000 mon.a (mon.0) 583 : audit [DBG] from='client.? 172.21.15.84:0/2123979799' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:22:09.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:08 smithi084 bash[13940]: audit 2024-01-13T09:22:07.863037+0000 mgr.y (mgr.14140) 387 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:09.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:08 smithi084 bash[17496]: audit 2024-01-13T09:22:07.863037+0000 mgr.y (mgr.14140) 387 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:09.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:08 smithi102 bash[13966]: audit 2024-01-13T09:22:07.863037+0000 mgr.y (mgr.14140) 387 : audit [DBG] from='client.24685 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:10.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:09 smithi084 bash[13940]: cluster 2024-01-13T09:22:08.849580+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:10.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:09 smithi084 bash[17496]: cluster 2024-01-13T09:22:08.849580+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:10.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:09 smithi102 bash[13966]: cluster 2024-01-13T09:22:08.849580+0000 mgr.y (mgr.14140) 388 : cluster [DBG] pgmap v371: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:12.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:11 smithi102 bash[13966]: cluster 2024-01-13T09:22:10.850809+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:11 smithi084 bash[13940]: cluster 2024-01-13T09:22:10.850809+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:12.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:11 smithi084 bash[17496]: cluster 2024-01-13T09:22:10.850809+0000 mgr.y (mgr.14140) 389 : cluster [DBG] pgmap v372: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:12 smithi102 bash[13966]: audit 2024-01-13T09:22:12.227680+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_version\": \"ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)\"}"}]: dispatch 2024-01-13T09:22:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:12 smithi102 bash[13966]: audit 2024-01-13T09:22:12.233591+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_version\": \"ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)\"}"}]': finished 2024-01-13T09:22:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:12 smithi102 bash[13966]: cephadm 2024-01-13T09:22:12.234141+0000 mgr.y (mgr.14140) 390 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb with id 163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0 2024-01-13T09:22:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:12 smithi102 bash[13966]: audit 2024-01-13T09:22:12.234579+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:22:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:12 smithi102 bash[13966]: cephadm 2024-01-13T09:22:12.236536+0000 mgr.y (mgr.14140) 391 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-13T09:22:13.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:12 smithi102 bash[13966]: cephadm 2024-01-13T09:22:12.236854+0000 mgr.y (mgr.14140) 392 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-13T09:22:13.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[13940]: audit 2024-01-13T09:22:12.227680+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_version\": \"ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)\"}"}]: dispatch 2024-01-13T09:22:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[13940]: audit 2024-01-13T09:22:12.233591+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_version\": \"ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)\"}"}]': finished 2024-01-13T09:22:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[13940]: cephadm 2024-01-13T09:22:12.234141+0000 mgr.y (mgr.14140) 390 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb with id 163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0 2024-01-13T09:22:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[13940]: audit 2024-01-13T09:22:12.234579+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:22:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[13940]: cephadm 2024-01-13T09:22:12.236536+0000 mgr.y (mgr.14140) 391 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-13T09:22:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[13940]: cephadm 2024-01-13T09:22:12.236854+0000 mgr.y (mgr.14140) 392 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-13T09:22:13.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[17496]: audit 2024-01-13T09:22:12.227680+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_version\": \"ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)\"}"}]: dispatch 2024-01-13T09:22:13.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[17496]: audit 2024-01-13T09:22:12.233591+0000 mon.a (mon.0) 585 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_version\": \"ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)\"}"}]': finished 2024-01-13T09:22:13.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[17496]: cephadm 2024-01-13T09:22:12.234141+0000 mgr.y (mgr.14140) 390 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb with id 163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0 2024-01-13T09:22:13.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[17496]: audit 2024-01-13T09:22:12.234579+0000 mon.a (mon.0) 586 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:22:13.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[17496]: cephadm 2024-01-13T09:22:12.236536+0000 mgr.y (mgr.14140) 391 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-13T09:22:13.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:12 smithi084 bash[17496]: cephadm 2024-01-13T09:22:12.236854+0000 mgr.y (mgr.14140) 392 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-13T09:22:14.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:13 smithi102 bash[13966]: cephadm 2024-01-13T09:22:12.486814+0000 mgr.y (mgr.14140) 393 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb on smithi102 2024-01-13T09:22:14.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:13 smithi102 bash[13966]: cluster 2024-01-13T09:22:12.851574+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:14.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:13 smithi084 bash[13940]: cephadm 2024-01-13T09:22:12.486814+0000 mgr.y (mgr.14140) 393 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb on smithi102 2024-01-13T09:22:14.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:13 smithi084 bash[13940]: cluster 2024-01-13T09:22:12.851574+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:14.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:13 smithi084 bash[17496]: cephadm 2024-01-13T09:22:12.486814+0000 mgr.y (mgr.14140) 393 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb on smithi102 2024-01-13T09:22:14.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:13 smithi084 bash[17496]: cluster 2024-01-13T09:22:12.851574+0000 mgr.y (mgr.14140) 394 : cluster [DBG] pgmap v373: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:16.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:15 smithi084 bash[13940]: cluster 2024-01-13T09:22:14.852706+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:16.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:15 smithi084 bash[17496]: cluster 2024-01-13T09:22:14.852706+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:16.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:15 smithi102 bash[13966]: cluster 2024-01-13T09:22:14.852706+0000 mgr.y (mgr.14140) 395 : cluster [DBG] pgmap v374: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:18.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:17 smithi084 bash[17496]: cluster 2024-01-13T09:22:16.853702+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:18.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:17 smithi084 bash[13940]: cluster 2024-01-13T09:22:16.853702+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:18.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:17 smithi102 bash[13966]: cluster 2024-01-13T09:22:16.853702+0000 mgr.y (mgr.14140) 396 : cluster [DBG] pgmap v375: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:20.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:19 smithi084 bash[13940]: cluster 2024-01-13T09:22:18.854669+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:20.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:19 smithi084 bash[17496]: cluster 2024-01-13T09:22:18.854669+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:20.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:19 smithi102 bash[13966]: cluster 2024-01-13T09:22:18.854669+0000 mgr.y (mgr.14140) 397 : cluster [DBG] pgmap v376: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:22.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:21 smithi102 bash[13966]: cluster 2024-01-13T09:22:20.855875+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:22.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:21 smithi084 bash[13940]: cluster 2024-01-13T09:22:20.855875+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:22.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:21 smithi084 bash[17496]: cluster 2024-01-13T09:22:20.855875+0000 mgr.y (mgr.14140) 398 : cluster [DBG] pgmap v377: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:24.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:23 smithi084 bash[13940]: cluster 2024-01-13T09:22:22.856731+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:24.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:23 smithi084 bash[17496]: cluster 2024-01-13T09:22:22.856731+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:24.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:23 smithi102 bash[13966]: cluster 2024-01-13T09:22:22.856731+0000 mgr.y (mgr.14140) 399 : cluster [DBG] pgmap v378: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:26.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:25 smithi084 bash[13940]: cluster 2024-01-13T09:22:24.857807+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:26.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:25 smithi084 bash[17496]: cluster 2024-01-13T09:22:24.857807+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:26.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:25 smithi102 bash[13966]: cluster 2024-01-13T09:22:24.857807+0000 mgr.y (mgr.14140) 400 : cluster [DBG] pgmap v379: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:28.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:27 smithi084 bash[13940]: cluster 2024-01-13T09:22:26.858751+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:28.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:27 smithi084 bash[17496]: cluster 2024-01-13T09:22:26.858751+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:28.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:27 smithi102 bash[13966]: cluster 2024-01-13T09:22:26.858751+0000 mgr.y (mgr.14140) 401 : cluster [DBG] pgmap v380: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:30.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:29 smithi084 bash[13940]: cluster 2024-01-13T09:22:28.859744+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:30.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:29 smithi084 bash[17496]: cluster 2024-01-13T09:22:28.859744+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:30.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:29 smithi102 bash[13966]: cluster 2024-01-13T09:22:28.859744+0000 mgr.y (mgr.14140) 402 : cluster [DBG] pgmap v381: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:32.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:31 smithi102 bash[13966]: cluster 2024-01-13T09:22:30.860939+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:32.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:31 smithi084 bash[13940]: cluster 2024-01-13T09:22:30.860939+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:32.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:31 smithi084 bash[17496]: cluster 2024-01-13T09:22:30.860939+0000 mgr.y (mgr.14140) 403 : cluster [DBG] pgmap v382: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:34.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:33 smithi084 bash[17496]: cluster 2024-01-13T09:22:32.861806+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:34.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:33 smithi084 bash[13940]: cluster 2024-01-13T09:22:32.861806+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:34.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:33 smithi102 bash[13966]: cluster 2024-01-13T09:22:32.861806+0000 mgr.y (mgr.14140) 404 : cluster [DBG] pgmap v383: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:36.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:35 smithi084 bash[13940]: cluster 2024-01-13T09:22:34.862974+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:36.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:35 smithi084 bash[17496]: cluster 2024-01-13T09:22:34.862974+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:36.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:35 smithi102 bash[13966]: cluster 2024-01-13T09:22:34.862974+0000 mgr.y (mgr.14140) 405 : cluster [DBG] pgmap v384: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:38.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:37 smithi084 bash[13940]: cluster 2024-01-13T09:22:36.863954+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:38.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:37 smithi084 bash[17496]: cluster 2024-01-13T09:22:36.863954+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:38.211 INFO:teuthology.orchestra.run.smithi084.stdout:true 2024-01-13T09:22:38.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:37 smithi102 bash[13966]: cluster 2024-01-13T09:22:36.863954+0000 mgr.y (mgr.14140) 406 : cluster [DBG] pgmap v385: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:38.854 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-13T09:22:38.854 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.a smithi084 running (4m) 3m ago 5m prom/alertmanager 9f27df16978d 8d308154cde4 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.a smithi102 running (5m) 3m ago 5m 6.6.2 ceph/ceph-grafana:latest 87a51ecf0b1c da830e874c95 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.x smithi102 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 7274b66ae8a9 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.y smithi084 running (11m) 3m ago 11m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 393ba2553fd1 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:mon.a smithi084 running (11m) 3m ago 12m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 2ce805082b81 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:mon.b smithi102 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 af1da5b6040b 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:mon.c smithi084 running (10m) 3m ago 10m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f62b810d3d37 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.a smithi084 running (5m) 3m ago 5m prom/node-exporter 72c9c2088986 505c4493cd2f 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.b smithi102 running (5m) 3m ago 5m prom/node-exporter 72c9c2088986 37956ab2a57c 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (9m) 3m ago 9m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 9131186b7bef 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 ad7b8286e01f 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (8m) 3m ago 8m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b86143cb2966 2024-01-13T09:22:38.855 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 89c4db6b20ee 2024-01-13T09:22:38.856 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi102 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 3062c2890a3d 2024-01-13T09:22:38.856 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi102 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8b3aed004371 2024-01-13T09:22:38.856 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi102 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 03e84d27de71 2024-01-13T09:22:38.856 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi102 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f0aaeb13a6c0 2024-01-13T09:22:38.856 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.a smithi102 running (4m) 3m ago 5m prom/prometheus:latest ea7f826b1553 e8063ab0af66 2024-01-13T09:22:38.856 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi084.oatkxx smithi084 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 b481ce3b512e 2024-01-13T09:22:38.856 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi102.wzmbxc smithi102 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 dccafea318ca 2024-01-13T09:22:39.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:38 smithi084 bash[13940]: audit 2024-01-13T09:22:38.204161+0000 mgr.y (mgr.14140) 407 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:39.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:38 smithi084 bash[17496]: audit 2024-01-13T09:22:38.204161+0000 mgr.y (mgr.14140) 407 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:39.199 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:22:39.199 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2024-01-13T09:22:39.199 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-13T09:22:39.199 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:22:39.199 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2024-01-13T09:22:39.199 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:22:39.199 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:22:39.199 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2024-01-13T09:22:39.199 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-13T09:22:39.199 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:22:39.200 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": {}, 2024-01-13T09:22:39.200 INFO:teuthology.orchestra.run.smithi084.stdout: "rgw": { 2024-01-13T09:22:39.200 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:22:39.200 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:22:39.200 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2024-01-13T09:22:39.200 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-13T09:22:39.200 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:22:39.200 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:22:39.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:38 smithi102 bash[13966]: audit 2024-01-13T09:22:38.204161+0000 mgr.y (mgr.14140) 407 : audit [DBG] from='client.14784 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:39.521 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:22:39.521 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T09:22:39.521 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2024-01-13T09:22:39.521 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2024-01-13T09:22:39.521 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "" 2024-01-13T09:22:39.521 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:22:40.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:39 smithi084 bash[13940]: audit 2024-01-13T09:22:38.525165+0000 mgr.y (mgr.14140) 408 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:40.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:39 smithi084 bash[13940]: audit 2024-01-13T09:22:38.845675+0000 mgr.y (mgr.14140) 409 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:40.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:39 smithi084 bash[13940]: cluster 2024-01-13T09:22:38.865010+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:40.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:39 smithi084 bash[13940]: audit 2024-01-13T09:22:39.205912+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.84:0/3386043363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:22:40.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:39 smithi084 bash[17496]: audit 2024-01-13T09:22:38.525165+0000 mgr.y (mgr.14140) 408 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:40.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:39 smithi084 bash[17496]: audit 2024-01-13T09:22:38.845675+0000 mgr.y (mgr.14140) 409 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:40.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:39 smithi084 bash[17496]: cluster 2024-01-13T09:22:38.865010+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:40.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:39 smithi084 bash[17496]: audit 2024-01-13T09:22:39.205912+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.84:0/3386043363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:22:40.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:39 smithi102 bash[13966]: audit 2024-01-13T09:22:38.525165+0000 mgr.y (mgr.14140) 408 : audit [DBG] from='client.24697 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:40.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:39 smithi102 bash[13966]: audit 2024-01-13T09:22:38.845675+0000 mgr.y (mgr.14140) 409 : audit [DBG] from='client.14796 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:40.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:39 smithi102 bash[13966]: cluster 2024-01-13T09:22:38.865010+0000 mgr.y (mgr.14140) 410 : cluster [DBG] pgmap v386: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:40.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:39 smithi102 bash[13966]: audit 2024-01-13T09:22:39.205912+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.84:0/3386043363' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:22:41.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:40 smithi084 bash[13940]: audit 2024-01-13T09:22:39.526745+0000 mgr.y (mgr.14140) 411 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:40 smithi084 bash[17496]: audit 2024-01-13T09:22:39.526745+0000 mgr.y (mgr.14140) 411 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:41.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:40 smithi102 bash[13966]: audit 2024-01-13T09:22:39.526745+0000 mgr.y (mgr.14140) 411 : audit [DBG] from='client.14808 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:22:42.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:41 smithi084 bash[13940]: cluster 2024-01-13T09:22:40.866188+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:42.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:41 smithi084 bash[17496]: cluster 2024-01-13T09:22:40.866188+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:42.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:41 smithi102 bash[13966]: cluster 2024-01-13T09:22:40.866188+0000 mgr.y (mgr.14140) 412 : cluster [DBG] pgmap v387: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:44.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:43 smithi102 bash[13966]: cluster 2024-01-13T09:22:42.867105+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:44.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:43 smithi084 bash[13940]: cluster 2024-01-13T09:22:42.867105+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:44.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:43 smithi084 bash[17496]: cluster 2024-01-13T09:22:42.867105+0000 mgr.y (mgr.14140) 413 : cluster [DBG] pgmap v388: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:46.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:45 smithi102 bash[13966]: cluster 2024-01-13T09:22:44.868197+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:46.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:45 smithi084 bash[13940]: cluster 2024-01-13T09:22:44.868197+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:46.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:45 smithi084 bash[17496]: cluster 2024-01-13T09:22:44.868197+0000 mgr.y (mgr.14140) 414 : cluster [DBG] pgmap v389: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:48.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:47 smithi102 bash[13966]: cluster 2024-01-13T09:22:46.869182+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:48.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:47 smithi084 bash[13940]: cluster 2024-01-13T09:22:46.869182+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:48.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:47 smithi084 bash[17496]: cluster 2024-01-13T09:22:46.869182+0000 mgr.y (mgr.14140) 415 : cluster [DBG] pgmap v390: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:50.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:49 smithi102 bash[13966]: cluster 2024-01-13T09:22:48.870218+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:50.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:49 smithi084 bash[13940]: cluster 2024-01-13T09:22:48.870218+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:50.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:49 smithi084 bash[17496]: cluster 2024-01-13T09:22:48.870218+0000 mgr.y (mgr.14140) 416 : cluster [DBG] pgmap v391: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:52.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:51 smithi102 bash[13966]: cluster 2024-01-13T09:22:50.871181+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:52.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:51 smithi084 bash[13940]: cluster 2024-01-13T09:22:50.871181+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:52.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:51 smithi084 bash[17496]: cluster 2024-01-13T09:22:50.871181+0000 mgr.y (mgr.14140) 417 : cluster [DBG] pgmap v392: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:54.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:53 smithi102 bash[13966]: cluster 2024-01-13T09:22:52.872010+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:54.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:53 smithi084 bash[13940]: cluster 2024-01-13T09:22:52.872010+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:54.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:53 smithi084 bash[17496]: cluster 2024-01-13T09:22:52.872010+0000 mgr.y (mgr.14140) 418 : cluster [DBG] pgmap v393: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:55.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[13940]: cephadm 2024-01-13T09:22:54.218440+0000 mgr.y (mgr.14140) 419 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-13T09:22:55.220 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[13940]: cephadm 2024-01-13T09:22:54.218644+0000 mgr.y (mgr.14140) 420 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-13T09:22:55.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[13940]: audit 2024-01-13T09:22:54.219307+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", "who": "mgr.x"}]: dispatch 2024-01-13T09:22:55.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[13940]: audit 2024-01-13T09:22:54.227381+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", "who": "mgr.x"}]': finished 2024-01-13T09:22:55.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[13940]: audit 2024-01-13T09:22:54.229297+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-13T09:22:55.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[13940]: audit 2024-01-13T09:22:54.231254+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:22:55.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[13940]: cephadm 2024-01-13T09:22:54.232688+0000 mgr.y (mgr.14140) 421 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-01-13T09:22:55.221 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[13940]: audit 2024-01-13T09:22:54.233816+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-13T09:22:55.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[17496]: cephadm 2024-01-13T09:22:54.218440+0000 mgr.y (mgr.14140) 419 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-13T09:22:55.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[17496]: cephadm 2024-01-13T09:22:54.218644+0000 mgr.y (mgr.14140) 420 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-13T09:22:55.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[17496]: audit 2024-01-13T09:22:54.219307+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", "who": "mgr.x"}]: dispatch 2024-01-13T09:22:55.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[17496]: audit 2024-01-13T09:22:54.227381+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", "who": "mgr.x"}]': finished 2024-01-13T09:22:55.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[17496]: audit 2024-01-13T09:22:54.229297+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-13T09:22:55.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[17496]: audit 2024-01-13T09:22:54.231254+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:22:55.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[17496]: cephadm 2024-01-13T09:22:54.232688+0000 mgr.y (mgr.14140) 421 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-01-13T09:22:55.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:54 smithi084 bash[17496]: audit 2024-01-13T09:22:54.233816+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-13T09:22:55.285 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:54 smithi102 bash[13966]: cephadm 2024-01-13T09:22:54.218440+0000 mgr.y (mgr.14140) 419 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-13T09:22:55.286 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:54 smithi102 bash[13966]: cephadm 2024-01-13T09:22:54.218644+0000 mgr.y (mgr.14140) 420 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-13T09:22:55.286 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:54 smithi102 bash[13966]: audit 2024-01-13T09:22:54.219307+0000 mon.a (mon.0) 587 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", "who": "mgr.x"}]: dispatch 2024-01-13T09:22:55.286 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:54 smithi102 bash[13966]: audit 2024-01-13T09:22:54.227381+0000 mon.a (mon.0) 588 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", "who": "mgr.x"}]': finished 2024-01-13T09:22:55.286 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:54 smithi102 bash[13966]: audit 2024-01-13T09:22:54.229297+0000 mon.a (mon.0) 589 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-13T09:22:55.286 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:54 smithi102 bash[13966]: audit 2024-01-13T09:22:54.231254+0000 mon.a (mon.0) 590 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:22:55.286 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:54 smithi102 bash[13966]: cephadm 2024-01-13T09:22:54.232688+0000 mgr.y (mgr.14140) 421 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-01-13T09:22:55.286 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:54 smithi102 bash[13966]: audit 2024-01-13T09:22:54.233816+0000 mon.a (mon.0) 591 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-13T09:22:56.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:56 smithi102 bash[13966]: cluster 2024-01-13T09:22:54.873190+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:56.628 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:22:56 smithi102 systemd[1]: Stopping Ceph mgr.x for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:22:56.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:56 smithi084 bash[13940]: cluster 2024-01-13T09:22:54.873190+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:56.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:56 smithi084 bash[17496]: cluster 2024-01-13T09:22:54.873190+0000 mgr.y (mgr.14140) 422 : cluster [DBG] pgmap v394: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:58.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:22:58 smithi102 bash[13966]: cluster 2024-01-13T09:22:56.874239+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:58.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:22:58 smithi084 bash[17496]: cluster 2024-01-13T09:22:56.874239+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:22:58.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:22:58 smithi084 bash[13940]: cluster 2024-01-13T09:22:56.874239+0000 mgr.y (mgr.14140) 423 : cluster [DBG] pgmap v395: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:00.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:00 smithi102 bash[13966]: cluster 2024-01-13T09:22:58.875333+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:00.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:00 smithi084 bash[17496]: cluster 2024-01-13T09:22:58.875333+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:00.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:00 smithi084 bash[13940]: cluster 2024-01-13T09:22:58.875333+0000 mgr.y (mgr.14140) 424 : cluster [DBG] pgmap v396: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:02.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:01 smithi102 bash[13966]: cluster 2024-01-13T09:23:00.876411+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:02.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:01 smithi084 bash[13940]: cluster 2024-01-13T09:23:00.876411+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:02.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:01 smithi084 bash[17496]: cluster 2024-01-13T09:23:00.876411+0000 mgr.y (mgr.14140) 425 : cluster [DBG] pgmap v397: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:04.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:03 smithi084 bash[13940]: cluster 2024-01-13T09:23:02.877299+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:04.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:03 smithi084 bash[17496]: cluster 2024-01-13T09:23:02.877299+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:04.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:03 smithi102 bash[13966]: cluster 2024-01-13T09:23:02.877299+0000 mgr.y (mgr.14140) 426 : cluster [DBG] pgmap v398: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:06.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:05 smithi084 bash[17496]: cluster 2024-01-13T09:23:04.878365+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:06.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:05 smithi084 bash[13940]: cluster 2024-01-13T09:23:04.878365+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:06.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:05 smithi102 bash[13966]: cluster 2024-01-13T09:23:04.878365+0000 mgr.y (mgr.14140) 427 : cluster [DBG] pgmap v399: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:07.377 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:07 smithi102 docker[25469]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr.x 2024-01-13T09:23:07.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:07 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-01-13T09:23:07.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:07 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-01-13T09:23:07.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:07 smithi102 systemd[1]: Stopped Ceph mgr.x for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:23:07.878 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:07 smithi102 systemd[1]: Starting Ceph mgr.x for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:23:07.878 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:07 smithi102 docker[25550]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr.x 2024-01-13T09:23:07.878 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:07 smithi102 systemd[1]: Started Ceph mgr.x for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:23:08.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[13940]: cluster 2024-01-13T09:23:06.879308+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:08.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[17496]: cluster 2024-01-13T09:23:06.879308+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:08.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[13940]: audit 2024-01-13T09:23:07.529945+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:23:08.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[17496]: audit 2024-01-13T09:23:07.529945+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:23:08.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[17496]: audit 2024-01-13T09:23:07.536419+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:23:08.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[13940]: audit 2024-01-13T09:23:07.536419+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:23:08.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[17496]: audit 2024-01-13T09:23:07.821495+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]: dispatch 2024-01-13T09:23:08.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[17496]: audit 2024-01-13T09:23:07.829767+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]': finished 2024-01-13T09:23:08.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[17496]: audit 2024-01-13T09:23:07.831438+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:23:08.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[13940]: audit 2024-01-13T09:23:07.821495+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]: dispatch 2024-01-13T09:23:08.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[13940]: audit 2024-01-13T09:23:07.829767+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]': finished 2024-01-13T09:23:08.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:07 smithi084 bash[13940]: audit 2024-01-13T09:23:07.831438+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:23:08.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:07 smithi102 bash[13966]: cluster 2024-01-13T09:23:06.879308+0000 mgr.y (mgr.14140) 428 : cluster [DBG] pgmap v400: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:08.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:07 smithi102 bash[13966]: audit 2024-01-13T09:23:07.529945+0000 mon.a (mon.0) 592 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]: dispatch 2024-01-13T09:23:08.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:07 smithi102 bash[13966]: audit 2024-01-13T09:23:07.536419+0000 mon.a (mon.0) 593 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:12:07.246991\"}"}]': finished 2024-01-13T09:23:08.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:07 smithi102 bash[13966]: audit 2024-01-13T09:23:07.821495+0000 mon.a (mon.0) 594 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]: dispatch 2024-01-13T09:23:08.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:07 smithi102 bash[13966]: audit 2024-01-13T09:23:07.829767+0000 mon.a (mon.0) 595 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.199910\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200240\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200360\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200479\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200597\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200715\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200835\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.200954\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:19:20.201071\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]': finished 2024-01-13T09:23:08.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:07 smithi102 bash[13966]: audit 2024-01-13T09:23:07.831438+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-13T09:23:08.671 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:08 smithi102 bash[25570]: debug 2024-01-13T09:23:08.504+0000 7f8fe49a6700 1 -- 172.21.15.102:0/2124199143 <== mon.2 v2:172.21.15.102:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55a6a5c4e4e0 con 0x55a6a5d42c00 2024-01-13T09:23:08.952 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:08 smithi102 bash[25570]: debug 2024-01-13T09:23:08.676+0000 7f8ff4f9f680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-13T09:23:08.952 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:08 smithi102 bash[25570]: debug 2024-01-13T09:23:08.784+0000 7f8ff4f9f680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-13T09:23:09.303 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[25570]: debug 2024-01-13T09:23:09.308+0000 7f8ff4f9f680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-13T09:23:09.869 INFO:teuthology.orchestra.run.smithi084.stdout:true 2024-01-13T09:23:10.216 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[13966]: cluster 2024-01-13T09:23:08.880357+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:10.216 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[13966]: audit 2024-01-13T09:23:09.367535+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363718\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363920\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:23:07.534363\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364046\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364167\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364287\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364406\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364526\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364647\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364768\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364888\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:23:09.365181\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]: dispatch 2024-01-13T09:23:10.216 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[13966]: audit 2024-01-13T09:23:09.373846+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363718\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363920\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:23:07.534363\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364046\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364167\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364287\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364406\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364526\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364647\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364768\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364888\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:23:09.365181\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]': finished 2024-01-13T09:23:10.216 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[13966]: cephadm 2024-01-13T09:23:09.380039+0000 mgr.y (mgr.14140) 430 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb with id 163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0 2024-01-13T09:23:10.216 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[13966]: audit 2024-01-13T09:23:09.380562+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:23:10.216 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[13966]: cephadm 2024-01-13T09:23:09.382370+0000 mgr.y (mgr.14140) 431 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-13T09:23:10.216 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[13966]: cephadm 2024-01-13T09:23:09.382569+0000 mgr.y (mgr.14140) 432 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-13T09:23:10.216 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[13966]: cephadm 2024-01-13T09:23:09.386345+0000 mgr.y (mgr.14140) 433 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-13T09:23:10.217 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[13966]: audit 2024-01-13T09:23:09.387163+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-13T09:23:10.217 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:09 smithi102 bash[13966]: cluster 2024-01-13T09:23:09.395907+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-13T09:23:10.401 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[17496]: cluster 2024-01-13T09:23:08.880357+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:10.402 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[13940]: cluster 2024-01-13T09:23:08.880357+0000 mgr.y (mgr.14140) 429 : cluster [DBG] pgmap v401: 129 pgs: 129 active+clean; 7.0 KiB data, 5.1 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:10.402 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[17496]: audit 2024-01-13T09:23:09.367535+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363718\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363920\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:23:07.534363\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364046\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364167\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364287\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364406\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364526\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364647\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364768\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364888\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:23:09.365181\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]: dispatch 2024-01-13T09:23:10.402 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[17496]: audit 2024-01-13T09:23:09.373846+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363718\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363920\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:23:07.534363\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364046\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364167\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364287\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364406\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364526\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364647\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364768\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364888\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:23:09.365181\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]': finished 2024-01-13T09:23:10.402 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[17496]: cephadm 2024-01-13T09:23:09.380039+0000 mgr.y (mgr.14140) 430 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb with id 163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0 2024-01-13T09:23:10.402 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[17496]: audit 2024-01-13T09:23:09.380562+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:23:10.402 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[17496]: cephadm 2024-01-13T09:23:09.382370+0000 mgr.y (mgr.14140) 431 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-13T09:23:10.403 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[17496]: cephadm 2024-01-13T09:23:09.382569+0000 mgr.y (mgr.14140) 432 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-13T09:23:10.403 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[17496]: cephadm 2024-01-13T09:23:09.386345+0000 mgr.y (mgr.14140) 433 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-13T09:23:10.403 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[17496]: audit 2024-01-13T09:23:09.387163+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-13T09:23:10.403 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[17496]: cluster 2024-01-13T09:23:09.395907+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-13T09:23:10.403 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[13940]: audit 2024-01-13T09:23:09.367535+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363718\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363920\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:23:07.534363\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364046\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364167\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364287\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364406\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364526\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364647\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364768\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364888\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:23:09.365181\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]: dispatch 2024-01-13T09:23:10.403 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[13940]: audit 2024-01-13T09:23:09.373846+0000 mon.a (mon.0) 598 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"b\", \"daemon_type\": \"mon\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363718\", \"created\": \"2024-01-13T09:12:39.558047\", \"started\": \"2024-01-13T09:12:39.584300\"}, \"mgr.x\": {\"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.363920\", \"created\": \"2024-01-13T09:12:55.821673\", \"started\": \"2024-01-13T09:23:07.534363\"}, \"osd.4\": {\"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364046\", \"created\": \"2024-01-13T09:15:02.186751\", \"started\": \"2024-01-13T09:15:06.217953\"}, \"osd.5\": {\"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364167\", \"created\": \"2024-01-13T09:15:28.098153\", \"started\": \"2024-01-13T09:15:31.670637\"}, \"osd.6\": {\"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364287\", \"created\": \"2024-01-13T09:15:54.553542\", \"started\": \"2024-01-13T09:15:58.889692\"}, \"osd.7\": {\"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364406\", \"created\": \"2024-01-13T09:16:19.724960\", \"started\": \"2024-01-13T09:16:23.423996\"}, \"prometheus.a\": {\"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364526\", \"created\": \"2024-01-13T09:16:52.756198\", \"started\": \"2024-01-13T09:17:53.436440\"}, \"node-exporter.b\": {\"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364647\", \"created\": \"2024-01-13T09:16:54.908148\", \"started\": \"2024-01-13T09:17:00.112490\"}, \"grafana.a\": {\"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364768\", \"created\": \"2024-01-13T09:17:36.259203\", \"started\": \"2024-01-13T09:17:36.276868\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-13T09:23:09.364888\", \"created\": \"2024-01-13T09:19:18.077075\", \"started\": \"2024-01-13T09:19:18.097778\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000\"}}, \"last_daemon_update\": \"2024-01-13T09:23:09.365181\", \"last_device_update\": \"2024-01-13T09:16:27.083554\", \"networks\": {\"172.17.0.0/16\": [\"172.17.0.1\"], \"172.21.0.0/20\": [\"172.21.15.102\"], \"172.21.15.254\": [\"172.21.15.102\"]}, \"last_host_check\": \"2024-01-13T09:23:07.819211\"}"}]': finished 2024-01-13T09:23:10.403 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[13940]: cephadm 2024-01-13T09:23:09.380039+0000 mgr.y (mgr.14140) 430 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb with id 163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0 2024-01-13T09:23:10.403 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[13940]: audit 2024-01-13T09:23:09.380562+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:23:10.403 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[13940]: cephadm 2024-01-13T09:23:09.382370+0000 mgr.y (mgr.14140) 431 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-13T09:23:10.404 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[13940]: cephadm 2024-01-13T09:23:09.382569+0000 mgr.y (mgr.14140) 432 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-13T09:23:10.404 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[13940]: cephadm 2024-01-13T09:23:09.386345+0000 mgr.y (mgr.14140) 433 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-13T09:23:10.404 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[13940]: audit 2024-01-13T09:23:09.387163+0000 mon.a (mon.0) 600 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-13T09:23:10.404 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:09 smithi084 bash[13940]: cluster 2024-01-13T09:23:09.395907+0000 mon.a (mon.0) 601 : cluster [DBG] osdmap e59: 8 total, 8 up, 8 in 2024-01-13T09:23:10.587 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:10 smithi102 bash[25570]: debug 2024-01-13T09:23:10.220+0000 7f8ff4f9f680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-13T09:23:10.587 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:10 smithi102 bash[25570]: debug 2024-01-13T09:23:10.320+0000 7f8ff4f9f680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-13T09:23:10.698 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:23:10 smithi084 bash[14195]: ignoring --setuser ceph since I am not root 2024-01-13T09:23:10.698 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:23:10 smithi084 bash[14195]: ignoring --setgroup ceph since I am not root 2024-01-13T09:23:10.877 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:10 smithi102 bash[25570]: debug 2024-01-13T09:23:10.592+0000 7f8ff4f9f680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-13T09:23:11.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:11 smithi102 bash[13966]: audit 2024-01-13T09:23:10.380754+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-13T09:23:11.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:11 smithi102 bash[13966]: cluster 2024-01-13T09:23:10.380830+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: x(active, starting, since 0.99271s) 2024-01-13T09:23:11.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:11 smithi084 bash[13940]: audit 2024-01-13T09:23:10.380754+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-13T09:23:11.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:11 smithi084 bash[13940]: cluster 2024-01-13T09:23:10.380830+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: x(active, starting, since 0.99271s) 2024-01-13T09:23:11.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:11 smithi084 bash[17496]: audit 2024-01-13T09:23:10.380754+0000 mon.a (mon.0) 602 : audit [INF] from='mgr.14140 172.21.15.84:0/3581839562' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-13T09:23:11.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:11 smithi084 bash[17496]: cluster 2024-01-13T09:23:10.380830+0000 mon.a (mon.0) 603 : cluster [DBG] mgrmap e15: x(active, starting, since 0.99271s) 2024-01-13T09:23:11.982 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:11 smithi102 bash[25570]: debug 2024-01-13T09:23:11.731+0000 7f8ff4f9f680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-13T09:23:11.982 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:11 smithi102 bash[25570]: debug 2024-01-13T09:23:11.887+0000 7f8ff4f9f680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:23:12.310 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:11 smithi102 bash[25570]: debug 2024-01-13T09:23:11.987+0000 7f8ff4f9f680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-13T09:23:12.310 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:12 smithi102 bash[25570]: debug 2024-01-13T09:23:12.099+0000 7f8ff4f9f680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-13T09:23:12.627 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:12 smithi102 bash[25570]: debug 2024-01-13T09:23:12.315+0000 7f8ff4f9f680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-13T09:23:13.127 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:12 smithi102 bash[25570]: debug 2024-01-13T09:23:12.675+0000 7f8ff4f9f680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-13T09:23:13.128 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:12 smithi102 bash[25570]: debug 2024-01-13T09:23:12.791+0000 7f8ff4f9f680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-13T09:23:14.068 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:13 smithi102 bash[25570]: debug 2024-01-13T09:23:13.643+0000 7f8ff4f9f680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-13T09:23:14.068 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:13 smithi102 bash[25570]: debug 2024-01-13T09:23:13.743+0000 7f8ff4f9f680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-13T09:23:14.068 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:13 smithi102 bash[25570]: debug 2024-01-13T09:23:13.855+0000 7f8ff4f9f680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-13T09:23:14.352 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:14 smithi102 bash[25570]: debug 2024-01-13T09:23:14.071+0000 7f8ff4f9f680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-13T09:23:14.627 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:14 smithi102 bash[25570]: debug 2024-01-13T09:23:14.355+0000 7f8ff4f9f680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-13T09:23:14.628 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:14 smithi102 bash[25570]: debug 2024-01-13T09:23:14.519+0000 7f8ff4f9f680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-13T09:23:15.002 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:14 smithi102 bash[25570]: debug 2024-01-13T09:23:14.687+0000 7f8ff4f9f680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:23:15.002 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:14 smithi102 bash[25570]: debug 2024-01-13T09:23:14.899+0000 7f8ff4f9f680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-13T09:23:15.002 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:14 smithi102 bash[13966]: cluster 2024-01-13T09:23:14.699681+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon y started 2024-01-13T09:23:15.003 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:14 smithi102 bash[13966]: audit 2024-01-13T09:23:14.700936+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.84:0/947612811' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:23:15.003 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:14 smithi102 bash[13966]: audit 2024-01-13T09:23:14.703229+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.84:0/947612811' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:23:15.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:14 smithi084 bash[17496]: cluster 2024-01-13T09:23:14.699681+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon y started 2024-01-13T09:23:15.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:14 smithi084 bash[17496]: audit 2024-01-13T09:23:14.700936+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.84:0/947612811' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:23:15.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:14 smithi084 bash[17496]: audit 2024-01-13T09:23:14.703229+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.84:0/947612811' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:23:15.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:14 smithi084 bash[13940]: cluster 2024-01-13T09:23:14.699681+0000 mon.a (mon.0) 604 : cluster [DBG] Standby manager daemon y started 2024-01-13T09:23:15.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:14 smithi084 bash[13940]: audit 2024-01-13T09:23:14.700936+0000 mon.c (mon.1) 18 : audit [DBG] from='mgr.? 172.21.15.84:0/947612811' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:23:15.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:14 smithi084 bash[13940]: audit 2024-01-13T09:23:14.703229+0000 mon.c (mon.1) 19 : audit [DBG] from='mgr.? 172.21.15.84:0/947612811' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:23:15.377 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:15 smithi102 bash[25570]: debug 2024-01-13T09:23:15.007+0000 7f8ff4f9f680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-13T09:23:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:15 smithi102 bash[13966]: cluster 2024-01-13T09:23:14.761193+0000 mon.a (mon.0) 605 : cluster [DBG] mgrmap e16: x(active, starting, since 5s), standbys: y 2024-01-13T09:23:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:15 smithi102 bash[13966]: cluster 2024-01-13T09:23:15.030975+0000 mon.a (mon.0) 606 : cluster [INF] Active manager daemon x restarted 2024-01-13T09:23:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:15 smithi102 bash[13966]: cluster 2024-01-13T09:23:15.032263+0000 mon.a (mon.0) 607 : cluster [INF] Activating manager daemon x 2024-01-13T09:23:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:15 smithi102 bash[13966]: audit 2024-01-13T09:23:15.034981+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:23:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:15 smithi102 bash[13966]: cluster 2024-01-13T09:23:15.040581+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-13T09:23:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:15 smithi102 bash[13966]: audit 2024-01-13T09:23:15.042867+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:23:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:15 smithi102 bash[13966]: audit 2024-01-13T09:23:15.046099+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:23:16.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:15 smithi102 bash[13966]: audit 2024-01-13T09:23:15.047399+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:23:16.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[13940]: cluster 2024-01-13T09:23:14.761193+0000 mon.a (mon.0) 605 : cluster [DBG] mgrmap e16: x(active, starting, since 5s), standbys: y 2024-01-13T09:23:16.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[13940]: cluster 2024-01-13T09:23:15.030975+0000 mon.a (mon.0) 606 : cluster [INF] Active manager daemon x restarted 2024-01-13T09:23:16.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[13940]: cluster 2024-01-13T09:23:15.032263+0000 mon.a (mon.0) 607 : cluster [INF] Activating manager daemon x 2024-01-13T09:23:16.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[13940]: audit 2024-01-13T09:23:15.034981+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:23:16.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[13940]: cluster 2024-01-13T09:23:15.040581+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-13T09:23:16.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[13940]: audit 2024-01-13T09:23:15.042867+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:23:16.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[13940]: audit 2024-01-13T09:23:15.046099+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:23:16.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[13940]: audit 2024-01-13T09:23:15.047399+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:23:16.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[17496]: cluster 2024-01-13T09:23:14.761193+0000 mon.a (mon.0) 605 : cluster [DBG] mgrmap e16: x(active, starting, since 5s), standbys: y 2024-01-13T09:23:16.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[17496]: cluster 2024-01-13T09:23:15.030975+0000 mon.a (mon.0) 606 : cluster [INF] Active manager daemon x restarted 2024-01-13T09:23:16.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[17496]: cluster 2024-01-13T09:23:15.032263+0000 mon.a (mon.0) 607 : cluster [INF] Activating manager daemon x 2024-01-13T09:23:16.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[17496]: audit 2024-01-13T09:23:15.034981+0000 mon.b (mon.2) 20 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:23:16.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[17496]: cluster 2024-01-13T09:23:15.040581+0000 mon.a (mon.0) 608 : cluster [DBG] osdmap e60: 8 total, 8 up, 8 in 2024-01-13T09:23:16.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[17496]: audit 2024-01-13T09:23:15.042867+0000 mon.b (mon.2) 21 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:23:16.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[17496]: audit 2024-01-13T09:23:15.046099+0000 mon.b (mon.2) 22 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:23:16.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:15 smithi084 bash[17496]: audit 2024-01-13T09:23:15.047399+0000 mon.b (mon.2) 23 : audit [DBG] from='mgr.? 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:23:17.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:16 smithi102 bash[13966]: cluster 2024-01-13T09:23:15.791843+0000 mon.a (mon.0) 609 : cluster [DBG] mgrmap e17: x(active, starting, since 0.759884s), standbys: y 2024-01-13T09:23:17.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:16 smithi084 bash[13940]: cluster 2024-01-13T09:23:15.791843+0000 mon.a (mon.0) 609 : cluster [DBG] mgrmap e17: x(active, starting, since 0.759884s), standbys: y 2024-01-13T09:23:17.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:16 smithi084 bash[17496]: cluster 2024-01-13T09:23:15.791843+0000 mon.a (mon.0) 609 : cluster [DBG] mgrmap e17: x(active, starting, since 0.759884s), standbys: y 2024-01-13T09:23:22.099 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.797843+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.798287+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.798706+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.801572+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.802193+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.802779+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.803577+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.804448+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.805193+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.805980+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.806720+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:23:22.100 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.807474+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.808403+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.809165+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.809914+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.810602+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.811779+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.812760+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.813213+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.813644+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi084"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.814087+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.814522+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.814968+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.815356+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.815793+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-13T09:23:22.101 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.816207+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.816630+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.817032+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.817454+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.817886+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.818326+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.818728+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.819166+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.819573+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.819986+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.820370+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.820784+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:23:22.102 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:21 smithi102 bash[13966]: audit 2024-01-13T09:23:21.821211+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:23:22.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.797843+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:23:22.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.798287+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:23:22.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.798706+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:23:22.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.801572+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:23:22.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.802193+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:23:22.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.802779+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:23:22.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.803577+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:23:22.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.804448+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:23:22.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.805193+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:23:22.103 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.805980+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.806720+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.807474+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.808403+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.809165+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.809914+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.810602+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.811779+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.812760+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.797843+0000 mon.b (mon.2) 24 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.798287+0000 mon.b (mon.2) 25 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:23:22.104 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.798706+0000 mon.b (mon.2) 26 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.801572+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.802193+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.802779+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.803577+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.804448+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.805193+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.805980+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.806720+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.807474+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.808403+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.809165+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.809914+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.810602+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.811779+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:23:22.105 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.812760+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-13T09:23:22.106 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.813213+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-13T09:23:22.106 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.813644+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi084"}]: dispatch 2024-01-13T09:23:22.106 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.814087+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-01-13T09:23:22.106 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.814522+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T09:23:22.106 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.814968+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-13T09:23:22.106 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.815356+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-13T09:23:22.106 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.815793+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-13T09:23:22.106 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.816207+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-13T09:23:22.106 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.816630+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-13T09:23:22.106 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.817032+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.817454+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.817886+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.818326+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.818728+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.819166+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.819573+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.819986+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.813213+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.813644+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi084"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.814087+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-01-13T09:23:22.107 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.814522+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T09:23:22.108 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.814968+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-13T09:23:22.108 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.815356+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-13T09:23:22.108 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.815793+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-13T09:23:22.108 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.816207+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-13T09:23:22.108 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.816630+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-13T09:23:22.108 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.817032+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-13T09:23:22.108 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.817454+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T09:23:22.111 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.817886+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T09:23:22.111 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.818326+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-13T09:23:22.111 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.818728+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-13T09:23:22.111 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.819166+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:23:22.111 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.819573+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:23:22.111 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.819986+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-13T09:23:22.111 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.820370+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-13T09:23:22.112 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.820784+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:23:22.113 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[13940]: audit 2024-01-13T09:23:21.821211+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:23:22.113 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.820370+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-13T09:23:22.113 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.820784+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:23:22.113 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:21 smithi084 bash[17496]: audit 2024-01-13T09:23:21.821211+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:23:22.377 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[25570]: Warning: Permanently added '172.21.15.84' (ECDSA) to the list of known hosts. 2024-01-13T09:23:22.927 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T09:23:22.927 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.a smithi084 running (5m) 4m ago 6m - - 9f27df16978d 8d308154cde4 2024-01-13T09:23:22.927 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.a smithi102 running (5m) 13s ago 5m - - 6.6.2 87a51ecf0b1c da830e874c95 2024-01-13T09:23:22.927 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.x smithi102 running (15s) 13s ago 10m - - 16.2.14-456-g445562ab 163fd1944c31 4d39d6213876 2024-01-13T09:23:22.927 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.y smithi084 running (12m) 4m ago 12m - - 15.2.0 204a01f9b0b6 393ba2553fd1 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:mon.a smithi084 running (12m) 4m ago 12m - 2048M 15.2.0 204a01f9b0b6 2ce805082b81 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:mon.b smithi102 running (10m) 13s ago 10m - 2048M 15.2.0 204a01f9b0b6 af1da5b6040b 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:mon.c smithi084 running (10m) 4m ago 10m - 2048M 15.2.0 204a01f9b0b6 f62b810d3d37 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.a smithi084 running (6m) 4m ago 6m - - 72c9c2088986 505c4493cd2f 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.b smithi102 running (6m) 13s ago 6m - - 72c9c2088986 37956ab2a57c 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (10m) 4m ago 10m - 4096M 15.2.0 204a01f9b0b6 9131186b7bef 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (9m) 4m ago 9m - 4096M 15.2.0 204a01f9b0b6 ad7b8286e01f 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (9m) 4m ago 9m - 4096M 15.2.0 204a01f9b0b6 b86143cb2966 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (8m) 4m ago 8m - 4096M 15.2.0 204a01f9b0b6 89c4db6b20ee 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi102 running (8m) 13s ago 8m - 4096M 15.2.0 204a01f9b0b6 3062c2890a3d 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi102 running (7m) 13s ago 7m - 4096M 15.2.0 204a01f9b0b6 8b3aed004371 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi102 running (7m) 13s ago 7m - 4096M 15.2.0 204a01f9b0b6 03e84d27de71 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi102 running (6m) 13s ago 7m - 4096M 15.2.0 204a01f9b0b6 f0aaeb13a6c0 2024-01-13T09:23:22.928 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.a smithi102 running (5m) 13s ago 6m - - ea7f826b1553 e8063ab0af66 2024-01-13T09:23:22.929 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi084.oatkxx smithi084 running (4m) 4m ago 4m - - 15.2.0 204a01f9b0b6 b481ce3b512e 2024-01-13T09:23:22.929 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi102.wzmbxc smithi102 running (4m) 13s ago 4m - - 15.2.0 204a01f9b0b6 dccafea318ca 2024-01-13T09:23:23.131 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: cluster 2024-01-13T09:23:21.852472+0000 mon.a (mon.0) 610 : cluster [INF] Manager daemon x is now available 2024-01-13T09:23:23.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:21.859569+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:23:23.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: cephadm 2024-01-13T09:23:21.860032+0000 mgr.x (mgr.34667) 1 : cephadm [INF] inventory: adjusted host smithi084 addr 'smithi084' -> '172.21.15.84' 2024-01-13T09:23:23.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:21.860555+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:23:23.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:21.863247+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-13T09:23:23.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:21.872056+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: cephadm 2024-01-13T09:23:21.872342+0000 mgr.x (mgr.34667) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:21.872765+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:21.878164+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:22.005035+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:22.005717+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:22.011006+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:22.015128+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:22.017693+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:22.076204+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:22.077048+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:22.084075+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-13T09:23:23.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:22 smithi102 bash[13966]: audit 2024-01-13T09:23:22.084877+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-13T09:23:23.182 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: cluster 2024-01-13T09:23:21.852472+0000 mon.a (mon.0) 610 : cluster [INF] Manager daemon x is now available 2024-01-13T09:23:23.182 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:21.859569+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:23:23.182 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: cephadm 2024-01-13T09:23:21.860032+0000 mgr.x (mgr.34667) 1 : cephadm [INF] inventory: adjusted host smithi084 addr 'smithi084' -> '172.21.15.84' 2024-01-13T09:23:23.182 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:21.860555+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:23:23.182 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:21.863247+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-13T09:23:23.182 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:21.872056+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: cephadm 2024-01-13T09:23:21.872342+0000 mgr.x (mgr.34667) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:21.872765+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:21.878164+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:22.005035+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:22.005717+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:22.011006+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:22.015128+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:22.017693+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:22.076204+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:22.077048+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:22.084075+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-13T09:23:23.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[13940]: audit 2024-01-13T09:23:22.084877+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-13T09:23:23.184 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: cluster 2024-01-13T09:23:21.852472+0000 mon.a (mon.0) 610 : cluster [INF] Manager daemon x is now available 2024-01-13T09:23:23.184 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:21.859569+0000 mon.a (mon.0) 611 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:23:23.184 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: cephadm 2024-01-13T09:23:21.860032+0000 mgr.x (mgr.34667) 1 : cephadm [INF] inventory: adjusted host smithi084 addr 'smithi084' -> '172.21.15.84' 2024-01-13T09:23:23.184 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:21.860555+0000 mon.b (mon.2) 62 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:23:23.184 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:21.863247+0000 mon.a (mon.0) 612 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"smithi102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-13T09:23:23.184 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:21.872056+0000 mon.a (mon.0) 613 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-13T09:23:23.184 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: cephadm 2024-01-13T09:23:21.872342+0000 mgr.x (mgr.34667) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-13T09:23:23.184 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:21.872765+0000 mon.b (mon.2) 63 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-13T09:23:23.185 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:21.878164+0000 mon.a (mon.0) 614 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-13T09:23:23.185 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:22.005035+0000 mon.a (mon.0) 615 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-13T09:23:23.185 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:22.005717+0000 mon.b (mon.2) 64 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]: dispatch 2024-01-13T09:23:23.185 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:22.011006+0000 mon.a (mon.0) 616 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/config_checks","val":"{\"kernel_security\": \"enabled\", \"os_subscription\": \"enabled\", \"public_network\": \"enabled\", \"osd_mtu_size\": \"enabled\", \"osd_linkspeed\": \"enabled\", \"network_missing\": \"enabled\", \"ceph_release\": \"enabled\", \"kernel_version\": \"enabled\"}"}]': finished 2024-01-13T09:23:23.185 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:22.015128+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:23:23.185 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:22.017693+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:23:23.185 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:22.076204+0000 mon.a (mon.0) 617 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:23:23.185 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:22.077048+0000 mon.b (mon.2) 67 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:23:23.185 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:22.084075+0000 mon.a (mon.0) 618 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-13T09:23:23.185 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:22 smithi084 bash[17496]: audit 2024-01-13T09:23:22.084877+0000 mon.b (mon.2) 68 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-13T09:23:23.372 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:23:23.372 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2024-01-13T09:23:23.372 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-13T09:23:23.372 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:23:23.372 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2024-01-13T09:23:23.372 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-13T09:23:23.372 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T09:23:23.372 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:23:23.372 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2024-01-13T09:23:23.372 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-13T09:23:23.373 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:23:23.373 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": {}, 2024-01-13T09:23:23.373 INFO:teuthology.orchestra.run.smithi084.stdout: "rgw": { 2024-01-13T09:23:23.373 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:23:23.373 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:23:23.373 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2024-01-13T09:23:23.373 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-13T09:23:23.373 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T09:23:23.373 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:23:23.373 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:23:23.738 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:23:23.738 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T09:23:23.738 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2024-01-13T09:23:23.738 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T09:23:23.738 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2024-01-13T09:23:23.738 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "", 2024-01-13T09:23:23.738 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "", 2024-01-13T09:23:23.739 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2024-01-13T09:23:23.739 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:23:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: cluster 2024-01-13T09:23:22.859228+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2024-01-13T09:23:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.865372+0000 mgr.x (mgr.34667) 3 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.907656+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.911602+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.913296+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.914202+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: cluster 2024-01-13T09:23:22.914450+0000 mgr.x (mgr.34667) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:24.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.915182+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.915861+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.920065+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:24.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.920648+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.921167+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.921757+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:22.922353+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:23 smithi102 bash[13966]: audit 2024-01-13T09:23:23.378042+0000 mon.a (mon.0) 620 : audit [DBG] from='client.? 172.21.15.84:0/2478821793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:23:24.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: cluster 2024-01-13T09:23:22.859228+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2024-01-13T09:23:24.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.865372+0000 mgr.x (mgr.34667) 3 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:24.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.907656+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:24.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.911602+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:24.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.913296+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.914202+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: cluster 2024-01-13T09:23:22.914450+0000 mgr.x (mgr.34667) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:24.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.915182+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.915861+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.920065+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.920648+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.921167+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.921757+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:22.922353+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[17496]: audit 2024-01-13T09:23:23.378042+0000 mon.a (mon.0) 620 : audit [DBG] from='client.? 172.21.15.84:0/2478821793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: cluster 2024-01-13T09:23:22.859228+0000 mon.a (mon.0) 619 : cluster [DBG] mgrmap e18: x(active, since 7s), standbys: y 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.865372+0000 mgr.x (mgr.34667) 3 : audit [DBG] from='client.24739 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.907656+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.911602+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.913296+0000 mon.b (mon.2) 71 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.914202+0000 mon.b (mon.2) 72 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: cluster 2024-01-13T09:23:22.914450+0000 mgr.x (mgr.34667) 4 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:24.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.915182+0000 mon.b (mon.2) 73 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.915861+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.920065+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:24.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.920648+0000 mon.b (mon.2) 76 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.921167+0000 mon.b (mon.2) 77 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.921757+0000 mon.b (mon.2) 78 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:22.922353+0000 mon.b (mon.2) 79 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:24.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:23 smithi084 bash[13940]: audit 2024-01-13T09:23:23.378042+0000 mon.a (mon.0) 620 : audit [DBG] from='client.? 172.21.15.84:0/2478821793' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:23:25.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:24 smithi102 bash[13966]: audit 2024-01-13T09:23:23.745270+0000 mgr.x (mgr.34667) 5 : audit [DBG] from='client.24769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:25.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:24 smithi102 bash[13966]: cluster 2024-01-13T09:23:23.808822+0000 mgr.x (mgr.34667) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:25.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:24 smithi102 bash[13966]: cluster 2024-01-13T09:23:23.875264+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-13T09:23:25.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:24 smithi084 bash[17496]: audit 2024-01-13T09:23:23.745270+0000 mgr.x (mgr.34667) 5 : audit [DBG] from='client.24769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:25.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:24 smithi084 bash[17496]: cluster 2024-01-13T09:23:23.808822+0000 mgr.x (mgr.34667) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:25.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:24 smithi084 bash[17496]: cluster 2024-01-13T09:23:23.875264+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-13T09:23:25.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:24 smithi084 bash[13940]: audit 2024-01-13T09:23:23.745270+0000 mgr.x (mgr.34667) 5 : audit [DBG] from='client.24769 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:25.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:24 smithi084 bash[13940]: cluster 2024-01-13T09:23:23.808822+0000 mgr.x (mgr.34667) 6 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:25.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:24 smithi084 bash[13940]: cluster 2024-01-13T09:23:23.875264+0000 mon.a (mon.0) 621 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-13T09:23:27.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:26 smithi102 bash[13966]: cluster 2024-01-13T09:23:25.809572+0000 mgr.x (mgr.34667) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:27.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:26 smithi084 bash[13940]: cluster 2024-01-13T09:23:25.809572+0000 mgr.x (mgr.34667) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:27.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:26 smithi084 bash[17496]: cluster 2024-01-13T09:23:25.809572+0000 mgr.x (mgr.34667) 7 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:28.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:28 smithi084 bash[13940]: cluster 2024-01-13T09:23:27.810298+0000 mgr.x (mgr.34667) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:28.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:28 smithi084 bash[17496]: cluster 2024-01-13T09:23:27.810298+0000 mgr.x (mgr.34667) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:29.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:28 smithi102 bash[13966]: cluster 2024-01-13T09:23:27.810298+0000 mgr.x (mgr.34667) 8 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:31.127 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:23:31 smithi102 bash[25570]: Warning: Permanently added 'smithi102,172.21.15.102' (ECDSA) to the list of known hosts. 2024-01-13T09:23:31.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:30 smithi102 bash[13966]: cluster 2024-01-13T09:23:29.811744+0000 mgr.x (mgr.34667) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:31.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:30 smithi084 bash[13940]: cluster 2024-01-13T09:23:29.811744+0000 mgr.x (mgr.34667) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:31.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:30 smithi084 bash[17496]: cluster 2024-01-13T09:23:29.811744+0000 mgr.x (mgr.34667) 9 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:32.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[13940]: audit 2024-01-13T09:23:31.017281+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2024-01-13T09:23:32.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[13940]: audit 2024-01-13T09:23:31.017894+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2024-01-13T09:23:32.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[13940]: audit 2024-01-13T09:23:31.027306+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]': finished 2024-01-13T09:23:32.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[13940]: audit 2024-01-13T09:23:31.031930+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.x"}]: dispatch 2024-01-13T09:23:32.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[13940]: audit 2024-01-13T09:23:31.032762+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.x"}]: dispatch 2024-01-13T09:23:32.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[13940]: audit 2024-01-13T09:23:31.037702+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.x"}]': finished 2024-01-13T09:23:32.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[13940]: audit 2024-01-13T09:23:31.054650+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:23:32.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[13940]: audit 2024-01-13T09:23:31.358734+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:23:32.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[17496]: audit 2024-01-13T09:23:31.017281+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2024-01-13T09:23:32.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[17496]: audit 2024-01-13T09:23:31.017894+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2024-01-13T09:23:32.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[17496]: audit 2024-01-13T09:23:31.027306+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]': finished 2024-01-13T09:23:32.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[17496]: audit 2024-01-13T09:23:31.031930+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.x"}]: dispatch 2024-01-13T09:23:32.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[17496]: audit 2024-01-13T09:23:31.032762+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.x"}]: dispatch 2024-01-13T09:23:32.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[17496]: audit 2024-01-13T09:23:31.037702+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.x"}]': finished 2024-01-13T09:23:32.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[17496]: audit 2024-01-13T09:23:31.054650+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:23:32.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:31 smithi084 bash[17496]: audit 2024-01-13T09:23:31.358734+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:23:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:31 smithi102 bash[13966]: audit 2024-01-13T09:23:31.017281+0000 mon.a (mon.0) 622 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2024-01-13T09:23:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:31 smithi102 bash[13966]: audit 2024-01-13T09:23:31.017894+0000 mon.b (mon.2) 80 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]: dispatch 2024-01-13T09:23:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:31 smithi102 bash[13966]: audit 2024-01-13T09:23:31.027306+0000 mon.a (mon.0) 623 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60", "who": "global"}]': finished 2024-01-13T09:23:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:31 smithi102 bash[13966]: audit 2024-01-13T09:23:31.031930+0000 mon.a (mon.0) 624 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.x"}]: dispatch 2024-01-13T09:23:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:31 smithi102 bash[13966]: audit 2024-01-13T09:23:31.032762+0000 mon.b (mon.2) 81 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.x"}]: dispatch 2024-01-13T09:23:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:31 smithi102 bash[13966]: audit 2024-01-13T09:23:31.037702+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.x"}]': finished 2024-01-13T09:23:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:31 smithi102 bash[13966]: audit 2024-01-13T09:23:31.054650+0000 mon.b (mon.2) 82 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:23:32.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:31 smithi102 bash[13966]: audit 2024-01-13T09:23:31.358734+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:23:33.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:33 smithi102 bash[13966]: cluster 2024-01-13T09:23:31.812484+0000 mgr.x (mgr.34667) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:33.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:33 smithi084 bash[13940]: cluster 2024-01-13T09:23:31.812484+0000 mgr.x (mgr.34667) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:33.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:33 smithi084 bash[17496]: cluster 2024-01-13T09:23:31.812484+0000 mgr.x (mgr.34667) 10 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:35.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:35 smithi102 bash[13966]: cluster 2024-01-13T09:23:33.814062+0000 mgr.x (mgr.34667) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:35.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:35 smithi084 bash[13940]: cluster 2024-01-13T09:23:33.814062+0000 mgr.x (mgr.34667) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:35.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:35 smithi084 bash[17496]: cluster 2024-01-13T09:23:33.814062+0000 mgr.x (mgr.34667) 11 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:37.303 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:37 smithi084 bash[17496]: cluster 2024-01-13T09:23:35.814771+0000 mgr.x (mgr.34667) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:37.304 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:37 smithi084 bash[13940]: cluster 2024-01-13T09:23:35.814771+0000 mgr.x (mgr.34667) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:37.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:37 smithi102 bash[13966]: cluster 2024-01-13T09:23:35.814771+0000 mgr.x (mgr.34667) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:38.305 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.095843+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:38.305 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.096018+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:38.306 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.101860+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:38.306 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.405792+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.306 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.406703+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.306 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.407427+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.306 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.408157+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.306 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.408873+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.306 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.409604+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.306 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.410363+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.306 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.411069+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.306 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:38 smithi102 bash[13966]: audit 2024-01-13T09:23:37.412201+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.095843+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:38.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.095843+0000 mon.a (mon.0) 626 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:38.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.096018+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:38.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.101860+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:38.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.405792+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.406703+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.407427+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.408157+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.408873+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.409604+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.410363+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.411069+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[17496]: audit 2024-01-13T09:23:37.412201+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.096018+0000 mon.b (mon.2) 84 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.101860+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.405792+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.406703+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.407427+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.408157+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.408873+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.409604+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.410363+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:38.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.411069+0000 mon.b (mon.2) 92 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:38.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:38 smithi084 bash[13940]: audit 2024-01-13T09:23:37.412201+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: cluster 2024-01-13T09:23:37.815534+0000 mgr.x (mgr.34667) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:39.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.101069+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:39.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.104650+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.110375+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.394860+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.395749+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.396510+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.397217+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.397983+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.398692+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.399711+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.400515+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.401138+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.402885+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.403830+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:23:39.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.408541+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:23:39.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: cephadm 2024-01-13T09:23:38.416028+0000 mgr.x (mgr.34667) 14 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-13T09:23:39.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.416723+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:23:39.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.418092+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:23:39.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.419280+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:23:39.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: cephadm 2024-01-13T09:23:38.420302+0000 mgr.x (mgr.34667) 15 : cephadm [INF] Reconfiguring daemon mon.a on smithi084 2024-01-13T09:23:39.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:39 smithi102 bash[13966]: audit 2024-01-13T09:23:38.420992+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-13T09:23:39.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: cluster 2024-01-13T09:23:37.815534+0000 mgr.x (mgr.34667) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:39.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: cluster 2024-01-13T09:23:37.815534+0000 mgr.x (mgr.34667) 13 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:39.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.101069+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:39.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.101069+0000 mon.b (mon.2) 94 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:39.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.104650+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:39.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.104650+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:39.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.110375+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:39.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.394860+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.395749+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.396510+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.397217+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.397983+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.110375+0000 mon.a (mon.0) 629 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:35.372811Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:39.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.394860+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.395749+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.396510+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.397217+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.397983+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.398692+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.399711+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.400515+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.401138+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.402885+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.403830+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.408541+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: cephadm 2024-01-13T09:23:38.416028+0000 mgr.x (mgr.34667) 14 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.416723+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.418092+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.419280+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: cephadm 2024-01-13T09:23:38.420302+0000 mgr.x (mgr.34667) 15 : cephadm [INF] Reconfiguring daemon mon.a on smithi084 2024-01-13T09:23:39.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[17496]: audit 2024-01-13T09:23:38.420992+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.398692+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.399711+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.400515+0000 mon.b (mon.2) 102 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.401138+0000 mon.b (mon.2) 103 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.402885+0000 mon.a (mon.0) 630 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.403830+0000 mon.b (mon.2) 104 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.408541+0000 mon.a (mon.0) 631 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: cephadm 2024-01-13T09:23:38.416028+0000 mgr.x (mgr.34667) 14 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.416723+0000 mon.b (mon.2) 105 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.418092+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:23:39.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.419280+0000 mon.b (mon.2) 107 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:23:39.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: cephadm 2024-01-13T09:23:38.420302+0000 mgr.x (mgr.34667) 15 : cephadm [INF] Reconfiguring daemon mon.a on smithi084 2024-01-13T09:23:39.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:39 smithi084 bash[13940]: audit 2024-01-13T09:23:38.420992+0000 mon.b (mon.2) 108 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-13T09:23:41.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:41 smithi102 bash[13966]: cluster 2024-01-13T09:23:39.817011+0000 mgr.x (mgr.34667) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:41.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:41 smithi102 bash[13966]: audit 2024-01-13T09:23:40.570065+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:41.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:41 smithi102 bash[13966]: audit 2024-01-13T09:23:40.570207+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:41.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:41 smithi102 bash[13966]: audit 2024-01-13T09:23:40.576876+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:41.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:41 smithi102 bash[13966]: audit 2024-01-13T09:23:40.581566+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:23:41.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:41 smithi102 bash[13966]: audit 2024-01-13T09:23:40.582857+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:23:41.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:41 smithi102 bash[13966]: audit 2024-01-13T09:23:40.584105+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:23:41.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:41 smithi102 bash[13966]: audit 2024-01-13T09:23:40.586115+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-13T09:23:41.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[13940]: cluster 2024-01-13T09:23:39.817011+0000 mgr.x (mgr.34667) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:41.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[17496]: cluster 2024-01-13T09:23:39.817011+0000 mgr.x (mgr.34667) 16 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:41.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[13940]: audit 2024-01-13T09:23:40.570065+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:41.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[17496]: audit 2024-01-13T09:23:40.570065+0000 mon.a (mon.0) 632 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:41.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[13940]: audit 2024-01-13T09:23:40.570207+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:41.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[13940]: audit 2024-01-13T09:23:40.576876+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:41.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[13940]: audit 2024-01-13T09:23:40.581566+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:23:41.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[13940]: audit 2024-01-13T09:23:40.582857+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:23:41.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[13940]: audit 2024-01-13T09:23:40.584105+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:23:41.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[13940]: audit 2024-01-13T09:23:40.586115+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-13T09:23:41.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[17496]: audit 2024-01-13T09:23:40.570207+0000 mon.b (mon.2) 109 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:41.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[17496]: audit 2024-01-13T09:23:40.576876+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:19.282014Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:41.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[17496]: audit 2024-01-13T09:23:40.581566+0000 mon.b (mon.2) 110 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:23:41.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[17496]: audit 2024-01-13T09:23:40.582857+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:23:41.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[17496]: audit 2024-01-13T09:23:40.584105+0000 mon.b (mon.2) 112 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:23:41.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:41 smithi084 bash[17496]: audit 2024-01-13T09:23:40.586115+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-13T09:23:42.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:42 smithi102 bash[13966]: cephadm 2024-01-13T09:23:40.580921+0000 mgr.x (mgr.34667) 17 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-13T09:23:42.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:42 smithi102 bash[13966]: cephadm 2024-01-13T09:23:40.585255+0000 mgr.x (mgr.34667) 18 : cephadm [INF] Reconfiguring daemon mon.c on smithi084 2024-01-13T09:23:42.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:42 smithi084 bash[13940]: cephadm 2024-01-13T09:23:40.580921+0000 mgr.x (mgr.34667) 17 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-13T09:23:42.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:42 smithi084 bash[13940]: cephadm 2024-01-13T09:23:40.585255+0000 mgr.x (mgr.34667) 18 : cephadm [INF] Reconfiguring daemon mon.c on smithi084 2024-01-13T09:23:42.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:42 smithi084 bash[17496]: cephadm 2024-01-13T09:23:40.580921+0000 mgr.x (mgr.34667) 17 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-13T09:23:42.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:42 smithi084 bash[17496]: cephadm 2024-01-13T09:23:40.585255+0000 mgr.x (mgr.34667) 18 : cephadm [INF] Reconfiguring daemon mon.c on smithi084 2024-01-13T09:23:43.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:43 smithi102 bash[13966]: cluster 2024-01-13T09:23:41.817743+0000 mgr.x (mgr.34667) 19 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:43.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:43 smithi102 bash[13966]: audit 2024-01-13T09:23:42.618098+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:43.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:43 smithi102 bash[13966]: audit 2024-01-13T09:23:42.618381+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:43.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:43 smithi102 bash[13966]: audit 2024-01-13T09:23:42.625794+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:23:43.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:43 smithi084 bash[13940]: cluster 2024-01-13T09:23:41.817743+0000 mgr.x (mgr.34667) 19 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:43.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:43 smithi084 bash[17496]: cluster 2024-01-13T09:23:41.817743+0000 mgr.x (mgr.34667) 19 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:43.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:43 smithi084 bash[17496]: audit 2024-01-13T09:23:42.618098+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:43.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:43 smithi084 bash[13940]: audit 2024-01-13T09:23:42.618098+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:43.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:43 smithi084 bash[17496]: audit 2024-01-13T09:23:42.618381+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:43.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:43 smithi084 bash[17496]: audit 2024-01-13T09:23:42.625794+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:23:43.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:43 smithi084 bash[13940]: audit 2024-01-13T09:23:42.618381+0000 mon.b (mon.2) 114 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:43.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:43 smithi084 bash[13940]: audit 2024-01-13T09:23:42.625794+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"8d308154cde4\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16127098, \"cpu_percentage\": \"0.11%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091443Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:17:45.374292Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-13T09:17:38.196493Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:37.092129Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:23:44.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:44 smithi084 bash[13940]: cephadm 2024-01-13T09:23:42.631476+0000 mgr.x (mgr.34667) 20 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-13T09:23:44.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:44 smithi084 bash[13940]: cephadm 2024-01-13T09:23:42.651643+0000 mgr.x (mgr.34667) 21 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi084 2024-01-13T09:23:44.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:44 smithi084 bash[17496]: cephadm 2024-01-13T09:23:42.631476+0000 mgr.x (mgr.34667) 20 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-13T09:23:44.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:44 smithi084 bash[17496]: cephadm 2024-01-13T09:23:42.651643+0000 mgr.x (mgr.34667) 21 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi084 2024-01-13T09:23:44.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:44 smithi102 bash[13966]: cephadm 2024-01-13T09:23:42.631476+0000 mgr.x (mgr.34667) 20 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-13T09:23:44.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:44 smithi102 bash[13966]: cephadm 2024-01-13T09:23:42.651643+0000 mgr.x (mgr.34667) 21 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi084 2024-01-13T09:23:45.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:45 smithi084 bash[13940]: cluster 2024-01-13T09:23:43.819193+0000 mgr.x (mgr.34667) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:45.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:45 smithi084 bash[17496]: cluster 2024-01-13T09:23:43.819193+0000 mgr.x (mgr.34667) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:45.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:45 smithi102 bash[13966]: cluster 2024-01-13T09:23:43.819193+0000 mgr.x (mgr.34667) 22 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:47.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:47 smithi084 bash[13940]: cluster 2024-01-13T09:23:45.819883+0000 mgr.x (mgr.34667) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:47.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:47 smithi084 bash[17496]: cluster 2024-01-13T09:23:45.819883+0000 mgr.x (mgr.34667) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:47.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:47 smithi102 bash[13966]: cluster 2024-01-13T09:23:45.819883+0000 mgr.x (mgr.34667) 23 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:49.436 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:49 smithi084 bash[13940]: cluster 2024-01-13T09:23:47.820568+0000 mgr.x (mgr.34667) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:49.437 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:49 smithi084 bash[17496]: cluster 2024-01-13T09:23:47.820568+0000 mgr.x (mgr.34667) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:49.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:49 smithi102 bash[13966]: cluster 2024-01-13T09:23:47.820568+0000 mgr.x (mgr.34667) 24 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:50.698 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:50 smithi084 systemd[1]: Stopping Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:23:50.699 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:50 smithi084 bash[27811]: ts=2024-01-13T09:23:50.470Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-13T09:23:51.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:51 smithi084 bash[17496]: cluster 2024-01-13T09:23:49.822018+0000 mgr.x (mgr.34667) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:51.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:51 smithi084 bash[13940]: cluster 2024-01-13T09:23:49.822018+0000 mgr.x (mgr.34667) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:51.449 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:51 smithi084 docker[35798]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-alertmanager.a 2024-01-13T09:23:51.449 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:51 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-13T09:23:51.449 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:51 smithi084 systemd[1]: Stopped Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:23:51.449 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:51 smithi084 systemd[1]: Starting Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:23:51.449 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:51 smithi084 docker[35836]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-alertmanager.a 2024-01-13T09:23:51.449 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:51 smithi084 systemd[1]: Started Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:23:51.537 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:51 smithi102 bash[13966]: cluster 2024-01-13T09:23:49.822018+0000 mgr.x (mgr.34667) 25 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:52.418 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[35848]: ts=2024-01-13T09:23:52.418Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-13T09:23:52.418 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[35848]: ts=2024-01-13T09:23:52.419Z 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)" 2024-01-13T09:23:52.418 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[35848]: ts=2024-01-13T09:23:52.422Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.84 port=9094 2024-01-13T09:23:52.419 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[17496]: audit 2024-01-13T09:23:51.315423+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:52.420 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[13940]: audit 2024-01-13T09:23:51.315423+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:52.420 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[17496]: audit 2024-01-13T09:23:51.316052+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:52.421 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[13940]: audit 2024-01-13T09:23:51.316052+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:52.421 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[17496]: audit 2024-01-13T09:23:51.319815+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:23:52.421 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[17496]: cephadm 2024-01-13T09:23:51.327135+0000 mgr.x (mgr.34667) 26 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-13T09:23:52.421 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[17496]: audit 2024-01-13T09:23:51.327699+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:23:52.421 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[17496]: audit 2024-01-13T09:23:51.329407+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:23:52.421 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[17496]: audit 2024-01-13T09:23:51.331101+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:23:52.421 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[17496]: cephadm 2024-01-13T09:23:51.332565+0000 mgr.x (mgr.34667) 27 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-01-13T09:23:52.422 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[17496]: audit 2024-01-13T09:23:51.333520+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-13T09:23:52.422 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[13940]: audit 2024-01-13T09:23:51.319815+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:23:52.422 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[13940]: cephadm 2024-01-13T09:23:51.327135+0000 mgr.x (mgr.34667) 26 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-13T09:23:52.422 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[13940]: audit 2024-01-13T09:23:51.327699+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:23:52.422 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[13940]: audit 2024-01-13T09:23:51.329407+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:23:52.422 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[13940]: audit 2024-01-13T09:23:51.331101+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:23:52.422 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[13940]: cephadm 2024-01-13T09:23:51.332565+0000 mgr.x (mgr.34667) 27 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-01-13T09:23:52.422 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[13940]: audit 2024-01-13T09:23:51.333520+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-13T09:23:52.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:52 smithi102 bash[13966]: audit 2024-01-13T09:23:51.315423+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:52.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:52 smithi102 bash[13966]: audit 2024-01-13T09:23:51.316052+0000 mon.b (mon.2) 115 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:23:52.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:52 smithi102 bash[13966]: audit 2024-01-13T09:23:51.319815+0000 mon.a (mon.0) 637 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"393ba2553fd1\", \"container_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.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089933Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:10:46.997553Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:12:56.700466Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:23:52.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:52 smithi102 bash[13966]: cephadm 2024-01-13T09:23:51.327135+0000 mgr.x (mgr.34667) 26 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-13T09:23:52.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:52 smithi102 bash[13966]: audit 2024-01-13T09:23:51.327699+0000 mon.b (mon.2) 116 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:23:52.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:52 smithi102 bash[13966]: audit 2024-01-13T09:23:51.329407+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:23:52.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:52 smithi102 bash[13966]: audit 2024-01-13T09:23:51.331101+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:23:52.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:52 smithi102 bash[13966]: cephadm 2024-01-13T09:23:51.332565+0000 mgr.x (mgr.34667) 27 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-01-13T09:23:52.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:52 smithi102 bash[13966]: audit 2024-01-13T09:23:51.333520+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-13T09:23:52.698 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[35848]: ts=2024-01-13T09:23:52.424Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-13T09:23:52.699 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[35848]: ts=2024-01-13T09:23:52.468Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-13T09:23:52.699 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[35848]: ts=2024-01-13T09:23:52.468Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-13T09:23:52.699 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[35848]: ts=2024-01-13T09:23:52.472Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-13T09:23:52.699 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:52 smithi084 bash[35848]: ts=2024-01-13T09:23:52.472Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-13T09:23:53.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:53 smithi102 bash[13966]: cluster 2024-01-13T09:23:51.822747+0000 mgr.x (mgr.34667) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:53.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:53 smithi084 bash[13940]: cluster 2024-01-13T09:23:51.822747+0000 mgr.x (mgr.34667) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:53.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:53 smithi084 bash[17496]: cluster 2024-01-13T09:23:51.822747+0000 mgr.x (mgr.34667) 28 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:54.123 INFO:teuthology.orchestra.run.smithi084.stdout:true 2024-01-13T09:23:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:54 smithi102 bash[13966]: audit 2024-01-13T09:23:53.554825+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:54 smithi102 bash[13966]: audit 2024-01-13T09:23:53.555054+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:54 smithi102 bash[13966]: audit 2024-01-13T09:23:53.563228+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:54.698 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:23:54 smithi084 bash[35848]: ts=2024-01-13T09:23:54.426Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000865275s 2024-01-13T09:23:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:54 smithi084 bash[17496]: audit 2024-01-13T09:23:53.554825+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:54.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:54 smithi084 bash[13940]: audit 2024-01-13T09:23:53.554825+0000 mon.a (mon.0) 638 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:54.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:54 smithi084 bash[17496]: audit 2024-01-13T09:23:53.555054+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:54.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:54 smithi084 bash[17496]: audit 2024-01-13T09:23:53.563228+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:54.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:54 smithi084 bash[13940]: audit 2024-01-13T09:23:53.555054+0000 mon.b (mon.2) 120 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:23:54.702 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:54 smithi084 bash[13940]: audit 2024-01-13T09:23:53.563228+0000 mon.a (mon.0) 639 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"e8063ab0af66\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 26361200, \"cpu_percentage\": \"0.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096312Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:17:53.436440Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:17:45.374745Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:23:38.097484Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.a smithi084 starting - - - - 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.a smithi102 running (6m) 16s ago 6m 25.8M - 6.6.2 87a51ecf0b1c da830e874c95 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.x smithi102 running (47s) 16s ago 10m 407M - 16.2.14-456-g445562ab 163fd1944c31 4d39d6213876 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.y smithi084 running (13m) 17s ago 13m 287M - 15.2.0 204a01f9b0b6 393ba2553fd1 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:mon.a smithi084 running (13m) 17s ago 13m 97.0M 2048M 15.2.0 204a01f9b0b6 2ce805082b81 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:mon.b smithi102 running (11m) 16s ago 11m 94.6M 2048M 15.2.0 204a01f9b0b6 af1da5b6040b 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:mon.c smithi084 running (11m) 17s ago 11m 91.9M 2048M 15.2.0 204a01f9b0b6 f62b810d3d37 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.a smithi084 running (6m) 17s ago 6m 11.5M - 1.7.0 72c9c2088986 505c4493cd2f 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.b smithi102 running (6m) 16s ago 6m 11.8M - 1.7.0 72c9c2088986 37956ab2a57c 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (10m) 17s ago 10m 47.5M 4096M 15.2.0 204a01f9b0b6 9131186b7bef 2024-01-13T09:23:54.865 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (10m) 17s ago 10m 47.6M 4096M 15.2.0 204a01f9b0b6 ad7b8286e01f 2024-01-13T09:23:54.866 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (9m) 17s ago 9m 44.8M 4096M 15.2.0 204a01f9b0b6 b86143cb2966 2024-01-13T09:23:54.866 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (9m) 17s ago 9m 47.9M 4096M 15.2.0 204a01f9b0b6 89c4db6b20ee 2024-01-13T09:23:54.866 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi102 running (8m) 16s ago 8m 48.9M 4096M 15.2.0 204a01f9b0b6 3062c2890a3d 2024-01-13T09:23:54.866 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi102 running (8m) 16s ago 8m 47.4M 4096M 15.2.0 204a01f9b0b6 8b3aed004371 2024-01-13T09:23:54.866 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi102 running (7m) 16s ago 8m 45.7M 4096M 15.2.0 204a01f9b0b6 03e84d27de71 2024-01-13T09:23:54.866 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi102 running (7m) 16s ago 7m 48.7M 4096M 15.2.0 204a01f9b0b6 f0aaeb13a6c0 2024-01-13T09:23:54.866 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.a smithi102 running (6m) 16s ago 7m 25.1M - 2.48.1 ea7f826b1553 e8063ab0af66 2024-01-13T09:23:54.866 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi084.oatkxx smithi084 running (4m) 17s ago 4m 48.6M - 15.2.0 204a01f9b0b6 b481ce3b512e 2024-01-13T09:23:54.866 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi102.wzmbxc smithi102 running (4m) 16s ago 4m 48.4M - 15.2.0 204a01f9b0b6 dccafea318ca 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:23:55.292 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": {}, 2024-01-13T09:23:55.293 INFO:teuthology.orchestra.run.smithi084.stdout: "rgw": { 2024-01-13T09:23:55.293 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:23:55.293 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:23:55.293 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2024-01-13T09:23:55.293 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-13T09:23:55.293 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T09:23:55.293 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:23:55.293 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:23:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: cephadm 2024-01-13T09:23:53.568843+0000 mgr.x (mgr.34667) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-13T09:23:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: cephadm 2024-01-13T09:23:53.583305+0000 mgr.x (mgr.34667) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-01-13T09:23:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: cluster 2024-01-13T09:23:53.824140+0000 mgr.x (mgr.34667) 31 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.116565+0000 mgr.x (mgr.34667) 32 : audit [DBG] from='client.24775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.482981+0000 mgr.x (mgr.34667) 33 : audit [DBG] from='client.24781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.840456+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.841433+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.842364+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.843268+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.844163+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.845708+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.850886+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:55.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.851719+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.852577+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.853406+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:54.854342+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:55 smithi102 bash[13966]: audit 2024-01-13T09:23:55.298076+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.84:0/3270987413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:23:55.654 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:23:55.654 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb", 2024-01-13T09:23:55.654 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2024-01-13T09:23:55.654 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T09:23:55.654 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2024-01-13T09:23:55.654 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "", 2024-01-13T09:23:55.654 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "", 2024-01-13T09:23:55.655 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2024-01-13T09:23:55.655 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:23:55.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: cephadm 2024-01-13T09:23:53.568843+0000 mgr.x (mgr.34667) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-13T09:23:55.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: cephadm 2024-01-13T09:23:53.583305+0000 mgr.x (mgr.34667) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-01-13T09:23:55.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: cluster 2024-01-13T09:23:53.824140+0000 mgr.x (mgr.34667) 31 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:55.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.116565+0000 mgr.x (mgr.34667) 32 : audit [DBG] from='client.24775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:55.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.482981+0000 mgr.x (mgr.34667) 33 : audit [DBG] from='client.24781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:55.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.840456+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:55.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.841433+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:55.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.842364+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.843268+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.844163+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.845708+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.850886+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.851719+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.852577+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.853406+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:54.854342+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[17496]: audit 2024-01-13T09:23:55.298076+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.84:0/3270987413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: cephadm 2024-01-13T09:23:53.568843+0000 mgr.x (mgr.34667) 29 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-13T09:23:55.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: cephadm 2024-01-13T09:23:53.583305+0000 mgr.x (mgr.34667) 30 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi102 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: cluster 2024-01-13T09:23:53.824140+0000 mgr.x (mgr.34667) 31 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.116565+0000 mgr.x (mgr.34667) 32 : audit [DBG] from='client.24775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.482981+0000 mgr.x (mgr.34667) 33 : audit [DBG] from='client.24781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.840456+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.841433+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.842364+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.843268+0000 mon.b (mon.2) 124 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.844163+0000 mon.b (mon.2) 125 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.845708+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.850886+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.851719+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.852577+0000 mon.b (mon.2) 129 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.701 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.853406+0000 mon.b (mon.2) 130 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.702 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:54.854342+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:23:55.702 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:55 smithi084 bash[13940]: audit 2024-01-13T09:23:55.298076+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.84:0/3270987413' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:23:56.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:56 smithi102 bash[13966]: audit 2024-01-13T09:23:54.834248+0000 mgr.x (mgr.34667) 34 : audit [DBG] from='client.24787 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:56.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:56 smithi084 bash[17496]: audit 2024-01-13T09:23:54.834248+0000 mgr.x (mgr.34667) 34 : audit [DBG] from='client.24787 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:56.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:56 smithi084 bash[13940]: audit 2024-01-13T09:23:54.834248+0000 mgr.x (mgr.34667) 34 : audit [DBG] from='client.24787 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:57 smithi102 bash[13966]: audit 2024-01-13T09:23:55.661427+0000 mgr.x (mgr.34667) 35 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:57 smithi102 bash[13966]: cluster 2024-01-13T09:23:55.824659+0000 mgr.x (mgr.34667) 36 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:57.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:57 smithi084 bash[17496]: audit 2024-01-13T09:23:55.661427+0000 mgr.x (mgr.34667) 35 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:57.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:57 smithi084 bash[17496]: cluster 2024-01-13T09:23:55.824659+0000 mgr.x (mgr.34667) 36 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:57.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:57 smithi084 bash[13940]: audit 2024-01-13T09:23:55.661427+0000 mgr.x (mgr.34667) 35 : audit [DBG] from='client.14889 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:23:57.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:57 smithi084 bash[13940]: cluster 2024-01-13T09:23:55.824659+0000 mgr.x (mgr.34667) 36 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:59.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:23:59 smithi102 bash[13966]: cluster 2024-01-13T09:23:57.825444+0000 mgr.x (mgr.34667) 37 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:59.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:23:59 smithi084 bash[17496]: cluster 2024-01-13T09:23:57.825444+0000 mgr.x (mgr.34667) 37 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:23:59.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:23:59 smithi084 bash[13940]: cluster 2024-01-13T09:23:57.825444+0000 mgr.x (mgr.34667) 37 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:01.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:01 smithi102 bash[13966]: cluster 2024-01-13T09:23:59.826919+0000 mgr.x (mgr.34667) 38 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:01.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:01 smithi084 bash[13940]: cluster 2024-01-13T09:23:59.826919+0000 mgr.x (mgr.34667) 38 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:01.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:01 smithi084 bash[17496]: cluster 2024-01-13T09:23:59.826919+0000 mgr.x (mgr.34667) 38 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:02.698 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:24:02 smithi084 bash[35848]: ts=2024-01-13T09:24:02.427Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002506548s 2024-01-13T09:24:03.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:03 smithi102 bash[13966]: cluster 2024-01-13T09:24:01.827646+0000 mgr.x (mgr.34667) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:03.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:03 smithi084 bash[13940]: cluster 2024-01-13T09:24:01.827646+0000 mgr.x (mgr.34667) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:03.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:03 smithi084 bash[17496]: cluster 2024-01-13T09:24:01.827646+0000 mgr.x (mgr.34667) 39 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 systemd[1]: Stopping Ceph prometheus.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.140Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.140Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.140Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.140Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.140Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.140Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.140Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.140Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.140Z caller=main.go:926 level=info msg="Scrape manager stopped" 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.143Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.143Z caller=main.go:1156 level=info msg="Notifier manager stopped" 2024-01-13T09:24:05.347 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[23614]: ts=2024-01-13T09:24:05.144Z caller=main.go:1168 level=info msg="See you next time!" 2024-01-13T09:24:05.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:05 smithi102 bash[13966]: cluster 2024-01-13T09:24:03.829121+0000 mgr.x (mgr.34667) 40 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:05.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:05 smithi084 bash[13940]: cluster 2024-01-13T09:24:03.829121+0000 mgr.x (mgr.34667) 40 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:05.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:05 smithi084 bash[17496]: cluster 2024-01-13T09:24:03.829121+0000 mgr.x (mgr.34667) 40 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:06.128 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 docker[27062]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-prometheus.a 2024-01-13T09:24:06.128 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@prometheus.a.service: Succeeded. 2024-01-13T09:24:06.128 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 systemd[1]: Stopped Ceph prometheus.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:24:06.128 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 systemd[1]: Starting Ceph prometheus.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:24:06.128 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 docker[27099]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-prometheus.a 2024-01-13T09:24:06.128 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:05 smithi102 systemd[1]: Started Ceph prometheus.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:24:07.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: cluster 2024-01-13T09:24:05.829969+0000 mgr.x (mgr.34667) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:07.129 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.045Z caller=main.go:539 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-13T09:24:07.129 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.045Z caller=main.go:583 level=info msg="Starting Prometheus Server" mode=server version="(version=2.48.1, branch=HEAD, revision=63894216648f0d6be310c9d16fb48293c45c9310)" 2024-01-13T09:24:07.129 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.045Z caller=main.go:588 level=info build_context="(go=go1.21.5, platform=linux/amd64, user=root@71f108ff5632, date=20231208-23:33:22, tags=netgo,builtinassets,stringlabels)" 2024-01-13T09:24:07.129 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.045Z caller=main.go:589 level=info host_details="(Linux 5.4.0-169-generic #187-Ubuntu SMP Thu Nov 23 14:52:28 UTC 2023 x86_64 smithi102 (none))" 2024-01-13T09:24:07.129 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.045Z caller=main.go:590 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-13T09:24:07.129 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.045Z caller=main.go:591 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-13T09:24:07.129 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.049Z caller=web.go:566 level=info component=web msg="Start listening for connections" address=:9095 2024-01-13T09:24:07.129 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.049Z caller=main.go:1024 level=info msg="Starting TSDB ..." 2024-01-13T09:24:07.129 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.051Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.051Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.055Z caller=head.go:601 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.055Z caller=head.go:682 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.981µs 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.055Z caller=head.go:690 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.055Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.076Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.076Z caller=head.go:761 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.076Z caller=head.go:798 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=58.864µs wal_replay_duration=21.166665ms wbl_replay_duration=144ns total_replay_duration=21.249465ms 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.079Z caller=main.go:1045 level=info fs_type=XFS_SUPER_MAGIC 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.079Z caller=main.go:1048 level=info msg="TSDB started" 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.079Z caller=main.go:1230 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.098Z caller=main.go:1267 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=18.840297ms db_storage=1.083µs remote_storage=1.624µs web_handler=488ns query_engine=1.178µs scrape=313.247µs scrape_sd=29.979µs notify=24.351µs notify_sd=6.316µs rules=18.157945ms tracing=9.66µs 2024-01-13T09:24:07.130 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.098Z caller=main.go:1009 level=info msg="Server is ready to receive web requests." 2024-01-13T09:24:07.131 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:24:07 smithi102 bash[27110]: ts=2024-01-13T09:24:07.098Z caller=manager.go:1012 level=info component="rule manager" msg="Starting rule manager..." 2024-01-13T09:24:07.131 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:05.995352+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"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\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:07.131 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:05.995738+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"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\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.003496+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"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\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.010882+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.011528+0000 mgr.x (mgr.34667) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.013078+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.013142+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi084.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.013642+0000 mgr.x (mgr.34667) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.014075+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi084.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.023000+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi084.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.034687+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.035707+0000 mgr.x (mgr.34667) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.041929+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-01-13T09:24:07.132 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.042984+0000 mgr.x (mgr.34667) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-01-13T09:24:07.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.043012+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-13T09:24:07.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.043927+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-13T09:24:07.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: audit 2024-01-13T09:24:06.052668+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-13T09:24:07.133 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:06 smithi102 bash[13966]: cephadm 2024-01-13T09:24:06.059663+0000 mgr.x (mgr.34667) 46 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T09:24:07.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: cluster 2024-01-13T09:24:05.829969+0000 mgr.x (mgr.34667) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:07.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: cluster 2024-01-13T09:24:05.829969+0000 mgr.x (mgr.34667) 41 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:07.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:05.995352+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"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\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:07.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:05.995352+0000 mon.a (mon.0) 640 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"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\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:07.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:05.995738+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"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\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:07.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.003496+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"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\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:07.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.010882+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-13T09:24:07.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.011528+0000 mgr.x (mgr.34667) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-13T09:24:07.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.013078+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.013142+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi084.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.013642+0000 mgr.x (mgr.34667) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.014075+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi084.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.023000+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi084.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.034687+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.035707+0000 mgr.x (mgr.34667) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.041929+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.042984+0000 mgr.x (mgr.34667) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.043012+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.043927+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: audit 2024-01-13T09:24:06.052668+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-13T09:24:07.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[17496]: cephadm 2024-01-13T09:24:06.059663+0000 mgr.x (mgr.34667) 46 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T09:24:07.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:05.995738+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"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\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:07.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.003496+0000 mon.a (mon.0) 641 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 99205775, \"cpu_percentage\": \"2.05%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.094650Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 426875289, \"cpu_percentage\": \"2.70%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:23:38.095039Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51306823, \"cpu_percentage\": \"1.85%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095307Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49786388, \"cpu_percentage\": \"1.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095561Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47982837, \"cpu_percentage\": \"1.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.095811Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51065651, \"cpu_percentage\": \"1.44%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096061Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"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\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12415139, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096559Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27137146, \"cpu_percentage\": \"0.03%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.096806Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50834964, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:38.097053Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:07.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.010882+0000 mon.b (mon.2) 133 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-13T09:24:07.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.011528+0000 mgr.x (mgr.34667) 42 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-13T09:24:07.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.013078+0000 mon.b (mon.2) 134 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2024-01-13T09:24:07.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.013142+0000 mon.a (mon.0) 642 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi084.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.013642+0000 mgr.x (mgr.34667) 43 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi084.front.sepia.ceph.com:9093"}]: dispatch 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.014075+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi084.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.023000+0000 mon.a (mon.0) 643 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi084.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.034687+0000 mon.b (mon.2) 136 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.035707+0000 mgr.x (mgr.34667) 44 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.041929+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.042984+0000 mgr.x (mgr.34667) 45 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi102.front.sepia.ceph.com:9095"}]: dispatch 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.043012+0000 mon.a (mon.0) 644 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.043927+0000 mon.b (mon.2) 138 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: audit 2024-01-13T09:24:06.052668+0000 mon.a (mon.0) 645 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi102.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-13T09:24:07.204 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:06 smithi084 bash[13940]: cephadm 2024-01-13T09:24:06.059663+0000 mgr.x (mgr.34667) 46 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb 2024-01-13T09:24:09.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:08 smithi102 bash[13966]: cluster 2024-01-13T09:24:07.830733+0000 mgr.x (mgr.34667) 47 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:09.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:08 smithi102 bash[13966]: audit 2024-01-13T09:24:08.687711+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"target_version\": \"16.2.14-456-g445562ab\", \"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 2024-01-13T09:24:09.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:08 smithi102 bash[13966]: audit 2024-01-13T09:24:08.688377+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"target_version\": \"16.2.14-456-g445562ab\", \"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 2024-01-13T09:24:09.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:08 smithi102 bash[13966]: audit 2024-01-13T09:24:08.694049+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"target_version\": \"16.2.14-456-g445562ab\", \"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 2024-01-13T09:24:09.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:08 smithi102 bash[13966]: audit 2024-01-13T09:24:08.699910+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:09.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:08 smithi102 bash[13966]: audit 2024-01-13T09:24:08.701496+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:09.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:08 smithi102 bash[13966]: audit 2024-01-13T09:24:08.702377+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:09.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:08 smithi102 bash[13966]: audit 2024-01-13T09:24:08.707115+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-13T09:24:09.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[17496]: cluster 2024-01-13T09:24:07.830733+0000 mgr.x (mgr.34667) 47 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:09.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[17496]: audit 2024-01-13T09:24:08.687711+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"target_version\": \"16.2.14-456-g445562ab\", \"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 2024-01-13T09:24:09.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[17496]: audit 2024-01-13T09:24:08.688377+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"target_version\": \"16.2.14-456-g445562ab\", \"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 2024-01-13T09:24:09.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[17496]: audit 2024-01-13T09:24:08.694049+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"target_version\": \"16.2.14-456-g445562ab\", \"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 2024-01-13T09:24:09.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[17496]: audit 2024-01-13T09:24:08.699910+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:09.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[17496]: audit 2024-01-13T09:24:08.701496+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:09.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[17496]: audit 2024-01-13T09:24:08.702377+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:09.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[17496]: audit 2024-01-13T09:24:08.707115+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-13T09:24:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[13940]: cluster 2024-01-13T09:24:07.830733+0000 mgr.x (mgr.34667) 47 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[13940]: audit 2024-01-13T09:24:08.687711+0000 mon.a (mon.0) 646 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"target_version\": \"16.2.14-456-g445562ab\", \"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 2024-01-13T09:24:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[13940]: audit 2024-01-13T09:24:08.688377+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"target_version\": \"16.2.14-456-g445562ab\", \"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 2024-01-13T09:24:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[13940]: audit 2024-01-13T09:24:08.694049+0000 mon.a (mon.0) 647 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"progress_id\": \"42c81c44-08a3-4189-b2f5-eb9903440f5b\", \"target_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"target_version\": \"16.2.14-456-g445562ab\", \"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 2024-01-13T09:24:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[13940]: audit 2024-01-13T09:24:08.699910+0000 mon.b (mon.2) 140 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[13940]: audit 2024-01-13T09:24:08.701496+0000 mon.a (mon.0) 648 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[13940]: audit 2024-01-13T09:24:08.702377+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:08 smithi084 bash[13940]: audit 2024-01-13T09:24:08.707115+0000 mon.a (mon.0) 649 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-13T09:24:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:09 smithi102 bash[13966]: cephadm 2024-01-13T09:24:08.697303+0000 mgr.x (mgr.34667) 48 : cephadm [INF] Upgrade: Target is version 16.2.14-456-g445562ab (pacific) 2024-01-13T09:24:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:09 smithi102 bash[13966]: cephadm 2024-01-13T09:24:08.697518+0000 mgr.x (mgr.34667) 49 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755, digests ['quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755'] 2024-01-13T09:24:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:09 smithi102 bash[13966]: cephadm 2024-01-13T09:24:08.711658+0000 mgr.x (mgr.34667) 50 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:10.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:09 smithi102 bash[13966]: cephadm 2024-01-13T09:24:08.712671+0000 mgr.x (mgr.34667) 51 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:10.178 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:09 smithi084 bash[17496]: cephadm 2024-01-13T09:24:08.697303+0000 mgr.x (mgr.34667) 48 : cephadm [INF] Upgrade: Target is version 16.2.14-456-g445562ab (pacific) 2024-01-13T09:24:10.178 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:09 smithi084 bash[17496]: cephadm 2024-01-13T09:24:08.697518+0000 mgr.x (mgr.34667) 49 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755, digests ['quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755'] 2024-01-13T09:24:10.178 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:09 smithi084 bash[17496]: cephadm 2024-01-13T09:24:08.711658+0000 mgr.x (mgr.34667) 50 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:10.178 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:09 smithi084 bash[17496]: cephadm 2024-01-13T09:24:08.712671+0000 mgr.x (mgr.34667) 51 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:10.179 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:09 smithi084 bash[13940]: cephadm 2024-01-13T09:24:08.697303+0000 mgr.x (mgr.34667) 48 : cephadm [INF] Upgrade: Target is version 16.2.14-456-g445562ab (pacific) 2024-01-13T09:24:10.179 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:09 smithi084 bash[13940]: cephadm 2024-01-13T09:24:08.697518+0000 mgr.x (mgr.34667) 49 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755, digests ['quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755'] 2024-01-13T09:24:10.179 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:09 smithi084 bash[13940]: cephadm 2024-01-13T09:24:08.711658+0000 mgr.x (mgr.34667) 50 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:10.179 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:09 smithi084 bash[13940]: cephadm 2024-01-13T09:24:08.712671+0000 mgr.x (mgr.34667) 51 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:10 smithi102 bash[13966]: cluster 2024-01-13T09:24:09.832237+0000 mgr.x (mgr.34667) 52 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:10 smithi102 bash[13966]: audit 2024-01-13T09:24:10.745498+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.y"}]: dispatch 2024-01-13T09:24:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:10 smithi102 bash[13966]: audit 2024-01-13T09:24:10.746352+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.y"}]: dispatch 2024-01-13T09:24:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:10 smithi102 bash[13966]: audit 2024-01-13T09:24:10.754014+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.y"}]': finished 2024-01-13T09:24:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:10 smithi102 bash[13966]: audit 2024-01-13T09:24:10.757003+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:10 smithi102 bash[13966]: audit 2024-01-13T09:24:10.758109+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:10 smithi102 bash[13966]: audit 2024-01-13T09:24:10.760451+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:24:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:10 smithi102 bash[13966]: audit 2024-01-13T09:24:10.762261+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:24:11.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:10 smithi102 bash[13966]: audit 2024-01-13T09:24:10.764663+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-13T09:24:11.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[13940]: cluster 2024-01-13T09:24:09.832237+0000 mgr.x (mgr.34667) 52 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:11.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[13940]: audit 2024-01-13T09:24:10.745498+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.y"}]: dispatch 2024-01-13T09:24:11.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[13940]: audit 2024-01-13T09:24:10.746352+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.y"}]: dispatch 2024-01-13T09:24:11.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[13940]: audit 2024-01-13T09:24:10.754014+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.y"}]': finished 2024-01-13T09:24:11.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[13940]: audit 2024-01-13T09:24:10.757003+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:11.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[13940]: audit 2024-01-13T09:24:10.758109+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:11.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[13940]: audit 2024-01-13T09:24:10.760451+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:24:11.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[13940]: audit 2024-01-13T09:24:10.762261+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:24:11.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[13940]: audit 2024-01-13T09:24:10.764663+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-13T09:24:11.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[17496]: cluster 2024-01-13T09:24:09.832237+0000 mgr.x (mgr.34667) 52 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:11.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[17496]: audit 2024-01-13T09:24:10.745498+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.y"}]: dispatch 2024-01-13T09:24:11.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[17496]: audit 2024-01-13T09:24:10.746352+0000 mon.b (mon.2) 142 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.y"}]: dispatch 2024-01-13T09:24:11.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[17496]: audit 2024-01-13T09:24:10.754014+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr.y"}]': finished 2024-01-13T09:24:11.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[17496]: audit 2024-01-13T09:24:10.757003+0000 mon.a (mon.0) 652 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:11.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[17496]: audit 2024-01-13T09:24:10.758109+0000 mon.b (mon.2) 143 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:11.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[17496]: audit 2024-01-13T09:24:10.760451+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:24:11.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[17496]: audit 2024-01-13T09:24:10.762261+0000 mon.b (mon.2) 145 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:24:11.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:10 smithi084 bash[17496]: audit 2024-01-13T09:24:10.764663+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-13T09:24:12.178 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:11 smithi084 bash[17496]: cephadm 2024-01-13T09:24:10.745602+0000 mgr.x (mgr.34667) 53 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-13T09:24:12.178 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:11 smithi084 bash[17496]: cephadm 2024-01-13T09:24:10.763710+0000 mgr.x (mgr.34667) 54 : cephadm [INF] Deploying daemon mgr.y on smithi084 2024-01-13T09:24:12.178 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:11 smithi084 bash[13940]: cephadm 2024-01-13T09:24:10.745602+0000 mgr.x (mgr.34667) 53 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-13T09:24:12.178 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:11 smithi084 bash[13940]: cephadm 2024-01-13T09:24:10.763710+0000 mgr.x (mgr.34667) 54 : cephadm [INF] Deploying daemon mgr.y on smithi084 2024-01-13T09:24:12.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:11 smithi102 bash[13966]: cephadm 2024-01-13T09:24:10.745602+0000 mgr.x (mgr.34667) 53 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-13T09:24:12.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:11 smithi102 bash[13966]: cephadm 2024-01-13T09:24:10.763710+0000 mgr.x (mgr.34667) 54 : cephadm [INF] Deploying daemon mgr.y on smithi084 2024-01-13T09:24:13.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:12 smithi084 bash[13940]: cluster 2024-01-13T09:24:11.832949+0000 mgr.x (mgr.34667) 55 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:13.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:12 smithi084 bash[17496]: cluster 2024-01-13T09:24:11.832949+0000 mgr.x (mgr.34667) 55 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:13.199 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:12 smithi084 systemd[1]: Stopping Ceph mgr.y for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:24:13.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:12 smithi102 bash[13966]: cluster 2024-01-13T09:24:11.832949+0000 mgr.x (mgr.34667) 55 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:15.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:14 smithi084 bash[13940]: cluster 2024-01-13T09:24:13.834428+0000 mgr.x (mgr.34667) 56 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:15.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:14 smithi084 bash[17496]: cluster 2024-01-13T09:24:13.834428+0000 mgr.x (mgr.34667) 56 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:15.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:14 smithi102 bash[13966]: cluster 2024-01-13T09:24:13.834428+0000 mgr.x (mgr.34667) 56 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:17.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:16 smithi084 bash[13940]: cluster 2024-01-13T09:24:15.835137+0000 mgr.x (mgr.34667) 57 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:17.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:16 smithi084 bash[17496]: cluster 2024-01-13T09:24:15.835137+0000 mgr.x (mgr.34667) 57 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:17.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:16 smithi102 bash[13966]: cluster 2024-01-13T09:24:15.835137+0000 mgr.x (mgr.34667) 57 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:19.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:18 smithi084 bash[13940]: cluster 2024-01-13T09:24:17.835872+0000 mgr.x (mgr.34667) 58 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:19.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:18 smithi084 bash[17496]: cluster 2024-01-13T09:24:17.835872+0000 mgr.x (mgr.34667) 58 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:19.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:18 smithi102 bash[13966]: cluster 2024-01-13T09:24:17.835872+0000 mgr.x (mgr.34667) 58 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:21.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:20 smithi084 bash[13940]: cluster 2024-01-13T09:24:19.837344+0000 mgr.x (mgr.34667) 59 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:21.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:20 smithi084 bash[17496]: cluster 2024-01-13T09:24:19.837344+0000 mgr.x (mgr.34667) 59 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:21.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:20 smithi102 bash[13966]: cluster 2024-01-13T09:24:19.837344+0000 mgr.x (mgr.34667) 59 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:22.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[13940]: audit 2024-01-13T09:24:21.857764+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-01-13T09:24:22.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[13940]: audit 2024-01-13T09:24:21.858420+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-01-13T09:24:22.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[13940]: audit 2024-01-13T09:24:21.858870+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-01-13T09:24:22.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[13940]: audit 2024-01-13T09:24:21.859190+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-01-13T09:24:22.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[13940]: audit 2024-01-13T09:24:21.859274+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[13940]: audit 2024-01-13T09:24:21.859716+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[13940]: audit 2024-01-13T09:24:21.859731+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[13940]: audit 2024-01-13T09:24:21.860283+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[17496]: audit 2024-01-13T09:24:21.857764+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-01-13T09:24:22.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[17496]: audit 2024-01-13T09:24:21.858420+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-01-13T09:24:22.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[17496]: audit 2024-01-13T09:24:21.858870+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-01-13T09:24:22.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[17496]: audit 2024-01-13T09:24:21.859190+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-01-13T09:24:22.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[17496]: audit 2024-01-13T09:24:21.859274+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[17496]: audit 2024-01-13T09:24:21.859716+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[17496]: audit 2024-01-13T09:24:21.859731+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:21 smithi084 bash[17496]: audit 2024-01-13T09:24:21.860283+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:21 smithi102 bash[13966]: audit 2024-01-13T09:24:21.857764+0000 mon.a (mon.0) 653 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-01-13T09:24:22.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:21 smithi102 bash[13966]: audit 2024-01-13T09:24:21.858420+0000 mon.b (mon.2) 147 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.b", "id": [7, 2]}]: dispatch 2024-01-13T09:24:22.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:21 smithi102 bash[13966]: audit 2024-01-13T09:24:21.858870+0000 mon.b (mon.2) 148 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-01-13T09:24:22.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:21 smithi102 bash[13966]: audit 2024-01-13T09:24:21.859190+0000 mon.a (mon.0) 654 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.9", "id": [1, 5]}]: dispatch 2024-01-13T09:24:22.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:21 smithi102 bash[13966]: audit 2024-01-13T09:24:21.859274+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:21 smithi102 bash[13966]: audit 2024-01-13T09:24:21.859716+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:21 smithi102 bash[13966]: audit 2024-01-13T09:24:21.859731+0000 mon.a (mon.0) 655 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.14", "id": [1, 2]}]: dispatch 2024-01-13T09:24:22.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:21 smithi102 bash[13966]: audit 2024-01-13T09:24:21.860283+0000 mon.a (mon.0) 656 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1f", "id": [1, 2]}]: dispatch 2024-01-13T09:24:23.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:22 smithi084 bash[13940]: cluster 2024-01-13T09:24:21.837992+0000 mgr.x (mgr.34667) 60 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:23.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:22 smithi084 bash[17496]: cluster 2024-01-13T09:24:21.837992+0000 mgr.x (mgr.34667) 60 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:23.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:22 smithi102 bash[13966]: cluster 2024-01-13T09:24:21.837992+0000 mgr.x (mgr.34667) 60 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:24.130 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:23 smithi084 bash[36385]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr.y 2024-01-13T09:24:24.130 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:24 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-01-13T09:24:24.131 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[36447]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr.y 2024-01-13T09:24:24.381 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:24 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-01-13T09:24:24.381 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:24 smithi084 systemd[1]: Stopped Ceph mgr.y for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:24:24.699 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:24 smithi084 systemd[1]: Started Ceph mgr.y for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:24:25.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[13940]: cluster 2024-01-13T09:24:23.839464+0000 mgr.x (mgr.34667) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:25.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[17496]: cluster 2024-01-13T09:24:23.839464+0000 mgr.x (mgr.34667) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:25.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[17496]: audit 2024-01-13T09:24:24.427503+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:25.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[13940]: audit 2024-01-13T09:24:24.427503+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:25.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[17496]: audit 2024-01-13T09:24:24.428144+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:25.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[13940]: audit 2024-01-13T09:24:24.428144+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:25.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[17496]: audit 2024-01-13T09:24:24.432495+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:25.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[17496]: audit 2024-01-13T09:24:24.437247+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:25.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[17496]: audit 2024-01-13T09:24:24.440677+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:25.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[17496]: audit 2024-01-13T09:24:24.441282+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:25.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[13940]: audit 2024-01-13T09:24:24.432495+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:25.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[13940]: audit 2024-01-13T09:24:24.437247+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:25.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[13940]: audit 2024-01-13T09:24:24.440677+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:25.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:24 smithi084 bash[13940]: audit 2024-01-13T09:24:24.441282+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:25.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:24 smithi102 bash[13966]: cluster 2024-01-13T09:24:23.839464+0000 mgr.x (mgr.34667) 61 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:25.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:24 smithi102 bash[13966]: audit 2024-01-13T09:24:24.427503+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:25.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:24 smithi102 bash[13966]: audit 2024-01-13T09:24:24.428144+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:25.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:24 smithi102 bash[13966]: audit 2024-01-13T09:24:24.432495+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 101806243, \"cpu_percentage\": \"1.51%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.089407Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 96395591, \"cpu_percentage\": \"1.01%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090187Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49807360, \"cpu_percentage\": \"1.02%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090403Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49964646, \"cpu_percentage\": \"2.03%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090613Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47018147, \"cpu_percentage\": \"0.89%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.090821Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50258247, \"cpu_percentage\": \"1.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091029Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12132024, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091237Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51055165, \"cpu_percentage\": \"0.14%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:23:37.091650Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:25.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:24 smithi102 bash[13966]: audit 2024-01-13T09:24:24.437247+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:25.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:24 smithi102 bash[13966]: audit 2024-01-13T09:24:24.440677+0000 mon.b (mon.2) 153 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:25.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:24 smithi102 bash[13966]: audit 2024-01-13T09:24:24.441282+0000 mon.b (mon.2) 154 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:25.655 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:25 smithi084 bash[36569]: debug 2024-01-13T09:24:25.496+0000 7f326d9de700 1 -- 172.21.15.84:0/3370545570 <== mon.1 v2:172.21.15.84:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55de1d3944e0 con 0x55de1d488c00 2024-01-13T09:24:25.948 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:25 smithi084 bash[36569]: debug 2024-01-13T09:24:25.660+0000 7f327dfd7680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-13T09:24:25.948 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:25 smithi084 bash[36569]: debug 2024-01-13T09:24:25.764+0000 7f327dfd7680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-13T09:24:26.059 INFO:teuthology.orchestra.run.smithi084.stdout:true 2024-01-13T09:24:26.698 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[36569]: debug 2024-01-13T09:24:26.260+0000 7f327dfd7680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-13T09:24:26.788 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T09:24:26.788 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.a smithi084 starting - - - - 2024-01-13T09:24:26.788 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.a smithi102 running (6m) 48s ago 6m 25.8M - 6.6.2 87a51ecf0b1c da830e874c95 2024-01-13T09:24:26.788 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.x smithi102 running (79s) 48s ago 11m 407M - 16.2.14-456-g445562ab 163fd1944c31 4d39d6213876 2024-01-13T09:24:26.788 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.y smithi084 *:8443 starting - - - - 2024-01-13T09:24:26.788 INFO:teuthology.orchestra.run.smithi084.stdout:mon.a smithi084 running (13m) 49s ago 13m 97.0M 2048M 15.2.0 204a01f9b0b6 2ce805082b81 2024-01-13T09:24:26.788 INFO:teuthology.orchestra.run.smithi084.stdout:mon.b smithi102 running (11m) 48s ago 11m 94.6M 2048M 15.2.0 204a01f9b0b6 af1da5b6040b 2024-01-13T09:24:26.788 INFO:teuthology.orchestra.run.smithi084.stdout:mon.c smithi084 running (12m) 49s ago 12m 91.9M 2048M 15.2.0 204a01f9b0b6 f62b810d3d37 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.a smithi084 running (7m) 49s ago 7m 11.5M - 1.7.0 72c9c2088986 505c4493cd2f 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.b smithi102 running (7m) 48s ago 7m 11.8M - 1.7.0 72c9c2088986 37956ab2a57c 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (11m) 49s ago 11m 47.5M 4096M 15.2.0 204a01f9b0b6 9131186b7bef 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (10m) 49s ago 10m 47.6M 4096M 15.2.0 204a01f9b0b6 ad7b8286e01f 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (10m) 49s ago 10m 44.8M 4096M 15.2.0 204a01f9b0b6 b86143cb2966 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (9m) 49s ago 9m 47.9M 4096M 15.2.0 204a01f9b0b6 89c4db6b20ee 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi102 running (9m) 48s ago 9m 48.9M 4096M 15.2.0 204a01f9b0b6 3062c2890a3d 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi102 running (8m) 48s ago 8m 47.4M 4096M 15.2.0 204a01f9b0b6 8b3aed004371 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi102 running (8m) 48s ago 8m 45.7M 4096M 15.2.0 204a01f9b0b6 03e84d27de71 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi102 running (8m) 48s ago 8m 48.7M 4096M 15.2.0 204a01f9b0b6 f0aaeb13a6c0 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.a smithi102 starting - - - - 2024-01-13T09:24:26.789 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi084.oatkxx smithi084 running (5m) 49s ago 5m 48.6M - 15.2.0 204a01f9b0b6 b481ce3b512e 2024-01-13T09:24:26.790 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi102.wzmbxc smithi102 running (5m) 48s ago 5m 48.4M - 15.2.0 204a01f9b0b6 dccafea318ca 2024-01-13T09:24:27.200 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:27 smithi084 bash[36569]: debug 2024-01-13T09:24:27.152+0000 7f327dfd7680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-13T09:24:27.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: cluster 2024-01-13T09:24:25.840245+0000 mgr.x (mgr.34667) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:27.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.052557+0000 mgr.x (mgr.34667) 63 : audit [DBG] from='client.24811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:27.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.415123+0000 mgr.x (mgr.34667) 64 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:27.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.771695+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:27.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.772857+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:27.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.773965+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.774941+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.775970+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.776974+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.782224+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.783129+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.783805+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.784588+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[17496]: audit 2024-01-13T09:24:26.785252+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: cluster 2024-01-13T09:24:25.840245+0000 mgr.x (mgr.34667) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.052557+0000 mgr.x (mgr.34667) 63 : audit [DBG] from='client.24811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.415123+0000 mgr.x (mgr.34667) 64 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.771695+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.772857+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.773965+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.774941+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.775970+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.776974+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.782224+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:27.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.783129+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.783805+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.784588+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:26 smithi084 bash[13940]: audit 2024-01-13T09:24:26.785252+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.269 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:24:27.269 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2024-01-13T09:24:27.269 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-13T09:24:27.269 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:24:27.269 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": {}, 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: "rgw": { 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-13T09:24:27.270 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T09:24:27.271 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:24:27.271 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:24:27.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: cluster 2024-01-13T09:24:25.840245+0000 mgr.x (mgr.34667) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:27.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.052557+0000 mgr.x (mgr.34667) 63 : audit [DBG] from='client.24811 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:27.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.415123+0000 mgr.x (mgr.34667) 64 : audit [DBG] from='client.14907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:27.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.771695+0000 mon.b (mon.2) 155 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:27.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.772857+0000 mon.b (mon.2) 156 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:27.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.773965+0000 mon.b (mon.2) 157 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.774941+0000 mon.b (mon.2) 158 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.775970+0000 mon.b (mon.2) 159 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.776974+0000 mon.b (mon.2) 160 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.782224+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:27.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.783129+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.783805+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.784588+0000 mon.b (mon.2) 164 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:26 smithi102 bash[13966]: audit 2024-01-13T09:24:26.785252+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:27.513 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:27 smithi084 bash[36569]: debug 2024-01-13T09:24:27.264+0000 7f327dfd7680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-13T09:24:27.621 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:24:27.622 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T09:24:27.622 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2024-01-13T09:24:27.622 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T09:24:27.622 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [], 2024-01-13T09:24:27.622 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "", 2024-01-13T09:24:27.622 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T09:24:27.622 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2024-01-13T09:24:27.622 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:24:27.944 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:27 smithi084 bash[36569]: debug 2024-01-13T09:24:27.516+0000 7f327dfd7680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-13T09:24:27.944 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:27 smithi084 bash[13940]: audit 2024-01-13T09:24:26.766435+0000 mgr.x (mgr.34667) 65 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:27.944 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:27 smithi084 bash[13940]: audit 2024-01-13T09:24:27.275741+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.84:0/4273695403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:24:28.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:27 smithi084 bash[17496]: audit 2024-01-13T09:24:26.766435+0000 mgr.x (mgr.34667) 65 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:28.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:27 smithi084 bash[17496]: audit 2024-01-13T09:24:27.275741+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.84:0/4273695403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:24:28.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:27 smithi102 bash[13966]: audit 2024-01-13T09:24:26.766435+0000 mgr.x (mgr.34667) 65 : audit [DBG] from='client.14913 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:28.489 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:27 smithi102 bash[13966]: audit 2024-01-13T09:24:27.275741+0000 mon.c (mon.1) 21 : audit [DBG] from='client.? 172.21.15.84:0/4273695403' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:24:28.891 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:28 smithi084 bash[36569]: debug 2024-01-13T09:24:28.640+0000 7f327dfd7680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-13T09:24:28.892 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:28 smithi084 bash[36569]: debug 2024-01-13T09:24:28.796+0000 7f327dfd7680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:24:29.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:28 smithi084 bash[13940]: audit 2024-01-13T09:24:27.629207+0000 mgr.x (mgr.34667) 66 : audit [DBG] from='client.24835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:29.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:28 smithi084 bash[13940]: cluster 2024-01-13T09:24:27.840988+0000 mgr.x (mgr.34667) 67 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:29.199 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:28 smithi084 bash[36569]: debug 2024-01-13T09:24:28.896+0000 7f327dfd7680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-13T09:24:29.199 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:29 smithi084 bash[36569]: debug 2024-01-13T09:24:29.004+0000 7f327dfd7680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-13T09:24:29.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:28 smithi084 bash[17496]: audit 2024-01-13T09:24:27.629207+0000 mgr.x (mgr.34667) 66 : audit [DBG] from='client.24835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:29.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:28 smithi084 bash[17496]: cluster 2024-01-13T09:24:27.840988+0000 mgr.x (mgr.34667) 67 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:29.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:28 smithi102 bash[13966]: audit 2024-01-13T09:24:27.629207+0000 mgr.x (mgr.34667) 66 : audit [DBG] from='client.24835 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:29.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:28 smithi102 bash[13966]: cluster 2024-01-13T09:24:27.840988+0000 mgr.x (mgr.34667) 67 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:29.607 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:29 smithi084 bash[36569]: debug 2024-01-13T09:24:29.224+0000 7f327dfd7680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-13T09:24:29.948 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:29 smithi084 bash[36569]: debug 2024-01-13T09:24:29.612+0000 7f327dfd7680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-13T09:24:29.948 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:29 smithi084 bash[36569]: debug 2024-01-13T09:24:29.736+0000 7f327dfd7680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-13T09:24:30.948 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[36569]: debug 2024-01-13T09:24:30.664+0000 7f327dfd7680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-13T09:24:30.948 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[36569]: debug 2024-01-13T09:24:30.768+0000 7f327dfd7680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-13T09:24:30.949 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[36569]: debug 2024-01-13T09:24:30.880+0000 7f327dfd7680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-13T09:24:31.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: cluster 2024-01-13T09:24:29.842380+0000 mgr.x (mgr.34667) 68 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:31.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.494859+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120586240, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492370Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 83540049, \"cpu_percentage\": \"98.41%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:30.492588Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492715Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492826Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492945Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_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.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493057Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50572820, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493159Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13159628, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493259Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15896412, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493359Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493469Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.493650Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.495365+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120586240, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492370Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 83540049, \"cpu_percentage\": \"98.41%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:30.492588Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492715Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492826Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492945Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_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.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493057Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50572820, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493159Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13159628, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493259Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15896412, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493359Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493469Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.493650Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.500887+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120586240, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492370Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 83540049, \"cpu_percentage\": \"98.41%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:30.492588Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492715Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492826Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492945Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_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.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493057Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50572820, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493159Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13159628, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493259Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15896412, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493359Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493469Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.493650Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:31.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.889799+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112512204, \"cpu_percentage\": \"1.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.884850Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 435578470, \"cpu_percentage\": \"3.46%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885137Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51694796, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885329Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885538Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47909437, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885723Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885902Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33030144, \"cpu_percentage\": \"0.09%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886110Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12027166, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886309Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27095203, \"cpu_percentage\": \"1.55%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886507Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51013222, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886728Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.887047Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.890269+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112512204, \"cpu_percentage\": \"1.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.884850Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 435578470, \"cpu_percentage\": \"3.46%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885137Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51694796, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885329Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885538Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47909437, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885723Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885902Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33030144, \"cpu_percentage\": \"0.09%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886110Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12027166, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886309Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27095203, \"cpu_percentage\": \"1.55%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886507Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51013222, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886728Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.887047Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.896029+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112512204, \"cpu_percentage\": \"1.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.884850Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 435578470, \"cpu_percentage\": \"3.46%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885137Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51694796, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885329Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885538Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47909437, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885723Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885902Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33030144, \"cpu_percentage\": \"0.09%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886110Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12027166, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886309Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27095203, \"cpu_percentage\": \"1.55%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886507Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51013222, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886728Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.887047Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.900212+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.901294+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.904626+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.917909+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.919089+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.920105+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.924863+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.925896+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: cluster 2024-01-13T09:24:30.933791+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-13T09:24:31.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.935801+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' 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 2024-01-13T09:24:31.382 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.936060+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34667 ' 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 2024-01-13T09:24:31.382 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.938291+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-13T09:24:31.382 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:30 smithi102 bash[13966]: audit 2024-01-13T09:24:30.939307+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-13T09:24:31.388 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[36569]: debug 2024-01-13T09:24:31.100+0000 7f327dfd7680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-13T09:24:31.388 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: cluster 2024-01-13T09:24:29.842380+0000 mgr.x (mgr.34667) 68 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:31.389 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: cluster 2024-01-13T09:24:29.842380+0000 mgr.x (mgr.34667) 68 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:31.389 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.494859+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120586240, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492370Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 83540049, \"cpu_percentage\": \"98.41%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:30.492588Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492715Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492826Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492945Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_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.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493057Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50572820, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493159Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13159628, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493259Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15896412, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493359Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493469Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.493650Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.389 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.494859+0000 mon.a (mon.0) 659 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120586240, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492370Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 83540049, \"cpu_percentage\": \"98.41%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:30.492588Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492715Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492826Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492945Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_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.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493057Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50572820, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493159Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13159628, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493259Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15896412, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493359Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493469Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.493650Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.390 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.495365+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120586240, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492370Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 83540049, \"cpu_percentage\": \"98.41%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:30.492588Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492715Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492826Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492945Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_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.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493057Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50572820, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493159Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13159628, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493259Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15896412, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493359Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493469Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.493650Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.390 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.495365+0000 mon.b (mon.2) 166 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120586240, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492370Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 83540049, \"cpu_percentage\": \"98.41%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:30.492588Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492715Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492826Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492945Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_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.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493057Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50572820, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493159Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13159628, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493259Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15896412, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493359Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493469Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.493650Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.391 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.500887+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120586240, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492370Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 83540049, \"cpu_percentage\": \"98.41%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:30.492588Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492715Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492826Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492945Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_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.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493057Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50572820, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493159Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13159628, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493259Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15896412, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493359Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493469Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.493650Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:31.391 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.889799+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112512204, \"cpu_percentage\": \"1.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.884850Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 435578470, \"cpu_percentage\": \"3.46%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885137Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51694796, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885329Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885538Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47909437, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885723Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885902Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33030144, \"cpu_percentage\": \"0.09%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886110Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12027166, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886309Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27095203, \"cpu_percentage\": \"1.55%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886507Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51013222, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886728Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.887047Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.391 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.500887+0000 mon.a (mon.0) 660 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 120586240, \"cpu_percentage\": \"2.06%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492370Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 83540049, \"cpu_percentage\": \"98.41%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:30.492588Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492715Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492826Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"0.65%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.492945Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_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.37%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493057Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50572820, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493159Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13159628, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493259Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 15896412, \"cpu_percentage\": \"0.10%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493359Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51243909, \"cpu_percentage\": \"0.39%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.493469Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.493650Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:31.392 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.890269+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112512204, \"cpu_percentage\": \"1.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.884850Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 435578470, \"cpu_percentage\": \"3.46%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885137Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51694796, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885329Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885538Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47909437, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885723Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885902Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33030144, \"cpu_percentage\": \"0.09%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886110Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12027166, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886309Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27095203, \"cpu_percentage\": \"1.55%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886507Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51013222, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886728Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.887047Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.392 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.889799+0000 mon.a (mon.0) 661 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112512204, \"cpu_percentage\": \"1.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.884850Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 435578470, \"cpu_percentage\": \"3.46%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885137Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51694796, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885329Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885538Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47909437, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885723Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885902Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33030144, \"cpu_percentage\": \"0.09%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886110Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12027166, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886309Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27095203, \"cpu_percentage\": \"1.55%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886507Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51013222, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886728Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.887047Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.392 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.896029+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112512204, \"cpu_percentage\": \"1.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.884850Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 435578470, \"cpu_percentage\": \"3.46%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885137Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51694796, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885329Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885538Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47909437, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885723Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885902Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33030144, \"cpu_percentage\": \"0.09%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886110Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12027166, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886309Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27095203, \"cpu_percentage\": \"1.55%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886507Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51013222, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886728Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.887047Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.900212+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.901294+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.904626+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.917909+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.919089+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.920105+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.924863+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.925896+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: cluster 2024-01-13T09:24:30.933791+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.935801+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' 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 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.936060+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34667 ' 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 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.938291+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-13T09:24:31.393 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[13940]: audit 2024-01-13T09:24:30.939307+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-13T09:24:31.394 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.890269+0000 mon.b (mon.2) 167 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112512204, \"cpu_percentage\": \"1.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.884850Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 435578470, \"cpu_percentage\": \"3.46%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885137Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51694796, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885329Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885538Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47909437, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885723Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885902Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33030144, \"cpu_percentage\": \"0.09%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886110Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12027166, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886309Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27095203, \"cpu_percentage\": \"1.55%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886507Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51013222, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886728Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.887047Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-13T09:24:31.394 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.896029+0000 mon.a (mon.0) 662 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112512204, \"cpu_percentage\": \"1.97%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.884850Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 435578470, \"cpu_percentage\": \"3.46%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885137Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51694796, \"cpu_percentage\": \"0.75%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885329Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50111447, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885538Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47909437, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885723Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.43%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.885902Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33030144, \"cpu_percentage\": \"0.09%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886110Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12027166, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886309Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27095203, \"cpu_percentage\": \"1.55%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886507Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51013222, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:30.886728Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:30.887047Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}}"}]': finished 2024-01-13T09:24:31.394 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.900212+0000 mon.a (mon.0) 663 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:31.394 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.901294+0000 mon.b (mon.2) 168 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:31.394 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.904626+0000 mon.a (mon.0) 664 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:24:31.394 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.917909+0000 mon.b (mon.2) 169 : audit [DBG] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:31.394 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.919089+0000 mon.a (mon.0) 665 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:31.394 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.920105+0000 mon.b (mon.2) 170 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:31.394 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.924863+0000 mon.a (mon.0) 666 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-13T09:24:31.394 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.925896+0000 mon.b (mon.2) 171 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-13T09:24:31.395 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: cluster 2024-01-13T09:24:30.933791+0000 mon.a (mon.0) 667 : cluster [DBG] osdmap e61: 8 total, 8 up, 8 in 2024-01-13T09:24:31.395 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.935801+0000 mon.b (mon.2) 172 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' 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 2024-01-13T09:24:31.395 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.936060+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.34667 ' 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 2024-01-13T09:24:31.395 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.938291+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-13T09:24:31.395 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:30 smithi084 bash[17496]: audit 2024-01-13T09:24:30.939307+0000 mon.b (mon.2) 173 : audit [INF] from='mgr.34667 172.21.15.102:0/3358001293' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-13T09:24:31.698 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[36569]: debug 2024-01-13T09:24:31.392+0000 7f327dfd7680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-13T09:24:31.698 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[36569]: debug 2024-01-13T09:24:31.556+0000 7f327dfd7680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-13T09:24:32.048 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[36569]: debug 2024-01-13T09:24:31.728+0000 7f327dfd7680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:24:32.048 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[36569]: debug 2024-01-13T09:24:31.948+0000 7f327dfd7680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-13T09:24:32.048 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[17496]: cephadm 2024-01-13T09:24:30.922377+0000 mgr.x (mgr.34667) 69 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:32.048 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[17496]: cephadm 2024-01-13T09:24:30.922979+0000 mgr.x (mgr.34667) 70 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:32.048 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[17496]: cephadm 2024-01-13T09:24:30.925374+0000 mgr.x (mgr.34667) 71 : cephadm [INF] Failing over to other MGR 2024-01-13T09:24:32.049 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[17496]: cluster 2024-01-13T09:24:31.545339+0000 mon.a (mon.0) 670 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:24:32.049 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[17496]: audit 2024-01-13T09:24:31.916848+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-13T09:24:32.049 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[17496]: cluster 2024-01-13T09:24:31.916915+0000 mon.a (mon.0) 672 : cluster [DBG] mgrmap e20: y(active, starting, since 0.991129s), standbys: x 2024-01-13T09:24:32.049 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[17496]: audit 2024-01-13T09:24:31.933406+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-13T09:24:32.049 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[17496]: cluster 2024-01-13T09:24:31.933462+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-13T09:24:32.049 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[13940]: cephadm 2024-01-13T09:24:30.922377+0000 mgr.x (mgr.34667) 69 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:32.049 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[13940]: cephadm 2024-01-13T09:24:30.922979+0000 mgr.x (mgr.34667) 70 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:32.049 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[13940]: cephadm 2024-01-13T09:24:30.925374+0000 mgr.x (mgr.34667) 71 : cephadm [INF] Failing over to other MGR 2024-01-13T09:24:32.049 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[13940]: cluster 2024-01-13T09:24:31.545339+0000 mon.a (mon.0) 670 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:24:32.049 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[13940]: audit 2024-01-13T09:24:31.916848+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-13T09:24:32.050 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[13940]: cluster 2024-01-13T09:24:31.916915+0000 mon.a (mon.0) 672 : cluster [DBG] mgrmap e20: y(active, starting, since 0.991129s), standbys: x 2024-01-13T09:24:32.050 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[13940]: audit 2024-01-13T09:24:31.933406+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-13T09:24:32.050 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:31 smithi084 bash[13940]: cluster 2024-01-13T09:24:31.933462+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-13T09:24:32.231 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[25570]: debug 2024-01-13T09:24:31.918+0000 7f8fe21a1700 -1 mgr handle_mgr_map I was active but no longer am 2024-01-13T09:24:32.231 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[25570]: ignoring --setuser ceph since I am not root 2024-01-13T09:24:32.231 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[25570]: ignoring --setgroup ceph since I am not root 2024-01-13T09:24:32.231 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:32 smithi102 bash[25570]: debug 2024-01-13T09:24:32.130+0000 7f3dbd4a6680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-13T09:24:32.231 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[13966]: cephadm 2024-01-13T09:24:30.922377+0000 mgr.x (mgr.34667) 69 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:32.231 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[13966]: cephadm 2024-01-13T09:24:30.922979+0000 mgr.x (mgr.34667) 70 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-13T09:24:32.232 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[13966]: cephadm 2024-01-13T09:24:30.925374+0000 mgr.x (mgr.34667) 71 : cephadm [INF] Failing over to other MGR 2024-01-13T09:24:32.232 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[13966]: cluster 2024-01-13T09:24:31.545339+0000 mon.a (mon.0) 670 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:24:32.232 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[13966]: audit 2024-01-13T09:24:31.916848+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-13T09:24:32.232 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[13966]: cluster 2024-01-13T09:24:31.916915+0000 mon.a (mon.0) 672 : cluster [DBG] mgrmap e20: y(active, starting, since 0.991129s), standbys: x 2024-01-13T09:24:32.232 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[13966]: audit 2024-01-13T09:24:31.933406+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.34667 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-13T09:24:32.232 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:31 smithi102 bash[13966]: cluster 2024-01-13T09:24:31.933462+0000 mon.a (mon.0) 674 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-13T09:24:32.448 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[36569]: debug 2024-01-13T09:24:32.052+0000 7f327dfd7680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-13T09:24:32.966 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:32 smithi102 bash[25570]: debug 2024-01-13T09:24:32.234+0000 7f3dbd4a6680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-13T09:24:32.966 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:32 smithi102 bash[25570]: debug 2024-01-13T09:24:32.690+0000 7f3dbd4a6680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-13T09:24:33.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:32 smithi102 bash[13966]: cluster 2024-01-13T09:24:32.076223+0000 mon.a (mon.0) 675 : cluster [INF] Active manager daemon y restarted 2024-01-13T09:24:33.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:32 smithi102 bash[13966]: cluster 2024-01-13T09:24:32.077472+0000 mon.a (mon.0) 676 : cluster [INF] Activating manager daemon y 2024-01-13T09:24:33.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:32 smithi102 bash[13966]: cluster 2024-01-13T09:24:32.083732+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-13T09:24:33.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:32 smithi102 bash[13966]: audit 2024-01-13T09:24:32.086175+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-13T09:24:33.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:32 smithi102 bash[13966]: audit 2024-01-13T09:24:32.086899+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:24:33.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:32 smithi102 bash[13966]: audit 2024-01-13T09:24:32.089131+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-13T09:24:33.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:32 smithi102 bash[13966]: audit 2024-01-13T09:24:32.089929+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:24:33.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[13940]: cluster 2024-01-13T09:24:32.076223+0000 mon.a (mon.0) 675 : cluster [INF] Active manager daemon y restarted 2024-01-13T09:24:33.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[13940]: cluster 2024-01-13T09:24:32.077472+0000 mon.a (mon.0) 676 : cluster [INF] Activating manager daemon y 2024-01-13T09:24:33.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[13940]: cluster 2024-01-13T09:24:32.083732+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[13940]: audit 2024-01-13T09:24:32.086175+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[13940]: audit 2024-01-13T09:24:32.086899+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[13940]: audit 2024-01-13T09:24:32.089131+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[13940]: audit 2024-01-13T09:24:32.089929+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[17496]: cluster 2024-01-13T09:24:32.076223+0000 mon.a (mon.0) 675 : cluster [INF] Active manager daemon y restarted 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[17496]: cluster 2024-01-13T09:24:32.077472+0000 mon.a (mon.0) 676 : cluster [INF] Activating manager daemon y 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[17496]: cluster 2024-01-13T09:24:32.083732+0000 mon.a (mon.0) 677 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[17496]: audit 2024-01-13T09:24:32.086175+0000 mon.c (mon.1) 22 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[17496]: audit 2024-01-13T09:24:32.086899+0000 mon.c (mon.1) 23 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[17496]: audit 2024-01-13T09:24:32.089131+0000 mon.c (mon.1) 24 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-13T09:24:33.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:32 smithi084 bash[17496]: audit 2024-01-13T09:24:32.089929+0000 mon.c (mon.1) 25 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:24:33.877 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:33 smithi102 bash[25570]: debug 2024-01-13T09:24:33.618+0000 7f3dbd4a6680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-13T09:24:33.878 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:33 smithi102 bash[25570]: debug 2024-01-13T09:24:33.714+0000 7f3dbd4a6680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-13T09:24:34.377 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:33 smithi102 bash[25570]: debug 2024-01-13T09:24:33.962+0000 7f3dbd4a6680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-13T09:24:34.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:33 smithi102 bash[13966]: cluster 2024-01-13T09:24:32.989607+0000 mon.a (mon.0) 678 : cluster [DBG] mgrmap e21: y(active, starting, since 0.912535s), standbys: x 2024-01-13T09:24:34.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:33 smithi084 bash[17496]: cluster 2024-01-13T09:24:32.989607+0000 mon.a (mon.0) 678 : cluster [DBG] mgrmap e21: y(active, starting, since 0.912535s), standbys: x 2024-01-13T09:24:34.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:33 smithi084 bash[13940]: cluster 2024-01-13T09:24:32.989607+0000 mon.a (mon.0) 678 : cluster [DBG] mgrmap e21: y(active, starting, since 0.912535s), standbys: x 2024-01-13T09:24:35.327 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:35 smithi102 bash[25570]: debug 2024-01-13T09:24:35.074+0000 7f3dbd4a6680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-13T09:24:35.327 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:35 smithi102 bash[25570]: debug 2024-01-13T09:24:35.234+0000 7f3dbd4a6680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:24:35.627 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:35 smithi102 bash[25570]: debug 2024-01-13T09:24:35.330+0000 7f3dbd4a6680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-13T09:24:35.628 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:35 smithi102 bash[25570]: debug 2024-01-13T09:24:35.442+0000 7f3dbd4a6680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-13T09:24:36.054 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:35 smithi102 bash[25570]: debug 2024-01-13T09:24:35.662+0000 7f3dbd4a6680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-13T09:24:36.377 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:36 smithi102 bash[25570]: debug 2024-01-13T09:24:36.058+0000 7f3dbd4a6680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-13T09:24:36.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:36 smithi102 bash[25570]: debug 2024-01-13T09:24:36.182+0000 7f3dbd4a6680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-13T09:24:37.377 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:37 smithi102 bash[25570]: debug 2024-01-13T09:24:37.034+0000 7f3dbd4a6680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-13T09:24:37.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:37 smithi102 bash[25570]: debug 2024-01-13T09:24:37.138+0000 7f3dbd4a6680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-13T09:24:37.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:37 smithi102 bash[25570]: debug 2024-01-13T09:24:37.254+0000 7f3dbd4a6680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-13T09:24:37.784 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:37 smithi102 bash[25570]: debug 2024-01-13T09:24:37.482+0000 7f3dbd4a6680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-13T09:24:38.116 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:37 smithi102 bash[25570]: debug 2024-01-13T09:24:37.786+0000 7f3dbd4a6680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-13T09:24:38.116 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:37 smithi102 bash[25570]: debug 2024-01-13T09:24:37.950+0000 7f3dbd4a6680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-13T09:24:38.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:38 smithi102 bash[25570]: debug 2024-01-13T09:24:38.118+0000 7f3dbd4a6680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:24:38.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:38 smithi102 bash[25570]: debug 2024-01-13T09:24:38.334+0000 7f3dbd4a6680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-13T09:24:38.877 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:38 smithi102 bash[25570]: debug 2024-01-13T09:24:38.438+0000 7f3dbd4a6680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-13T09:24:38.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:38 smithi102 bash[13966]: cluster 2024-01-13T09:24:38.463341+0000 mon.a (mon.0) 679 : cluster [DBG] Standby manager daemon x restarted 2024-01-13T09:24:38.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:38 smithi102 bash[13966]: cluster 2024-01-13T09:24:38.463522+0000 mon.a (mon.0) 680 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:24:38.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:38 smithi102 bash[13966]: audit 2024-01-13T09:24:38.466321+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:24:38.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:38 smithi102 bash[13966]: audit 2024-01-13T09:24:38.467036+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:24:38.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:38 smithi102 bash[13966]: audit 2024-01-13T09:24:38.468896+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:24:38.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:38 smithi102 bash[13966]: audit 2024-01-13T09:24:38.469602+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[17496]: cluster 2024-01-13T09:24:38.463341+0000 mon.a (mon.0) 679 : cluster [DBG] Standby manager daemon x restarted 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[17496]: cluster 2024-01-13T09:24:38.463522+0000 mon.a (mon.0) 680 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[17496]: audit 2024-01-13T09:24:38.466321+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[17496]: audit 2024-01-13T09:24:38.467036+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[17496]: audit 2024-01-13T09:24:38.468896+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[17496]: audit 2024-01-13T09:24:38.469602+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[13940]: cluster 2024-01-13T09:24:38.463341+0000 mon.a (mon.0) 679 : cluster [DBG] Standby manager daemon x restarted 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[13940]: cluster 2024-01-13T09:24:38.463522+0000 mon.a (mon.0) 680 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[13940]: audit 2024-01-13T09:24:38.466321+0000 mon.b (mon.2) 174 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[13940]: audit 2024-01-13T09:24:38.467036+0000 mon.b (mon.2) 175 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:24:38.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[13940]: audit 2024-01-13T09:24:38.468896+0000 mon.b (mon.2) 176 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:24:38.950 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:38 smithi084 bash[13940]: audit 2024-01-13T09:24:38.469602+0000 mon.b (mon.2) 177 : audit [DBG] from='mgr.? 172.21.15.102:0/4237861589' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:24:39.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: cluster 2024-01-13T09:24:38.527127+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e22: y(active, starting, since 6s), standbys: x 2024-01-13T09:24:39.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:38.528804+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:24:39.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:38.528921+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:24:39.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:38.994375+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:38.994996+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:38.995590+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:38.999548+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.000267+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.001149+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.001814+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.002425+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.003064+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.003423+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.003689+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.004050+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.004329+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.004970+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.006336+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:24:39.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.007511+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.008066+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.008643+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.009244+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi084"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.009863+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.010402+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.010956+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.011465+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.011993+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.012539+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.013164+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.013769+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.014409+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.014975+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T09:24:39.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.015577+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.016152+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.016725+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.017290+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.017852+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.018397+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.018939+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.019539+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.020069+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: cluster 2024-01-13T09:24:39.038986+0000 mon.a (mon.0) 682 : cluster [INF] Manager daemon y is now available 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: cephadm 2024-01-13T09:24:39.061305+0000 mgr.y (mgr.24805) 1 : cephadm [INF] inventory: adjusted host smithi102 addr 'smithi102' -> '172.21.15.102' 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.062165+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.062882+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.067727+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.209493+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:39.631 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.211930+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:39.632 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.293237+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:24:39.632 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.293734+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:24:39.632 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.301151+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-13T09:24:39.632 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:39 smithi102 bash[13966]: audit 2024-01-13T09:24:39.301665+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-13T09:24:39.698 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[36569]: Warning: Permanently added '172.21.15.102' (ECDSA) to the list of known hosts. 2024-01-13T09:24:39.698 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[36569]: Warning: Permanently added '172.21.15.84' (ECDSA) to the list of known hosts. 2024-01-13T09:24:39.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: cluster 2024-01-13T09:24:38.527127+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e22: y(active, starting, since 6s), standbys: x 2024-01-13T09:24:39.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:38.528804+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:24:39.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:38.528921+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:24:39.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:38.994375+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:24:39.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:38.994996+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:38.995590+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:38.999548+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.000267+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.001149+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.001814+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.002425+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.003064+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.003423+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.003689+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.004050+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.004329+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.004970+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:24:39.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.006336+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: cluster 2024-01-13T09:24:38.527127+0000 mon.a (mon.0) 681 : cluster [DBG] mgrmap e22: y(active, starting, since 6s), standbys: x 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:38.528804+0000 mon.c (mon.1) 26 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:38.528921+0000 mon.c (mon.1) 27 : audit [DBG] from='mgr.? 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:38.994375+0000 mon.c (mon.1) 28 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:38.994996+0000 mon.c (mon.1) 29 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:38.995590+0000 mon.c (mon.1) 30 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:38.999548+0000 mon.c (mon.1) 31 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.000267+0000 mon.c (mon.1) 32 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.001149+0000 mon.c (mon.1) 33 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.001814+0000 mon.c (mon.1) 34 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.002425+0000 mon.c (mon.1) 35 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:24:39.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.003064+0000 mon.c (mon.1) 36 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.003423+0000 mon.c (mon.1) 37 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.003689+0000 mon.c (mon.1) 38 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.004050+0000 mon.c (mon.1) 39 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.004329+0000 mon.c (mon.1) 40 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.004970+0000 mon.c (mon.1) 41 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.006336+0000 mon.c (mon.1) 42 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.007511+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.008066+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.008643+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.009244+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi084"}]: dispatch 2024-01-13T09:24:39.702 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.009863+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.010402+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.010956+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.011465+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.011993+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.012539+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.013164+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.013769+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.014409+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.014975+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.015577+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.016152+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-13T09:24:39.703 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.016725+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.007511+0000 mon.c (mon.1) 43 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.008066+0000 mon.c (mon.1) 44 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.008643+0000 mon.c (mon.1) 45 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.009244+0000 mon.c (mon.1) 46 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi084"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.009863+0000 mon.c (mon.1) 47 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.010402+0000 mon.c (mon.1) 48 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.010956+0000 mon.c (mon.1) 49 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.011465+0000 mon.c (mon.1) 50 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.011993+0000 mon.c (mon.1) 51 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.012539+0000 mon.c (mon.1) 52 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.013164+0000 mon.c (mon.1) 53 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.013769+0000 mon.c (mon.1) 54 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-13T09:24:39.704 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.014409+0000 mon.c (mon.1) 55 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-13T09:24:39.705 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.014975+0000 mon.c (mon.1) 56 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T09:24:39.705 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.015577+0000 mon.c (mon.1) 57 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T09:24:39.705 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.016152+0000 mon.c (mon.1) 58 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-13T09:24:39.705 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.016725+0000 mon.c (mon.1) 59 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-13T09:24:39.705 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.017290+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:24:39.705 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.017852+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.018397+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.018939+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.019539+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.020069+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: cluster 2024-01-13T09:24:39.038986+0000 mon.a (mon.0) 682 : cluster [INF] Manager daemon y is now available 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: cephadm 2024-01-13T09:24:39.061305+0000 mgr.y (mgr.24805) 1 : cephadm [INF] inventory: adjusted host smithi102 addr 'smithi102' -> '172.21.15.102' 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.062165+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.062882+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.067727+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.209493+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.211930+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.293237+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.293734+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.301151+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-13T09:24:39.706 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[13940]: audit 2024-01-13T09:24:39.301665+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.017290+0000 mon.c (mon.1) 60 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.017852+0000 mon.c (mon.1) 61 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.018397+0000 mon.c (mon.1) 62 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.018939+0000 mon.c (mon.1) 63 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.019539+0000 mon.c (mon.1) 64 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.020069+0000 mon.c (mon.1) 65 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: cluster 2024-01-13T09:24:39.038986+0000 mon.a (mon.0) 682 : cluster [INF] Manager daemon y is now available 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: cephadm 2024-01-13T09:24:39.061305+0000 mgr.y (mgr.24805) 1 : cephadm [INF] inventory: adjusted host smithi102 addr 'smithi102' -> '172.21.15.102' 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.062165+0000 mon.c (mon.1) 66 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.062882+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.067727+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi084\": {\"hostname\": \"smithi084\", \"addr\": \"172.21.15.84\", \"labels\": [], \"status\": \"\"}, \"smithi102\": {\"hostname\": \"smithi102\", \"addr\": \"172.21.15.102\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-13T09:24:39.707 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.209493+0000 mon.c (mon.1) 67 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:39.708 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.211930+0000 mon.c (mon.1) 68 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:39.708 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.293237+0000 mon.c (mon.1) 69 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:24:39.708 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.293734+0000 mon.a (mon.0) 685 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:24:39.708 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.301151+0000 mon.c (mon.1) 70 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-13T09:24:39.708 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:39 smithi084 bash[17496]: audit 2024-01-13T09:24:39.301665+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-13T09:24:40.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:40 smithi102 bash[13966]: audit 2024-01-13T09:24:39.529821+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:40.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:40 smithi102 bash[13966]: audit 2024-01-13T09:24:39.530513+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:40.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:40 smithi102 bash[13966]: cluster 2024-01-13T09:24:39.553826+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e23: y(active, since 7s), standbys: x 2024-01-13T09:24:40.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:40 smithi102 bash[13966]: cluster 2024-01-13T09:24:39.589717+0000 mgr.y (mgr.24805) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:40.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:40 smithi084 bash[13940]: audit 2024-01-13T09:24:39.529821+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:40.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:40 smithi084 bash[13940]: audit 2024-01-13T09:24:39.530513+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:40.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:40 smithi084 bash[13940]: cluster 2024-01-13T09:24:39.553826+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e23: y(active, since 7s), standbys: x 2024-01-13T09:24:40.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:40 smithi084 bash[13940]: cluster 2024-01-13T09:24:39.589717+0000 mgr.y (mgr.24805) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:40.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:40 smithi084 bash[17496]: audit 2024-01-13T09:24:39.529821+0000 mon.c (mon.1) 71 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:40.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:40 smithi084 bash[17496]: audit 2024-01-13T09:24:39.530513+0000 mon.c (mon.1) 72 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:24:40.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:40 smithi084 bash[17496]: cluster 2024-01-13T09:24:39.553826+0000 mon.a (mon.0) 687 : cluster [DBG] mgrmap e23: y(active, since 7s), standbys: x 2024-01-13T09:24:40.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:40 smithi084 bash[17496]: cluster 2024-01-13T09:24:39.589717+0000 mgr.y (mgr.24805) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:41.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:41 smithi102 bash[13966]: cluster 2024-01-13T09:24:40.562237+0000 mon.a (mon.0) 688 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-13T09:24:41.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:41 smithi102 bash[13966]: cluster 2024-01-13T09:24:41.002744+0000 mgr.y (mgr.24805) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:41.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:41 smithi084 bash[13940]: cluster 2024-01-13T09:24:40.562237+0000 mon.a (mon.0) 688 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-13T09:24:41.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:41 smithi084 bash[13940]: cluster 2024-01-13T09:24:41.002744+0000 mgr.y (mgr.24805) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:41.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:41 smithi084 bash[17496]: cluster 2024-01-13T09:24:40.562237+0000 mon.a (mon.0) 688 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-13T09:24:41.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:41 smithi084 bash[17496]: cluster 2024-01-13T09:24:41.002744+0000 mgr.y (mgr.24805) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:44.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:44 smithi102 bash[13966]: cluster 2024-01-13T09:24:43.003553+0000 mgr.y (mgr.24805) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:44.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:44 smithi084 bash[13940]: cluster 2024-01-13T09:24:43.003553+0000 mgr.y (mgr.24805) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:44.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:44 smithi084 bash[17496]: cluster 2024-01-13T09:24:43.003553+0000 mgr.y (mgr.24805) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:46.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: cluster 2024-01-13T09:24:45.004772+0000 mgr.y (mgr.24805) 5 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:46.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:45.753535+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98807316, \"cpu_percentage\": \"1.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747225Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.750199Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:45.754449+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98807316, \"cpu_percentage\": \"1.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747225Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.750199Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:45.761082+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98807316, \"cpu_percentage\": \"1.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747225Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.750199Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:24:46.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:45.979753+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 396047155, \"cpu_percentage\": \"0.59%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973777Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.976108Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:45.980836+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 396047155, \"cpu_percentage\": \"0.59%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973777Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.976108Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:45.987271+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 396047155, \"cpu_percentage\": \"0.59%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973777Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.976108Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:24:46.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:46.020911+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:46.021685+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:46.022341+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:46.022928+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:46.023378+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:46.023854+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.382 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:46.024332+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.382 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:46.024748+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.382 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:46 smithi102 bash[13966]: audit 2024-01-13T09:24:46.025281+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: cluster 2024-01-13T09:24:45.004772+0000 mgr.y (mgr.24805) 5 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:46.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: cluster 2024-01-13T09:24:45.004772+0000 mgr.y (mgr.24805) 5 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:46.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:45.753535+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98807316, \"cpu_percentage\": \"1.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747225Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.750199Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:45.753535+0000 mon.c (mon.1) 73 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98807316, \"cpu_percentage\": \"1.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747225Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.750199Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:45.754449+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98807316, \"cpu_percentage\": \"1.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747225Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.750199Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:45.754449+0000 mon.a (mon.0) 689 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98807316, \"cpu_percentage\": \"1.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747225Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.750199Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:45.761082+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98807316, \"cpu_percentage\": \"1.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747225Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.750199Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:24:46.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:45.761082+0000 mon.a (mon.0) 690 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"container_id\": \"2ce805082b81\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 98807316, \"cpu_percentage\": \"1.29%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747225Z\", \"created\": \"2024-01-13T09:10:38.346621Z\", \"started\": \"2024-01-13T09:10:44.515835Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:38.420156Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.750199Z\", \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:24:46.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:45.979753+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 396047155, \"cpu_percentage\": \"0.59%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973777Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.976108Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:45.979753+0000 mon.c (mon.1) 74 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 396047155, \"cpu_percentage\": \"0.59%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973777Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.976108Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:45.980836+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 396047155, \"cpu_percentage\": \"0.59%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973777Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.976108Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:45.980836+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 396047155, \"cpu_percentage\": \"0.59%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973777Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.976108Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:24:46.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:45.987271+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 396047155, \"cpu_percentage\": \"0.59%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973777Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.976108Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:24:46.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:46.020911+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:46.021685+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:46.022341+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:46.022928+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:46.023378+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:46.023854+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:46.024332+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:46.024748+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.456 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[17496]: audit 2024-01-13T09:24:46.025281+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:45.987271+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"4d39d6213876\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:445562ab4bc3ddfb386936119050695810860bcb\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 396047155, \"cpu_percentage\": \"0.59%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973777Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:23:07.534363Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:22:54.228741Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:24:45.976108Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:24:46.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:46.020911+0000 mon.c (mon.1) 75 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:46.021685+0000 mon.c (mon.1) 76 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:46.022341+0000 mon.c (mon.1) 77 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:46.022928+0000 mon.c (mon.1) 78 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:46.023378+0000 mon.c (mon.1) 79 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:46.023854+0000 mon.c (mon.1) 80 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:46.024332+0000 mon.c (mon.1) 81 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:46.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:46.024748+0000 mon.c (mon.1) 82 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:46.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[13940]: audit 2024-01-13T09:24:46.025281+0000 mon.c (mon.1) 83 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.246399+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.247618+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.248714+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.249720+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.250708+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.251767+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.252861+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.253832+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.254915+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.257455+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.257915+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.263772+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.277906+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.280160+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:47 smithi102 bash[13966]: audit 2024-01-13T09:24:46.280714+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:47.449 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:24:46 smithi084 bash[35848]: ts=2024-01-13T09:24:46.962Z 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" 2024-01-13T09:24:47.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.246399+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.247618+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.248714+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.249720+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.250708+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.251767+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.252861+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.253832+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.254915+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.257455+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.257915+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.263772+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.277906+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.280160+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[17496]: audit 2024-01-13T09:24:46.280714+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:47.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.246399+0000 mon.c (mon.1) 84 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.247618+0000 mon.c (mon.1) 85 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.248714+0000 mon.c (mon.1) 86 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.249720+0000 mon.c (mon.1) 87 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.250708+0000 mon.c (mon.1) 88 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.251767+0000 mon.c (mon.1) 89 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.252861+0000 mon.c (mon.1) 90 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.253832+0000 mon.c (mon.1) 91 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.254915+0000 mon.c (mon.1) 92 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.257455+0000 mon.c (mon.1) 93 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.257915+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.263772+0000 mon.a (mon.0) 694 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.277906+0000 mon.c (mon.1) 94 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.280160+0000 mon.c (mon.1) 95 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:47.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:47 smithi084 bash[13940]: audit 2024-01-13T09:24:46.280714+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:24:48.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:48 smithi102 bash[13966]: cluster 2024-01-13T09:24:47.005461+0000 mgr.y (mgr.24805) 6 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:48.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:48 smithi084 bash[13940]: cluster 2024-01-13T09:24:47.005461+0000 mgr.y (mgr.24805) 6 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:48.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:48 smithi084 bash[17496]: cluster 2024-01-13T09:24:47.005461+0000 mgr.y (mgr.24805) 6 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:49.554 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:49 smithi102 bash[13966]: audit 2024-01-13T09:24:48.524547+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:49.554 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:49 smithi102 bash[13966]: audit 2024-01-13T09:24:48.525309+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:49.554 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:49 smithi102 bash[13966]: audit 2024-01-13T09:24:48.527516+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:24:49.554 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:49 smithi102 bash[13966]: audit 2024-01-13T09:24:48.529812+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:24:49.554 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:49 smithi102 bash[13966]: audit 2024-01-13T09:24:48.532482+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-13T09:24:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:49 smithi084 bash[13940]: audit 2024-01-13T09:24:48.524547+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:49 smithi084 bash[13940]: audit 2024-01-13T09:24:48.525309+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:49 smithi084 bash[13940]: audit 2024-01-13T09:24:48.527516+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:24:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:49 smithi084 bash[13940]: audit 2024-01-13T09:24:48.529812+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:24:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:49 smithi084 bash[13940]: audit 2024-01-13T09:24:48.532482+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-13T09:24:49.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:49 smithi084 bash[17496]: audit 2024-01-13T09:24:48.524547+0000 mon.c (mon.1) 96 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:49.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:49 smithi084 bash[17496]: audit 2024-01-13T09:24:48.525309+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:24:49.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:49 smithi084 bash[17496]: audit 2024-01-13T09:24:48.527516+0000 mon.c (mon.1) 97 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:24:49.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:49 smithi084 bash[17496]: audit 2024-01-13T09:24:48.529812+0000 mon.c (mon.1) 98 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:24:49.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:49 smithi084 bash[17496]: audit 2024-01-13T09:24:48.532482+0000 mon.c (mon.1) 99 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-13T09:24:50.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:50 smithi102 bash[13966]: cephadm 2024-01-13T09:24:48.523721+0000 mgr.y (mgr.24805) 7 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-13T09:24:50.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:50 smithi102 bash[13966]: cephadm 2024-01-13T09:24:48.531496+0000 mgr.y (mgr.24805) 8 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-01-13T09:24:50.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:50 smithi102 bash[13966]: cluster 2024-01-13T09:24:49.006120+0000 mgr.y (mgr.24805) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:50.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:50 smithi084 bash[13940]: cephadm 2024-01-13T09:24:48.523721+0000 mgr.y (mgr.24805) 7 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-13T09:24:50.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:50 smithi084 bash[13940]: cephadm 2024-01-13T09:24:48.531496+0000 mgr.y (mgr.24805) 8 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-01-13T09:24:50.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:50 smithi084 bash[13940]: cluster 2024-01-13T09:24:49.006120+0000 mgr.y (mgr.24805) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:50.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:50 smithi084 bash[17496]: cephadm 2024-01-13T09:24:48.523721+0000 mgr.y (mgr.24805) 7 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-13T09:24:50.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:50 smithi084 bash[17496]: cephadm 2024-01-13T09:24:48.531496+0000 mgr.y (mgr.24805) 8 : cephadm [INF] Deploying daemon mgr.x on smithi102 2024-01-13T09:24:50.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:50 smithi084 bash[17496]: cluster 2024-01-13T09:24:49.006120+0000 mgr.y (mgr.24805) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:51.127 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:24:50 smithi102 systemd[1]: Stopping Ceph mgr.x for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:24:52.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:51 smithi102 bash[13966]: cluster 2024-01-13T09:24:51.007555+0000 mgr.y (mgr.24805) 10 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:52.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:51 smithi084 bash[17496]: cluster 2024-01-13T09:24:51.007555+0000 mgr.y (mgr.24805) 10 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:52.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:51 smithi084 bash[13940]: cluster 2024-01-13T09:24:51.007555+0000 mgr.y (mgr.24805) 10 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:54.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:54 smithi102 bash[13966]: cluster 2024-01-13T09:24:53.008253+0000 mgr.y (mgr.24805) 11 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:54.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:54 smithi084 bash[17496]: cluster 2024-01-13T09:24:53.008253+0000 mgr.y (mgr.24805) 11 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:54.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:54 smithi084 bash[13940]: cluster 2024-01-13T09:24:53.008253+0000 mgr.y (mgr.24805) 11 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:56.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:56 smithi102 bash[13966]: cluster 2024-01-13T09:24:55.009640+0000 mgr.y (mgr.24805) 12 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:56.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:56 smithi084 bash[17496]: cluster 2024-01-13T09:24:55.009640+0000 mgr.y (mgr.24805) 12 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:56.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:56 smithi084 bash[13940]: cluster 2024-01-13T09:24:55.009640+0000 mgr.y (mgr.24805) 12 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:58.009 INFO:teuthology.orchestra.run.smithi084.stdout:true 2024-01-13T09:24:58.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:58 smithi102 bash[13966]: cluster 2024-01-13T09:24:57.010348+0000 mgr.y (mgr.24805) 13 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:58.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:58 smithi084 bash[17496]: cluster 2024-01-13T09:24:57.010348+0000 mgr.y (mgr.24805) 13 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:58.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:58 smithi084 bash[13940]: cluster 2024-01-13T09:24:57.010348+0000 mgr.y (mgr.24805) 13 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:24:58.717 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T09:24:58.717 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.a smithi084 running (67s) 12s ago 7m 15.5M - 0.26.0 9f27df16978d e2131403d845 2024-01-13T09:24:58.717 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.a smithi102 running (7m) 12s ago 7m 25.8M - 6.6.2 87a51ecf0b1c da830e874c95 2024-01-13T09:24:58.717 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.x smithi102 running (111s) 12s ago 12m 377M - 16.2.14-456-g445562ab 163fd1944c31 4d39d6213876 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.y smithi084 *:8443 running (34s) 12s ago 14m 403M - 16.2.14-456-g445562ab 163fd1944c31 ffa45bcbcaf7 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:mon.a smithi084 running (14m) 12s ago 14m 94.2M 2048M 15.2.0 204a01f9b0b6 2ce805082b81 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:mon.b smithi102 running (12m) 12s ago 12m 107M 2048M 15.2.0 204a01f9b0b6 af1da5b6040b 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:mon.c smithi084 running (12m) 12s ago 12m 103M 2048M 15.2.0 204a01f9b0b6 f62b810d3d37 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.a smithi084 running (7m) 12s ago 8m 11.4M - 1.7.0 72c9c2088986 505c4493cd2f 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.b smithi102 running (7m) 12s ago 8m 11.7M - 1.7.0 72c9c2088986 37956ab2a57c 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (11m) 12s ago 11m 47.0M 4096M 15.2.0 204a01f9b0b6 9131186b7bef 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (11m) 12s ago 11m 47.9M 4096M 15.2.0 204a01f9b0b6 ad7b8286e01f 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (10m) 12s ago 10m 45.4M 4096M 15.2.0 204a01f9b0b6 b86143cb2966 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (10m) 12s ago 10m 48.3M 4096M 15.2.0 204a01f9b0b6 89c4db6b20ee 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi102 running (9m) 12s ago 9m 48.9M 4096M 15.2.0 204a01f9b0b6 3062c2890a3d 2024-01-13T09:24:58.718 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi102 running (9m) 12s ago 9m 48.0M 4096M 15.2.0 204a01f9b0b6 8b3aed004371 2024-01-13T09:24:58.719 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi102 running (8m) 12s ago 9m 46.4M 4096M 15.2.0 204a01f9b0b6 03e84d27de71 2024-01-13T09:24:58.719 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi102 running (8m) 12s ago 8m 49.1M 4096M 15.2.0 204a01f9b0b6 f0aaeb13a6c0 2024-01-13T09:24:58.719 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.a smithi102 running (52s) 12s ago 8m 32.0M - 2.48.1 ea7f826b1553 273f061e41ae 2024-01-13T09:24:58.719 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi084.oatkxx smithi084 running (5m) 12s ago 5m 49.5M - 15.2.0 204a01f9b0b6 b481ce3b512e 2024-01-13T09:24:58.719 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi102.wzmbxc smithi102 running (5m) 12s ago 5m 49.5M - 15.2.0 204a01f9b0b6 dccafea318ca 2024-01-13T09:24:59.142 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": {}, 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: "rgw": { 2024-01-13T09:24:59.143 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:24:59.144 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:24:59.144 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2024-01-13T09:24:59.144 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-01-13T09:24:59.144 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T09:24:59.144 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:24:59.144 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:24:59.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.001699+0000 mgr.y (mgr.24805) 14 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:59.406 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.363107+0000 mgr.y (mgr.24805) 15 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:59.406 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.696428+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:59.407 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.697230+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:59.407 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.698019+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.407 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.698681+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.407 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.699290+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.407 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.699859+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.407 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.704969+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:59.407 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.705708+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.407 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.706347+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.407 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.706920+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.407 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:24:59 smithi102 bash[13966]: audit 2024-01-13T09:24:58.707484+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.001699+0000 mgr.y (mgr.24805) 14 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:59.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.363107+0000 mgr.y (mgr.24805) 15 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:59.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.696428+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:59.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.697230+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:59.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.698019+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.698681+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.699290+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.699859+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.704969+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:59.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.705708+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.706347+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.706920+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[13940]: audit 2024-01-13T09:24:58.707484+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.001699+0000 mgr.y (mgr.24805) 14 : audit [DBG] from='client.24859 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:59.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.363107+0000 mgr.y (mgr.24805) 15 : audit [DBG] from='client.14952 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:24:59.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.696428+0000 mon.c (mon.1) 100 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:59.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.697230+0000 mon.c (mon.1) 101 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:59.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.698019+0000 mon.c (mon.1) 102 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.698681+0000 mon.c (mon.1) 103 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.699290+0000 mon.c (mon.1) 104 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.699859+0000 mon.c (mon.1) 105 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.704969+0000 mon.c (mon.1) 106 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:24:59.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.705708+0000 mon.c (mon.1) 107 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.706347+0000 mon.c (mon.1) 108 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.706920+0000 mon.c (mon.1) 109 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.455 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:24:59 smithi084 bash[17496]: audit 2024-01-13T09:24:58.707484+0000 mon.c (mon.1) 110 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:24:59.497 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:24:59.497 INFO:teuthology.orchestra.run.smithi084.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", 2024-01-13T09:24:59.497 INFO:teuthology.orchestra.run.smithi084.stdout: "in_progress": true, 2024-01-13T09:24:59.498 INFO:teuthology.orchestra.run.smithi084.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-13T09:24:59.498 INFO:teuthology.orchestra.run.smithi084.stdout: "services_complete": [ 2024-01-13T09:24:59.498 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr" 2024-01-13T09:24:59.498 INFO:teuthology.orchestra.run.smithi084.stdout: ], 2024-01-13T09:24:59.498 INFO:teuthology.orchestra.run.smithi084.stdout: "progress": "2/20 daemons upgraded", 2024-01-13T09:24:59.499 INFO:teuthology.orchestra.run.smithi084.stdout: "message": "Currently upgrading mgr daemons", 2024-01-13T09:24:59.499 INFO:teuthology.orchestra.run.smithi084.stdout: "is_paused": false 2024-01-13T09:24:59.499 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:25:00.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:00 smithi102 bash[13966]: audit 2024-01-13T09:24:58.694077+0000 mgr.y (mgr.24805) 16 : audit [DBG] from='client.24871 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:00.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:00 smithi102 bash[13966]: cluster 2024-01-13T09:24:59.011148+0000 mgr.y (mgr.24805) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:00.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:00 smithi102 bash[13966]: audit 2024-01-13T09:24:59.149076+0000 mon.c (mon.1) 111 : audit [DBG] from='client.? 172.21.15.84:0/3978320634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:00.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:00 smithi102 bash[13966]: audit 2024-01-13T09:24:59.502536+0000 mgr.y (mgr.24805) 18 : audit [DBG] from='client.24883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:00.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:00 smithi084 bash[13940]: audit 2024-01-13T09:24:58.694077+0000 mgr.y (mgr.24805) 16 : audit [DBG] from='client.24871 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:00.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:00 smithi084 bash[13940]: cluster 2024-01-13T09:24:59.011148+0000 mgr.y (mgr.24805) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:00.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:00 smithi084 bash[13940]: audit 2024-01-13T09:24:59.149076+0000 mon.c (mon.1) 111 : audit [DBG] from='client.? 172.21.15.84:0/3978320634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:00.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:00 smithi084 bash[13940]: audit 2024-01-13T09:24:59.502536+0000 mgr.y (mgr.24805) 18 : audit [DBG] from='client.24883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:00.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:00 smithi084 bash[17496]: audit 2024-01-13T09:24:58.694077+0000 mgr.y (mgr.24805) 16 : audit [DBG] from='client.24871 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:00.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:00 smithi084 bash[17496]: cluster 2024-01-13T09:24:59.011148+0000 mgr.y (mgr.24805) 17 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:00.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:00 smithi084 bash[17496]: audit 2024-01-13T09:24:59.149076+0000 mon.c (mon.1) 111 : audit [DBG] from='client.? 172.21.15.84:0/3978320634' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:00.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:00 smithi084 bash[17496]: audit 2024-01-13T09:24:59.502536+0000 mgr.y (mgr.24805) 18 : audit [DBG] from='client.24883 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:01.824 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:01 smithi102 bash[28633]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr.x 2024-01-13T09:25:01.824 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:01 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-01-13T09:25:01.824 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:01 smithi102 bash[28699]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr.x 2024-01-13T09:25:02.105 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:01 smithi102 bash[13966]: cluster 2024-01-13T09:25:01.012607+0000 mgr.y (mgr.24805) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:02.105 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:01 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-01-13T09:25:02.106 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:01 smithi102 systemd[1]: Stopped Ceph mgr.x for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:25:02.106 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:02 smithi102 systemd[1]: Started Ceph mgr.x for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:25:02.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:01 smithi084 bash[13940]: cluster 2024-01-13T09:25:01.012607+0000 mgr.y (mgr.24805) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:02.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:01 smithi084 bash[17496]: cluster 2024-01-13T09:25:01.012607+0000 mgr.y (mgr.24805) 19 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:03.149 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:02 smithi102 bash[13966]: audit 2024-01-13T09:25:02.087633+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:03.150 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:02 smithi102 bash[13966]: audit 2024-01-13T09:25:02.088891+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:03.150 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:02 smithi102 bash[13966]: audit 2024-01-13T09:25:02.097481+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:25:03.150 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:02 smithi102 bash[13966]: audit 2024-01-13T09:25:02.099858+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:03.150 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:02 smithi102 bash[13966]: audit 2024-01-13T09:25:02.103629+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:03.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:02 smithi084 bash[17496]: audit 2024-01-13T09:25:02.087633+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:03.201 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:02 smithi084 bash[13940]: audit 2024-01-13T09:25:02.087633+0000 mon.c (mon.1) 112 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:03.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:02 smithi084 bash[17496]: audit 2024-01-13T09:25:02.088891+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:03.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:02 smithi084 bash[13940]: audit 2024-01-13T09:25:02.088891+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:03.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:02 smithi084 bash[17496]: audit 2024-01-13T09:25:02.097481+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:25:03.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:02 smithi084 bash[17496]: audit 2024-01-13T09:25:02.099858+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:03.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:02 smithi084 bash[17496]: audit 2024-01-13T09:25:02.103629+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:03.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:02 smithi084 bash[13940]: audit 2024-01-13T09:25:02.097481+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.76%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.973415Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51327795, \"cpu_percentage\": \"0.60%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974029Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50363105, \"cpu_percentage\": \"0.70%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974271Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 48706355, \"cpu_percentage\": \"0.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974512Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51527024, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.974751Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 33627832, \"cpu_percentage\": \"1.08%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.974992Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12373196, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975233Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27116175, \"cpu_percentage\": \"1.59%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.975470Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51998883, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.975708Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:25:03.202 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:02 smithi084 bash[13940]: audit 2024-01-13T09:25:02.099858+0000 mon.c (mon.1) 113 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:03.203 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:02 smithi084 bash[13940]: audit 2024-01-13T09:25:02.103629+0000 mon.c (mon.1) 114 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:03.473 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:03 smithi102 bash[28814]: debug 2024-01-13T09:25:03.209+0000 7fb83e3df700 1 -- 172.21.15.102:0/2833116106 <== mon.1 v2:172.21.15.84:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55729a01c4e0 con 0x55729a110c00 2024-01-13T09:25:03.473 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:03 smithi102 bash[28814]: debug 2024-01-13T09:25:03.373+0000 7fb84e9d8680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-13T09:25:03.473 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:03 smithi102 bash[28814]: debug 2024-01-13T09:25:03.473+0000 7fb84e9d8680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-13T09:25:04.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:03 smithi084 bash[13940]: cluster 2024-01-13T09:25:03.013306+0000 mgr.y (mgr.24805) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:04.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:03 smithi084 bash[17496]: cluster 2024-01-13T09:25:03.013306+0000 mgr.y (mgr.24805) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:04.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:03 smithi102 bash[28814]: debug 2024-01-13T09:25:03.925+0000 7fb84e9d8680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-13T09:25:04.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:03 smithi102 bash[13966]: cluster 2024-01-13T09:25:03.013306+0000 mgr.y (mgr.24805) 20 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:05.127 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:04 smithi102 bash[28814]: debug 2024-01-13T09:25:04.857+0000 7fb84e9d8680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-13T09:25:05.128 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:04 smithi102 bash[28814]: debug 2024-01-13T09:25:04.949+0000 7fb84e9d8680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-13T09:25:05.627 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:05 smithi102 bash[28814]: debug 2024-01-13T09:25:05.193+0000 7fb84e9d8680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-13T09:25:06.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:06 smithi102 bash[28814]: debug 2024-01-13T09:25:06.321+0000 7fb84e9d8680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-13T09:25:06.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:06 smithi102 bash[13966]: cluster 2024-01-13T09:25:05.014618+0000 mgr.y (mgr.24805) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:06.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:06 smithi084 bash[13940]: cluster 2024-01-13T09:25:05.014618+0000 mgr.y (mgr.24805) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:06.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:06 smithi084 bash[17496]: cluster 2024-01-13T09:25:05.014618+0000 mgr.y (mgr.24805) 21 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:06.877 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:06 smithi102 bash[28814]: debug 2024-01-13T09:25:06.485+0000 7fb84e9d8680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:25:06.877 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:06 smithi102 bash[28814]: debug 2024-01-13T09:25:06.581+0000 7fb84e9d8680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-13T09:25:06.878 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:06 smithi102 bash[28814]: debug 2024-01-13T09:25:06.689+0000 7fb84e9d8680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-13T09:25:07.264 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:06 smithi102 bash[28814]: debug 2024-01-13T09:25:06.905+0000 7fb84e9d8680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-13T09:25:07.627 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:07 smithi102 bash[28814]: debug 2024-01-13T09:25:07.269+0000 7fb84e9d8680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-13T09:25:07.628 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:07 smithi102 bash[28814]: debug 2024-01-13T09:25:07.401+0000 7fb84e9d8680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-13T09:25:08.377 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:08 smithi102 bash[13966]: cluster 2024-01-13T09:25:07.015301+0000 mgr.y (mgr.24805) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:08.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:08 smithi102 bash[28814]: debug 2024-01-13T09:25:08.305+0000 7fb84e9d8680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-13T09:25:08.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:08 smithi084 bash[13940]: cluster 2024-01-13T09:25:07.015301+0000 mgr.y (mgr.24805) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:08.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:08 smithi084 bash[17496]: cluster 2024-01-13T09:25:07.015301+0000 mgr.y (mgr.24805) 22 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:08.747 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:08 smithi102 bash[28814]: debug 2024-01-13T09:25:08.409+0000 7fb84e9d8680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-13T09:25:08.747 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:08 smithi102 bash[28814]: debug 2024-01-13T09:25:08.525+0000 7fb84e9d8680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-13T09:25:09.377 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:08 smithi102 bash[28814]: debug 2024-01-13T09:25:08.753+0000 7fb84e9d8680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-13T09:25:09.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:09 smithi102 bash[28814]: debug 2024-01-13T09:25:09.065+0000 7fb84e9d8680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-13T09:25:09.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:09 smithi102 bash[28814]: debug 2024-01-13T09:25:09.265+0000 7fb84e9d8680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-13T09:25:09.789 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:09 smithi102 bash[28814]: debug 2024-01-13T09:25:09.445+0000 7fb84e9d8680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:25:09.789 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:09 smithi102 bash[28814]: debug 2024-01-13T09:25:09.681+0000 7fb84e9d8680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-13T09:25:10.078 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:09 smithi102 bash[28814]: debug 2024-01-13T09:25:09.797+0000 7fb84e9d8680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-13T09:25:10.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: cluster 2024-01-13T09:25:09.015976+0000 mgr.y (mgr.24805) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:10.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.305374+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299041Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"40c45e73c866\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 140928614, \"cpu_percentage\": \"98.84%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:25:09.299434Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:25:02.110611Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51631882, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299760Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50541363, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300019Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49146757, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300271Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300522Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36731617, \"cpu_percentage\": \"1.65%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300774Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13274972, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301023Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27168604, \"cpu_percentage\": \"2.80%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301298Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52082769, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301545Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:25:09.301939Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:10.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.306696+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299041Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"40c45e73c866\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 140928614, \"cpu_percentage\": \"98.84%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:25:09.299434Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:25:02.110611Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51631882, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299760Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50541363, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300019Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49146757, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300271Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300522Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36731617, \"cpu_percentage\": \"1.65%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300774Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13274972, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301023Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27168604, \"cpu_percentage\": \"2.80%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301298Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52082769, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301545Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:25:09.301939Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:10.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.313408+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299041Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"40c45e73c866\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 140928614, \"cpu_percentage\": \"98.84%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:25:09.299434Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:25:02.110611Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51631882, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299760Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50541363, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300019Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49146757, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300271Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300522Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36731617, \"cpu_percentage\": \"1.65%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300774Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13274972, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301023Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27168604, \"cpu_percentage\": \"2.80%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301298Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52082769, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301545Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:25:09.301939Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:25:10.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.317792+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:25:10.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.318452+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:25:10.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.322568+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:25:10.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.335351+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.337291+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.337849+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.340703+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: cephadm 2024-01-13T09:25:09.341982+0000 mgr.y (mgr.24805) 24 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.342440+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr"}]: dispatch 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.342950+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr"}]: dispatch 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.348761+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr"}]': finished 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.351396+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.351888+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.359828+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.361442+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.361954+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.369695+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-13T09:25:10.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.371918+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-13T09:25:10.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.373272+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-13T09:25:10.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: cephadm 2024-01-13T09:25:09.374218+0000 mgr.y (mgr.24805) 25 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-13T09:25:10.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: cluster 2024-01-13T09:25:09.800329+0000 mon.a (mon.0) 710 : cluster [DBG] Standby manager daemon x restarted 2024-01-13T09:25:10.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: cluster 2024-01-13T09:25:09.800550+0000 mon.a (mon.0) 711 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:25:10.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.802515+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:25:10.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.803104+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:25:10.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.804635+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:25:10.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:10 smithi102 bash[13966]: audit 2024-01-13T09:25:09.805190+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:25:10.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: cluster 2024-01-13T09:25:09.015976+0000 mgr.y (mgr.24805) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:10.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: cluster 2024-01-13T09:25:09.015976+0000 mgr.y (mgr.24805) 23 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:10.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.305374+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299041Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"40c45e73c866\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 140928614, \"cpu_percentage\": \"98.84%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:25:09.299434Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:25:02.110611Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51631882, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299760Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50541363, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300019Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49146757, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300271Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300522Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36731617, \"cpu_percentage\": \"1.65%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300774Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13274972, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301023Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27168604, \"cpu_percentage\": \"2.80%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301298Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52082769, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301545Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:25:09.301939Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:10.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.305374+0000 mon.c (mon.1) 115 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299041Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"40c45e73c866\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 140928614, \"cpu_percentage\": \"98.84%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:25:09.299434Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:25:02.110611Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51631882, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299760Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50541363, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300019Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49146757, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300271Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300522Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36731617, \"cpu_percentage\": \"1.65%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300774Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13274972, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301023Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27168604, \"cpu_percentage\": \"2.80%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301298Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52082769, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301545Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:25:09.301939Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:10.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.306696+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299041Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"40c45e73c866\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 140928614, \"cpu_percentage\": \"98.84%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:25:09.299434Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:25:02.110611Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51631882, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299760Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50541363, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300019Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49146757, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300271Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300522Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36731617, \"cpu_percentage\": \"1.65%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300774Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13274972, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301023Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27168604, \"cpu_percentage\": \"2.80%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301298Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52082769, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301545Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:25:09.301939Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:10.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.306696+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299041Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"40c45e73c866\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 140928614, \"cpu_percentage\": \"98.84%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:25:09.299434Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:25:02.110611Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51631882, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299760Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50541363, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300019Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49146757, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300271Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300522Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36731617, \"cpu_percentage\": \"1.65%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300774Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13274972, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301023Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27168604, \"cpu_percentage\": \"2.80%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301298Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52082769, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301545Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:25:09.301939Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:10.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.313408+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299041Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"40c45e73c866\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 140928614, \"cpu_percentage\": \"98.84%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:25:09.299434Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:25:02.110611Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51631882, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299760Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50541363, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300019Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49146757, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300271Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300522Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36731617, \"cpu_percentage\": \"1.65%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300774Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13274972, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301023Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27168604, \"cpu_percentage\": \"2.80%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301298Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52082769, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301545Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:25:09.301939Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:25:10.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.317792+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:25:10.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.318452+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:25:10.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.322568+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:25:10.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.335351+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:10.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.313408+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi102","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi102\", \"container_id\": \"af1da5b6040b\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 112826777, \"cpu_percentage\": \"0.73%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299041Z\", \"created\": \"2024-01-13T09:12:39.558047Z\", \"started\": \"2024-01-13T09:12:39.584300Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi102\", \"container_id\": \"40c45e73c866\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 140928614, \"cpu_percentage\": \"98.84%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:25:09.299434Z\", \"created\": \"2024-01-13T09:12:55.821673Z\", \"started\": \"2024-01-13T09:25:02.110611Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi102\", \"container_id\": \"3062c2890a3d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51631882, \"cpu_percentage\": \"0.31%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.299760Z\", \"created\": \"2024-01-13T09:15:02.186751Z\", \"started\": \"2024-01-13T09:15:06.217953Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi102\", \"container_id\": \"8b3aed004371\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50541363, \"cpu_percentage\": \"0.28%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300019Z\", \"created\": \"2024-01-13T09:15:28.098153Z\", \"started\": \"2024-01-13T09:15:31.670637Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi102\", \"container_id\": \"03e84d27de71\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49146757, \"cpu_percentage\": \"0.26%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300271Z\", \"created\": \"2024-01-13T09:15:54.553542Z\", \"started\": \"2024-01-13T09:15:58.889692Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi102\", \"container_id\": \"f0aaeb13a6c0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51862568, \"cpu_percentage\": \"0.27%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300522Z\", \"created\": \"2024-01-13T09:16:19.724960Z\", \"started\": \"2024-01-13T09:16:23.423996Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi102\", \"container_id\": \"273f061e41ae\", \"container_image_id\": \"ea7f826b15534016a9b8da3bda24ccebe3ff5066e0c351674533ddbd26fe521b\", \"container_image_name\": \"prom/prometheus:latest\", \"container_image_digests\": [\"prom/prometheus@sha256:a67e5e402ff5410b86ec48b39eab1a3c4df2a7e78a71bf025ec5e32e09090ad4\"], \"memory_usage\": 36731617, \"cpu_percentage\": \"1.65%\", \"version\": \"2.48.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.300774Z\", \"created\": \"2024-01-13T09:16:52.756198Z\", \"started\": \"2024-01-13T09:24:05.988880Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi102\", \"container_id\": \"37956ab2a57c\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 13274972, \"cpu_percentage\": \"0.00%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301023Z\", \"created\": \"2024-01-13T09:16:54.908148Z\", \"started\": \"2024-01-13T09:17:00.112490Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi102\", \"container_id\": \"da830e874c95\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 27168604, \"cpu_percentage\": \"2.80%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301298Z\", \"created\": \"2024-01-13T09:17:36.259203Z\", \"started\": \"2024-01-13T09:17:36.276868Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi102.wzmbxc\", \"daemon_name\": \"rgw.r.z.smithi102.wzmbxc\", \"hostname\": \"smithi102\", \"container_id\": \"dccafea318ca\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 52082769, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:25:09.301545Z\", \"created\": \"2024-01-13T09:19:18.077075Z\", \"started\": \"2024-01-13T09:19:18.097778Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.869442Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"5b11ef75-31a7-4672-9ce8-7201cc4c15cb\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"uyruyT-L7Ho-4vZE-AOAh-E4jG-jOdd-uxVCUK\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"9f024c03-22ff-4b2c-8f15-e79ef4c8a3b6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"9nJbDV-oDc9-L0bO-1F8H-S44P-XxGI-5leTJ3\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"e6e0ce90-50bd-4eca-87d2-0687862103f6\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"HAYphR-53ue-2ZbL-y4yu-yR41-gX1M-DH7ZPS\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"faec47fa-c71e-4365-b2c6-5f036da3e9e7\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"4POO2C-GzTI-3alW-l3Um-7PZC-qVIO-xTdoo2\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400VK400BGN\", \"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\": \"2024-01-13T09:23:21.869470Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5QPPM\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:51.332399Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:48.531244Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:00.025145Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:25.902491Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-13T09:15:52.330433Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:17.581252Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-13T09:23:53.583145Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.188996Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-13T09:17:14.327779Z\"}, \"rgw.r.z.smithi102.wzmbxc\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:15.515000Z\"}}, \"last_daemon_update\": \"2024-01-13T09:25:09.301939Z\", \"last_device_update\": \"2024-01-13T09:16:27.083554Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:23:07.819211Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-13T09:25:10.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.317792+0000 mon.c (mon.1) 116 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:25:10.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.318452+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-13T09:25:10.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.322568+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-13T09:25:10.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.335351+0000 mon.c (mon.1) 117 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:10.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.337291+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:25:10.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.337849+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:25:10.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.340703+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:10.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: cephadm 2024-01-13T09:25:09.341982+0000 mgr.y (mgr.24805) 24 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-13T09:25:10.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.342440+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr"}]: dispatch 2024-01-13T09:25:10.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.342950+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr"}]: dispatch 2024-01-13T09:25:10.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.348761+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr"}]': finished 2024-01-13T09:25:10.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.351396+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.351888+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.359828+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.361442+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.361954+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.369695+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.371918+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.373272+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: cephadm 2024-01-13T09:25:09.374218+0000 mgr.y (mgr.24805) 25 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: cluster 2024-01-13T09:25:09.800329+0000 mon.a (mon.0) 710 : cluster [DBG] Standby manager daemon x restarted 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: cluster 2024-01-13T09:25:09.800550+0000 mon.a (mon.0) 711 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:25:10.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.337291+0000 mon.c (mon.1) 118 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.337849+0000 mon.a (mon.0) 703 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.340703+0000 mon.c (mon.1) 119 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: cephadm 2024-01-13T09:25:09.341982+0000 mgr.y (mgr.24805) 24 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.342440+0000 mon.c (mon.1) 120 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr"}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.342950+0000 mon.a (mon.0) 704 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr"}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.348761+0000 mon.a (mon.0) 705 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mgr"}]': finished 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.351396+0000 mon.c (mon.1) 121 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.351888+0000 mon.a (mon.0) 706 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.359828+0000 mon.a (mon.0) 707 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.361442+0000 mon.c (mon.1) 122 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.361954+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.369695+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.371918+0000 mon.c (mon.1) 123 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.373272+0000 mon.c (mon.1) 124 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-13T09:25:10.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: cephadm 2024-01-13T09:25:09.374218+0000 mgr.y (mgr.24805) 25 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-13T09:25:10.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: cluster 2024-01-13T09:25:09.800329+0000 mon.a (mon.0) 710 : cluster [DBG] Standby manager daemon x restarted 2024-01-13T09:25:10.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: cluster 2024-01-13T09:25:09.800550+0000 mon.a (mon.0) 711 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:25:10.456 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.802515+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:25:10.456 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.803104+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:25:10.456 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.804635+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:25:10.456 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[17496]: audit 2024-01-13T09:25:09.805190+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:25:10.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.802515+0000 mon.b (mon.2) 178 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:25:10.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.803104+0000 mon.b (mon.2) 179 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:25:10.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.804635+0000 mon.b (mon.2) 180 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:25:10.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:10 smithi084 bash[13940]: audit 2024-01-13T09:25:09.805190+0000 mon.b (mon.2) 181 : audit [DBG] from='mgr.? 172.21.15.102:0/3441989072' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:25:11.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:11 smithi102 bash[13966]: cluster 2024-01-13T09:25:10.376667+0000 mon.a (mon.0) 712 : cluster [DBG] mgrmap e25: y(active, since 38s), standbys: x 2024-01-13T09:25:11.681 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:11 smithi084 bash[17496]: cluster 2024-01-13T09:25:10.376667+0000 mon.a (mon.0) 712 : cluster [DBG] mgrmap e25: y(active, since 38s), standbys: x 2024-01-13T09:25:11.682 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:11 smithi084 bash[13940]: cluster 2024-01-13T09:25:10.376667+0000 mon.a (mon.0) 712 : cluster [DBG] mgrmap e25: y(active, since 38s), standbys: x 2024-01-13T09:25:12.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:12 smithi102 bash[13966]: cluster 2024-01-13T09:25:11.017583+0000 mgr.y (mgr.24805) 26 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:12.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:12 smithi102 bash[13966]: cephadm 2024-01-13T09:25:11.464112+0000 mgr.y (mgr.24805) 27 : cephadm [INF] Upgrade: Updating mon.a 2024-01-13T09:25:12.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:12 smithi102 bash[13966]: audit 2024-01-13T09:25:11.464862+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]: dispatch 2024-01-13T09:25:12.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:12 smithi102 bash[13966]: audit 2024-01-13T09:25:11.465498+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]: dispatch 2024-01-13T09:25:12.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:12 smithi102 bash[13966]: audit 2024-01-13T09:25:11.473860+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]': finished 2024-01-13T09:25:12.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:12 smithi102 bash[13966]: audit 2024-01-13T09:25:11.475343+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:25:12.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:12 smithi102 bash[13966]: audit 2024-01-13T09:25:11.476497+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:25:12.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:12 smithi102 bash[13966]: audit 2024-01-13T09:25:11.477555+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:25:12.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:12 smithi102 bash[13966]: cephadm 2024-01-13T09:25:11.478638+0000 mgr.y (mgr.24805) 28 : cephadm [INF] Deploying daemon mon.a on smithi084 2024-01-13T09:25:12.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:12 smithi102 bash[13966]: audit 2024-01-13T09:25:11.479261+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-13T09:25:12.678 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[13940]: cluster 2024-01-13T09:25:11.017583+0000 mgr.y (mgr.24805) 26 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:12.678 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[13940]: cephadm 2024-01-13T09:25:11.464112+0000 mgr.y (mgr.24805) 27 : cephadm [INF] Upgrade: Updating mon.a 2024-01-13T09:25:12.678 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[13940]: audit 2024-01-13T09:25:11.464862+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]: dispatch 2024-01-13T09:25:12.678 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[13940]: audit 2024-01-13T09:25:11.465498+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]: dispatch 2024-01-13T09:25:12.678 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[13940]: audit 2024-01-13T09:25:11.473860+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]': finished 2024-01-13T09:25:12.678 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[13940]: audit 2024-01-13T09:25:11.475343+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:25:12.678 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[13940]: audit 2024-01-13T09:25:11.476497+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:25:12.679 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[13940]: audit 2024-01-13T09:25:11.477555+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:25:12.679 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[13940]: cephadm 2024-01-13T09:25:11.478638+0000 mgr.y (mgr.24805) 28 : cephadm [INF] Deploying daemon mon.a on smithi084 2024-01-13T09:25:12.679 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[13940]: audit 2024-01-13T09:25:11.479261+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-13T09:25:12.679 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[17496]: cluster 2024-01-13T09:25:11.017583+0000 mgr.y (mgr.24805) 26 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:12.679 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[17496]: cephadm 2024-01-13T09:25:11.464112+0000 mgr.y (mgr.24805) 27 : cephadm [INF] Upgrade: Updating mon.a 2024-01-13T09:25:12.679 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[17496]: audit 2024-01-13T09:25:11.464862+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]: dispatch 2024-01-13T09:25:12.679 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[17496]: audit 2024-01-13T09:25:11.465498+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]: dispatch 2024-01-13T09:25:12.679 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[17496]: audit 2024-01-13T09:25:11.473860+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]': finished 2024-01-13T09:25:12.679 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[17496]: audit 2024-01-13T09:25:11.475343+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:25:12.679 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[17496]: audit 2024-01-13T09:25:11.476497+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:25:12.680 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[17496]: audit 2024-01-13T09:25:11.477555+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:25:12.680 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[17496]: cephadm 2024-01-13T09:25:11.478638+0000 mgr.y (mgr.24805) 28 : cephadm [INF] Deploying daemon mon.a on smithi084 2024-01-13T09:25:12.680 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:12 smithi084 bash[17496]: audit 2024-01-13T09:25:11.479261+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-13T09:25:13.943 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:13 smithi084 systemd[1]: Stopping Ceph mon.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:25:14.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:13 smithi084 bash[13940]: debug 2024-01-13T09:25:13.948+0000 7fe4ff882700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:25:14.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:13 smithi084 bash[13940]: debug 2024-01-13T09:25:13.948+0000 7fe4ff882700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-01-13T09:25:14.923 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:14 smithi084 bash[38333]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.a 2024-01-13T09:25:14.923 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:14 smithi084 bash[38387]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.a 2024-01-13T09:25:15.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:14 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a.service: Succeeded. 2024-01-13T09:25:15.183 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:14 smithi084 systemd[1]: Stopped Ceph mon.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:25:15.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:15 smithi084 systemd[1]: Started Ceph mon.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:25:16.206 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.200+0000 7f93ee3be880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T09:25:16.206 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.200+0000 7f93ee3be880 0 ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable), process ceph-mon, pid 7 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.200+0000 7f93ee3be880 0 pidfile_write: ignore empty --pid-file 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.204+0000 7f93ee3be880 0 load: jerasure load: lrc load: isa 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: RocksDB version: 6.8.1 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Compile date Jan 12 2024 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: DB SUMMARY 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: CURRENT file: CURRENT 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 830 Bytes 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 2, files: 000025.sst 000026.sst 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000023.log size: 8398001 ; 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.error_if_exists: 0 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.create_if_missing: 0 2024-01-13T09:25:16.207 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.env: 0x55ef28b4b080 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.fs: Posix File System 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.info_log: 0x55ef2a506220 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.statistics: (nil) 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.use_fsync: 0 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T09:25:16.208 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T09:25:16.209 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T09:25:16.209 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T09:25:16.209 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T09:25:16.209 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.db_log_dir: 2024-01-13T09:25:16.209 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-13T09:25:16.209 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T09:25:16.209 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T09:25:16.209 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T09:25:16.209 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T09:25:16.209 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T09:25:16.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-13T09:25:16.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T09:25:16.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T09:25:16.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T09:25:16.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T09:25:16.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.write_buffer_manager: 0x55ef2b1fa390 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.unordered_write: 0 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T09:25:16.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.row_cache: None 2024-01-13T09:25:16.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.wal_filter: None 2024-01-13T09:25:16.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T09:25:16.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T09:25:16.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T09:25:16.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.two_write_queues: 0 2024-01-13T09:25:16.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T09:25:16.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.atomic_flush: 0 2024-01-13T09:25:16.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T09:25:16.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-13T09:25:16.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-13T09:25:16.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.log_readahead_size: 0 2024-01-13T09:25:16.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-13T09:25:16.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T09:25:16.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_open_files: -1 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T09:25:16.453 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Compression algorithms supported: 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: kZSTD supported: 0 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: kXpressCompression supported: 0 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: kZlibCompression supported: 1 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.merge_operator: 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_filter: None 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T09:25:16.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55ef2a4a9d28) 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: cache_index_and_filter_blocks: 1 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: pin_top_level_index_and_filter: 1 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: index_type: 0 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: data_block_index_type: 0 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: index_shortening: 1 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: data_block_hash_table_util_ratio: 0.750000 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: hash_index_allow_collision: 1 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: checksum: 1 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: no_block_cache: 0 2024-01-13T09:25:16.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: block_cache: 0x55ef2a4e0f10 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: block_cache_name: BinnedLRUCache 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: block_cache_options: 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: capacity : 536870912 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: num_shard_bits : 4 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: strict_capacity_limit : 0 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: high_pri_pool_ratio: 0.000 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: block_cache_compressed: (nil) 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: persistent_cache: (nil) 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: block_size: 4096 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: block_size_deviation: 10 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: block_restart_interval: 16 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: index_block_restart_interval: 1 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: metadata_block_size: 4096 2024-01-13T09:25:16.456 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: partition_filters: 0 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: use_delta_encoding: 1 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: whole_key_filtering: 1 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: verify_compression: 0 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: read_amp_bytes_per_bit: 0 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: format_version: 2 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: enable_index_compression: 1 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: block_align: 0 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compression: NoCompression 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T09:25:16.457 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.num_levels: 7 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:25:16.458 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T09:25:16.459 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T09:25:16.460 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.table_properties_collectors: 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.bloom_locality: 0 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T09:25:16.461 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T09:25:16.462 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.ttl: 2592000 2024-01-13T09:25:16.462 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-13T09:25:16.462 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 succeeded,manifest_file_number is 8, next_file_number is 28, last_sequence is 10923, log_number is 23,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-13T09:25:16.462 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 23 2024-01-13T09:25:16.462 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137916212086, "job": 1, "event": "recovery_started", "log_files": [23]} 2024-01-13T09:25:16.462 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.208+0000 7f93ee3be880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #23 mode 2 2024-01-13T09:25:16.462 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.220+0000 7f93ee3be880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.236+0000 7f93ee3be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137916238747, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 28, "file_size": 8336973, "table_properties": {"data_size": 8330396, "index_size": 5049, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 709, "raw_key_size": 5007, "raw_average_key_size": 21, "raw_value_size": 8323173, "raw_average_value_size": 34971, "num_data_blocks": 157, "num_entries": 238, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705137916, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.236+0000 7f93ee3be880 4 rocksdb: [version_set.cc:3826] Creating manifest 29 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.236+0000 7f93ee3be880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137916239566, "job": 1, "event": "recovery_finished"} 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93ee3be880 4 rocksdb: DB pointer 0x55ef2a5a9800 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93d51b2700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93d51b2700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ** DB Stats ** 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T09:25:16.463 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ** Compaction Stats [default] ** 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: L0 1/0 7.95 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 525.9 0.02 0.00 1 0.015 0 0 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: L6 2/0 76.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Sum 3/0 84.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 525.9 0.02 0.00 1 0.015 0 0 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 525.9 0.02 0.00 1 0.015 0 0 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ** Compaction Stats [default] ** 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:25:16.464 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 525.9 0.02 0.00 1 0.015 0 0 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Flush(GB): cumulative 0.008, interval 0.008 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Cumulative compaction: 0.01 GB write, 250.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Interval compaction: 0.01 GB write, 250.50 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ** Compaction Stats [default] ** 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: L0 1/0 7.95 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 525.9 0.02 0.00 1 0.015 0 0 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: L6 2/0 76.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Sum 3/0 84.24 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 525.9 0.02 0.00 1 0.015 0 0 2024-01-13T09:25:16.465 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ** Compaction Stats [default] ** 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 525.9 0.02 0.00 1 0.015 0 0 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Flush(GB): cumulative 0.008, interval 0.000 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Cumulative compaction: 0.01 GB write, 250.02 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:25:16.466 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93ee3be880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] at bind addrs [v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93ee3be880 1 mon.a@-1(???) e3 preinit fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93ee3be880 0 mon.a@-1(???).mds e1 new map 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93ee3be880 0 mon.a@-1(???).mds e1 print_map 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: e1 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: legacy client fscid: -1 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: No filesystems configured 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93ee3be880 0 mon.a@-1(???).osd e63 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93ee3be880 0 mon.a@-1(???).osd e63 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93ee3be880 0 mon.a@-1(???).osd e63 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:25:16.467 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.240+0000 7f93ee3be880 0 mon.a@-1(???).osd e63 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: cluster 2024-01-13T09:25:11.017583+0000 mgr.y (mgr.24805) 26 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: cephadm 2024-01-13T09:25:11.464112+0000 mgr.y (mgr.24805) 27 : cephadm [INF] Upgrade: Updating mon.a 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: audit 2024-01-13T09:25:11.464862+0000 mon.c (mon.1) 125 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]: dispatch 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: audit 2024-01-13T09:25:11.465498+0000 mon.a (mon.0) 713 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]: dispatch 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: audit 2024-01-13T09:25:11.473860+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.24805 ' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755", "who": "mon.a"}]': finished 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: audit 2024-01-13T09:25:11.475343+0000 mon.c (mon.1) 126 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: audit 2024-01-13T09:25:11.476497+0000 mon.c (mon.1) 127 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: audit 2024-01-13T09:25:11.477555+0000 mon.c (mon.1) 128 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: cephadm 2024-01-13T09:25:11.478638+0000 mgr.y (mgr.24805) 28 : cephadm [INF] Deploying daemon mon.a on smithi084 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: audit 2024-01-13T09:25:11.479261+0000 mon.c (mon.1) 129 : audit [DBG] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-13T09:25:16.468 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:16 smithi084 bash[38504]: debug 2024-01-13T09:25:16.244+0000 7f93ee3be880 1 mon.a@-1(???).paxosservice(auth 1..21) refresh upgraded, format 0 -> 3 2024-01-13T09:25:18.025 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[36569]: ignoring --setuser ceph since I am not root 2024-01-13T09:25:18.025 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[36569]: ignoring --setgroup ceph since I am not root 2024-01-13T09:25:18.025 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[36569]: debug 2024-01-13T09:25:17.772+0000 7f42ae2f4700 1 -- 172.21.15.84:0/288225017 <== mon.0 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d12f17e4e0 con 0x55d12f273000 2024-01-13T09:25:18.025 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[36569]: debug 2024-01-13T09:25:17.924+0000 7f42be4cf680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-13T09:25:18.026 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:18 smithi084 bash[36569]: debug 2024-01-13T09:25:18.028+0000 7f42be4cf680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-13T09:25:18.026 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: cluster 2024-01-13T09:25:15.019784+0000 mgr.y (mgr.24805) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:18.026 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: audit 2024-01-13T09:25:15.222899+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:25:11.478492Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:18.026 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: cluster 2024-01-13T09:25:17.020495+0000 mgr.y (mgr.24805) 31 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:18.026 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: cluster 2024-01-13T09:25:17.666824+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-13T09:25:18.027 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: cluster 2024-01-13T09:25:17.690856+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:25:18.027 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: cluster 2024-01-13T09:25:17.701039+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:25:18.027 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: cluster 2024-01-13T09:25:17.701770+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-13T09:25:18.027 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: cluster 2024-01-13T09:25:17.701812+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-13T09:25:18.027 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: cluster 2024-01-13T09:25:17.703199+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e25: y(active, since 45s), standbys: x 2024-01-13T09:25:18.027 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: cluster 2024-01-13T09:25:17.720131+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e26: y(active, since 45s), standbys: x 2024-01-13T09:25:18.027 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: cluster 2024-01-13T09:25:17.721608+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-01-13T09:25:18.027 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[38504]: audit 2024-01-13T09:25:17.728941+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.24805 ' entity='' 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: cluster 2024-01-13T09:25:15.019784+0000 mgr.y (mgr.24805) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: audit 2024-01-13T09:25:15.222899+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:25:11.478492Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: cluster 2024-01-13T09:25:17.020495+0000 mgr.y (mgr.24805) 31 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: cluster 2024-01-13T09:25:17.666824+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: cluster 2024-01-13T09:25:17.690856+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: cluster 2024-01-13T09:25:17.701039+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: cluster 2024-01-13T09:25:17.701770+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: cluster 2024-01-13T09:25:17.701812+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: cluster 2024-01-13T09:25:17.703199+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e25: y(active, since 45s), standbys: x 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: cluster 2024-01-13T09:25:17.720131+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e26: y(active, since 45s), standbys: x 2024-01-13T09:25:18.028 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: cluster 2024-01-13T09:25:17.721608+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-01-13T09:25:18.029 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:17 smithi084 bash[17496]: audit 2024-01-13T09:25:17.728941+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.24805 ' entity='' 2024-01-13T09:25:18.029 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[28814]: ignoring --setuser ceph since I am not root 2024-01-13T09:25:18.029 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[28814]: ignoring --setgroup ceph since I am not root 2024-01-13T09:25:18.029 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[28814]: debug 2024-01-13T09:25:17.773+0000 7f7e10bdd700 1 -- 172.21.15.102:0/266743032 <== mon.0 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55d8b6b584e0 con 0x55d8b6c4cc00 2024-01-13T09:25:18.029 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[28814]: debug 2024-01-13T09:25:17.929+0000 7f7e20db8680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-13T09:25:18.030 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: cluster 2024-01-13T09:25:15.019784+0000 mgr.y (mgr.24805) 30 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:18.030 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: audit 2024-01-13T09:25:15.222899+0000 mon.c (mon.1) 130 : audit [INF] from='mgr.24805 172.21.15.84:0/2943063283' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi084","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi084\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi084\", \"container_id\": \"ffa45bcbcaf7\", \"container_image_id\": \"163fd1944c31b631006e5d238574cf3311ed176b42b55b0b64e2387958260fc0\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:b926bb9e029d1391c1bd2df0fbc0e8b591effa2f2f7ee12facc20da759af9755\"], \"memory_usage\": 423310131, \"cpu_percentage\": \"2.55%\", \"version\": \"16.2.14-456-g445562ab\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-13T09:24:45.747709Z\", \"created\": \"2024-01-13T09:10:46.974422Z\", \"started\": \"2024-01-13T09:24:24.446469Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi084\", \"container_id\": \"f62b810d3d37\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 108317900, \"cpu_percentage\": \"0.99%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.747976Z\", \"created\": \"2024-01-13T09:12:23.244203Z\", \"started\": \"2024-01-13T09:12:23.270424Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi084\", \"container_id\": \"9131186b7bef\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 49366958, \"cpu_percentage\": \"0.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748226Z\", \"created\": \"2024-01-13T09:13:16.743207Z\", \"started\": \"2024-01-13T09:13:21.425317Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi084\", \"container_id\": \"ad7b8286e01f\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50321162, \"cpu_percentage\": \"0.23%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748474Z\", \"created\": \"2024-01-13T09:13:44.718997Z\", \"started\": \"2024-01-13T09:13:48.243828Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi084\", \"container_id\": \"b86143cb2966\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 47605350, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748723Z\", \"created\": \"2024-01-13T09:14:12.322539Z\", \"started\": \"2024-01-13T09:14:16.856450Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi084\", \"container_id\": \"89c4db6b20ee\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 50677678, \"cpu_percentage\": \"0.53%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.748971Z\", \"created\": \"2024-01-13T09:14:39.989927Z\", \"started\": \"2024-01-13T09:14:44.011939Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi084\", \"container_id\": \"505c4493cd2f\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"prom/node-exporter\", \"container_image_digests\": [\"prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12006195, \"cpu_percentage\": \"4.75%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749267Z\", \"created\": \"2024-01-13T09:16:55.618894Z\", \"started\": \"2024-01-13T09:17:04.700578Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi084\", \"container_id\": \"e2131403d845\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"prom/alertmanager\", \"container_image_digests\": [\"prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 16305356, \"cpu_percentage\": \"0.12%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-13T09:24:45.749519Z\", \"created\": \"2024-01-13T09:17:14.298473Z\", \"started\": \"2024-01-13T09:23:51.302018Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi084.oatkxx\", \"daemon_name\": \"rgw.r.z.smithi084.oatkxx\", \"hostname\": \"smithi084\", \"container_id\": \"b481ce3b512e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 51925483, \"cpu_percentage\": \"0.49%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-13T09:24:45.749764Z\", \"created\": \"2024-01-13T09:19:15.479729Z\", \"started\": \"2024-01-13T09:19:15.503791Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"created\": \"2024-01-13T09:23:21.867179Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"7761e142-eeb9-4938-abf7-0b7d3964f02a\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"scvnm1-f6AL-Pr3a-r460-IP2T-28Ho-5r0qMB\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"748fe0d0-5813-45a9-b529-2be5ff87e9d4\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"ZEPxjc-An3r-lAPa-iYrx-xFgF-sKWa-GP407Q\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"c3e985ec-9a75-429e-897d-392df53c2a7d\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hDtnrD-uF45-c5bJ-Vf5j-ZGvd-HPZP-ATKfd9\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"155ba7de-9623-42d9-8e48-ea8154c8f794\", \"cluster_fsid\": \"82e68f94-b1f3-11ee-95ac-87774f69a715\", \"block_uuid\": \"hUFTV5-n1pC-LYzQ-wOY1-5SRC-dRS5-VmMcfR\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT620400WF400BGN\", \"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\": \"2024-01-13T09:23:21.867199Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM173_Z1W5LH7Q\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-13T09:23:40.585072Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-13T09:24:10.763432Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:14.508313Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-13T09:13:42.300037Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:09.878877Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-13T09:14:37.638765Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:16:54.937759Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-13T09:23:42.651484Z\"}, \"rgw.r.z.smithi084.oatkxx\": {\"deps\": [], \"last_config\": \"2024-01-13T09:19:11.831510Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-13T09:25:11.478492Z\"}}, \"last_device_update\": \"2024-01-13T09:14:47.469675Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-13T09:21:29.768181Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-13T09:25:18.030 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: cluster 2024-01-13T09:25:17.020495+0000 mgr.y (mgr.24805) 31 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.6 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:18.030 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: cluster 2024-01-13T09:25:17.666824+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-13T09:25:18.030 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: cluster 2024-01-13T09:25:17.690856+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:25:18.030 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: cluster 2024-01-13T09:25:17.701039+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:25:18.030 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: cluster 2024-01-13T09:25:17.701770+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-13T09:25:18.030 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: cluster 2024-01-13T09:25:17.701812+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-13T09:25:18.030 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: cluster 2024-01-13T09:25:17.703199+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e25: y(active, since 45s), standbys: x 2024-01-13T09:25:18.031 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: cluster 2024-01-13T09:25:17.720131+0000 mon.a (mon.0) 7 : cluster [DBG] mgrmap e26: y(active, since 45s), standbys: x 2024-01-13T09:25:18.031 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: cluster 2024-01-13T09:25:17.721608+0000 mon.a (mon.0) 8 : cluster [INF] overall HEALTH_OK 2024-01-13T09:25:18.031 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:17 smithi102 bash[13966]: audit 2024-01-13T09:25:17.728941+0000 mon.a (mon.0) 9 : audit [INF] from='mgr.24805 ' entity='' 2024-01-13T09:25:18.377 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:18 smithi102 bash[28814]: debug 2024-01-13T09:25:18.033+0000 7f7e20db8680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-13T09:25:18.877 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:18 smithi102 bash[28814]: debug 2024-01-13T09:25:18.469+0000 7f7e20db8680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-13T09:25:18.948 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:18 smithi084 bash[36569]: debug 2024-01-13T09:25:18.468+0000 7f42be4cf680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-13T09:25:19.627 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:19 smithi102 bash[28814]: debug 2024-01-13T09:25:19.341+0000 7f7e20db8680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-13T09:25:19.628 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:19 smithi102 bash[28814]: debug 2024-01-13T09:25:19.445+0000 7f7e20db8680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-13T09:25:19.688 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:19 smithi084 bash[36569]: debug 2024-01-13T09:25:19.344+0000 7f42be4cf680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-13T09:25:19.688 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:19 smithi084 bash[36569]: debug 2024-01-13T09:25:19.444+0000 7f42be4cf680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-13T09:25:19.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:19 smithi084 bash[38504]: cluster 2024-01-13T09:25:18.725497+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e27: y(active, since 46s), standbys: x 2024-01-13T09:25:19.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:19 smithi084 bash[17496]: cluster 2024-01-13T09:25:18.725497+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e27: y(active, since 46s), standbys: x 2024-01-13T09:25:19.949 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:19 smithi084 bash[36569]: debug 2024-01-13T09:25:19.692+0000 7f42be4cf680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-13T09:25:20.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:19 smithi102 bash[13966]: cluster 2024-01-13T09:25:18.725497+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e27: y(active, since 46s), standbys: x 2024-01-13T09:25:20.128 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:19 smithi102 bash[28814]: debug 2024-01-13T09:25:19.693+0000 7f7e20db8680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-13T09:25:21.049 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:20 smithi102 bash[28814]: debug 2024-01-13T09:25:20.801+0000 7f7e20db8680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-13T09:25:21.049 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:20 smithi102 bash[28814]: debug 2024-01-13T09:25:20.957+0000 7f7e20db8680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:25:21.057 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:20 smithi084 bash[36569]: debug 2024-01-13T09:25:20.804+0000 7f42be4cf680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-13T09:25:21.057 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:20 smithi084 bash[36569]: debug 2024-01-13T09:25:20.964+0000 7f42be4cf680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:25:21.378 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:21 smithi102 bash[28814]: debug 2024-01-13T09:25:21.057+0000 7f7e20db8680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-13T09:25:21.379 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:21 smithi102 bash[28814]: debug 2024-01-13T09:25:21.165+0000 7f7e20db8680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-13T09:25:21.386 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:21 smithi084 bash[36569]: debug 2024-01-13T09:25:21.059+0000 7f42be4cf680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-13T09:25:21.386 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:21 smithi084 bash[36569]: debug 2024-01-13T09:25:21.171+0000 7f42be4cf680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-13T09:25:21.698 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:21 smithi084 bash[36569]: debug 2024-01-13T09:25:21.387+0000 7f42be4cf680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-13T09:25:21.740 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:21 smithi102 bash[28814]: debug 2024-01-13T09:25:21.385+0000 7f7e20db8680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-13T09:25:22.127 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:21 smithi102 bash[28814]: debug 2024-01-13T09:25:21.745+0000 7f7e20db8680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-13T09:25:22.128 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:21 smithi102 bash[28814]: debug 2024-01-13T09:25:21.865+0000 7f7e20db8680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-13T09:25:22.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:21 smithi084 bash[36569]: debug 2024-01-13T09:25:21.755+0000 7f42be4cf680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-13T09:25:22.198 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:21 smithi084 bash[36569]: debug 2024-01-13T09:25:21.875+0000 7f42be4cf680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-13T09:25:23.127 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:22 smithi102 bash[28814]: debug 2024-01-13T09:25:22.717+0000 7f7e20db8680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-13T09:25:23.128 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:22 smithi102 bash[28814]: debug 2024-01-13T09:25:22.821+0000 7f7e20db8680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-13T09:25:23.128 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:22 smithi102 bash[28814]: debug 2024-01-13T09:25:22.933+0000 7f7e20db8680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-13T09:25:23.160 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:22 smithi084 bash[36569]: debug 2024-01-13T09:25:22.723+0000 7f42be4cf680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-13T09:25:23.161 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:22 smithi084 bash[36569]: debug 2024-01-13T09:25:22.827+0000 7f42be4cf680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-13T09:25:23.161 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:22 smithi084 bash[36569]: debug 2024-01-13T09:25:22.943+0000 7f42be4cf680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-13T09:25:23.435 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:23 smithi102 bash[28814]: debug 2024-01-13T09:25:23.153+0000 7f7e20db8680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-13T09:25:23.448 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:23 smithi084 bash[36569]: debug 2024-01-13T09:25:23.163+0000 7f42be4cf680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-13T09:25:23.765 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:23 smithi102 bash[28814]: debug 2024-01-13T09:25:23.441+0000 7f7e20db8680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-13T09:25:23.766 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:23 smithi102 bash[28814]: debug 2024-01-13T09:25:23.601+0000 7f7e20db8680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-13T09:25:23.788 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:23 smithi084 bash[36569]: debug 2024-01-13T09:25:23.455+0000 7f42be4cf680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-13T09:25:23.788 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:23 smithi084 bash[36569]: debug 2024-01-13T09:25:23.619+0000 7f42be4cf680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-13T09:25:24.087 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:23 smithi102 bash[28814]: debug 2024-01-13T09:25:23.773+0000 7f7e20db8680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:25:24.087 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:23 smithi102 bash[28814]: debug 2024-01-13T09:25:23.985+0000 7f7e20db8680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-13T09:25:24.112 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:23 smithi084 bash[36569]: debug 2024-01-13T09:25:23.791+0000 7f42be4cf680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-13T09:25:24.112 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[36569]: debug 2024-01-13T09:25:24.007+0000 7f42be4cf680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-13T09:25:24.377 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[28814]: debug 2024-01-13T09:25:24.093+0000 7f7e20db8680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-13T09:25:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[13966]: cluster 2024-01-13T09:25:24.115044+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-01-13T09:25:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[13966]: cluster 2024-01-13T09:25:24.115161+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:25:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[13966]: audit 2024-01-13T09:25:24.119586+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:25:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[13966]: cluster 2024-01-13T09:25:24.121246+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-01-13T09:25:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[13966]: cluster 2024-01-13T09:25:24.121669+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-01-13T09:25:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[13966]: audit 2024-01-13T09:25:24.122208+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:25:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[13966]: audit 2024-01-13T09:25:24.123349+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:25:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[13966]: audit 2024-01-13T09:25:24.123906+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:25:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[13966]: cluster 2024-01-13T09:25:24.131486+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:25:24.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:24 smithi102 bash[13966]: cluster 2024-01-13T09:25:24.134878+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e28: y(active, starting, since 0.013325s), standbys: x 2024-01-13T09:25:24.448 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[36569]: debug 2024-01-13T09:25:24.115+0000 7f42be4cf680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-13T09:25:24.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[17496]: cluster 2024-01-13T09:25:24.115044+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-01-13T09:25:24.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[17496]: cluster 2024-01-13T09:25:24.115161+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:25:24.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[17496]: audit 2024-01-13T09:25:24.119586+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:25:24.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[17496]: cluster 2024-01-13T09:25:24.121246+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-01-13T09:25:24.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[17496]: cluster 2024-01-13T09:25:24.121669+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-01-13T09:25:24.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[17496]: audit 2024-01-13T09:25:24.122208+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:25:24.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[17496]: audit 2024-01-13T09:25:24.123349+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:25:24.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[17496]: audit 2024-01-13T09:25:24.123906+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:25:24.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[17496]: cluster 2024-01-13T09:25:24.131486+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:25:24.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[17496]: cluster 2024-01-13T09:25:24.134878+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e28: y(active, starting, since 0.013325s), standbys: x 2024-01-13T09:25:24.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[38504]: cluster 2024-01-13T09:25:24.115044+0000 mon.a (mon.0) 11 : cluster [DBG] Standby manager daemon x restarted 2024-01-13T09:25:24.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[38504]: cluster 2024-01-13T09:25:24.115161+0000 mon.a (mon.0) 12 : cluster [DBG] Standby manager daemon x started 2024-01-13T09:25:24.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[38504]: audit 2024-01-13T09:25:24.119586+0000 mon.b (mon.2) 182 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-13T09:25:24.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[38504]: cluster 2024-01-13T09:25:24.121246+0000 mon.a (mon.0) 13 : cluster [INF] Active manager daemon y restarted 2024-01-13T09:25:24.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[38504]: cluster 2024-01-13T09:25:24.121669+0000 mon.a (mon.0) 14 : cluster [INF] Activating manager daemon y 2024-01-13T09:25:24.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[38504]: audit 2024-01-13T09:25:24.122208+0000 mon.b (mon.2) 183 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:25:24.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[38504]: audit 2024-01-13T09:25:24.123349+0000 mon.b (mon.2) 184 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-13T09:25:24.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[38504]: audit 2024-01-13T09:25:24.123906+0000 mon.b (mon.2) 185 : audit [DBG] from='mgr.? 172.21.15.102:0/2559910840' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:25:24.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[38504]: cluster 2024-01-13T09:25:24.131486+0000 mon.a (mon.0) 15 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:25:24.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:24 smithi084 bash[38504]: cluster 2024-01-13T09:25:24.134878+0000 mon.a (mon.0) 16 : cluster [DBG] mgrmap e28: y(active, starting, since 0.013325s), standbys: x 2024-01-13T09:25:30.246 INFO:teuthology.orchestra.run.smithi084.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-01-13T09:25:30.246 INFO:teuthology.orchestra.run.smithi084.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-13T09:25:30.448 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[36569]: debug 2024-01-13T09:25:30.239+0000 7f4281cbe700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-01-13T09:25:30.448 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[36569]: debug 2024-01-13T09:25:30.247+0000 7f4281cbe700 -1 mgr.server reply reply (95) Operation not supported Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-01-13T09:25:30.448 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[36569]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-13T09:25:30.448 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[36569]: Warning: Permanently added '172.21.15.102' (ECDSA) to the list of known hosts. 2024-01-13T09:25:30.449 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[36569]: Warning: Permanently added '172.21.15.84' (ECDSA) to the list of known hosts. 2024-01-13T09:25:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.137775+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:25:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.138374+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:25:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.138911+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:25:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.142549+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:25:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.143267+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:25:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.143878+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:25:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.144590+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:25:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.145247+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:25:30.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.145893+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.146255+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.146621+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.147000+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.147388+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.147754+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.148039+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.148686+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.150454+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.151918+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.137775+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:25:30.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.138374+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.138911+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.142549+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.143267+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.143878+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.144590+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.145247+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.145893+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.146255+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.146621+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.147000+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.147388+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.147754+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.148039+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.148686+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:25:30.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.150454+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:25:30.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.151918+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-13T09:25:30.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.152576+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-13T09:25:30.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.153199+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-13T09:25:30.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.153825+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi084"}]: dispatch 2024-01-13T09:25:30.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.154536+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-01-13T09:25:30.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.155366+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T09:25:30.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.156100+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-13T09:25:30.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.156823+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.157580+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.158304+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.159014+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.159724+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.160428+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.161140+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.161840+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.162522+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.163222+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.163863+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.164429+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.165096+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.165686+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.166280+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:25:30.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: audit 2024-01-13T09:25:30.166894+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:25:30.454 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[17496]: cluster 2024-01-13T09:25:30.182050+0000 mon.a (mon.0) 57 : cluster [INF] Manager daemon y is now available 2024-01-13T09:25:30.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.152576+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-13T09:25:30.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.153199+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-13T09:25:30.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.153825+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi084"}]: dispatch 2024-01-13T09:25:30.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.154536+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-01-13T09:25:30.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.155366+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T09:25:30.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.156100+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-13T09:25:30.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.156823+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-13T09:25:30.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.157580+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-13T09:25:30.454 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.158304+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.159014+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.159724+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.160428+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.161140+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.161840+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.162522+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.163222+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.163863+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.164429+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.165096+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.165686+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.166280+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: audit 2024-01-13T09:25:30.166894+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:25:30.455 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:30 smithi084 bash[38504]: cluster 2024-01-13T09:25:30.182050+0000 mon.a (mon.0) 57 : cluster [INF] Manager daemon y is now available 2024-01-13T09:25:30.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.137775+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:25:30.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.138374+0000 mon.a (mon.0) 18 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:25:30.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.138911+0000 mon.a (mon.0) 19 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:25:30.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.142549+0000 mon.a (mon.0) 20 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-13T09:25:30.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.143267+0000 mon.a (mon.0) 21 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-13T09:25:30.459 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.143878+0000 mon.a (mon.0) 22 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.144590+0000 mon.a (mon.0) 23 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.145247+0000 mon.a (mon.0) 24 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.145893+0000 mon.a (mon.0) 25 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.146255+0000 mon.a (mon.0) 26 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.146621+0000 mon.a (mon.0) 27 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.147000+0000 mon.a (mon.0) 28 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.147388+0000 mon.a (mon.0) 29 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.147754+0000 mon.a (mon.0) 30 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.148039+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.148686+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.150454+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-13T09:25:30.460 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.151918+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-13T09:25:30.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.152576+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-13T09:25:30.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.153199+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-13T09:25:30.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.153825+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi084"}]: dispatch 2024-01-13T09:25:30.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.154536+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi102"}]: dispatch 2024-01-13T09:25:30.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.155366+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-13T09:25:30.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.156100+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-13T09:25:30.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.156823+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-13T09:25:30.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.157580+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-13T09:25:30.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.158304+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-13T09:25:30.461 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.159014+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.159724+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.160428+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.161140+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.161840+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.162522+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.163222+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.163863+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.164429+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.165096+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.165686+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.166280+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: audit 2024-01-13T09:25:30.166894+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-13T09:25:30.462 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:30 smithi102 bash[13966]: cluster 2024-01-13T09:25:30.182050+0000 mon.a (mon.0) 57 : cluster [INF] Manager daemon y is now available 2024-01-13T09:25:31.293 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph orch ps' 2024-01-13T09:25:31.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:31 smithi102 bash[13966]: cluster 2024-01-13T09:25:30.241511+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2024-01-13T09:25:31.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:31 smithi102 bash[13966]: audit 2024-01-13T09:25:30.250708+0000 mgr.y (mgr.44106) 1 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:31.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:31 smithi102 bash[13966]: cluster 2024-01-13T09:25:30.255249+0000 mgr.y (mgr.44106) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:31.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:31 smithi102 bash[13966]: audit 2024-01-13T09:25:30.345175+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:31.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:31 smithi102 bash[13966]: audit 2024-01-13T09:25:30.352574+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:31.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:31 smithi102 bash[13966]: audit 2024-01-13T09:25:30.414738+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:25:31.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:31 smithi102 bash[13966]: audit 2024-01-13T09:25:30.421533+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-13T09:25:31.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:31 smithi102 bash[13966]: audit 2024-01-13T09:25:30.698546+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:31.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:31 smithi102 bash[13966]: audit 2024-01-13T09:25:30.706629+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:31.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[17496]: cluster 2024-01-13T09:25:30.241511+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[17496]: audit 2024-01-13T09:25:30.250708+0000 mgr.y (mgr.44106) 1 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[17496]: cluster 2024-01-13T09:25:30.255249+0000 mgr.y (mgr.44106) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[17496]: audit 2024-01-13T09:25:30.345175+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[17496]: audit 2024-01-13T09:25:30.352574+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[17496]: audit 2024-01-13T09:25:30.414738+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[17496]: audit 2024-01-13T09:25:30.421533+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[17496]: audit 2024-01-13T09:25:30.698546+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[17496]: audit 2024-01-13T09:25:30.706629+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[38504]: cluster 2024-01-13T09:25:30.241511+0000 mon.a (mon.0) 58 : cluster [DBG] mgrmap e29: y(active, since 6s), standbys: x 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[38504]: audit 2024-01-13T09:25:30.250708+0000 mgr.y (mgr.44106) 1 : audit [DBG] from='client.24907 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:31.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[38504]: cluster 2024-01-13T09:25:30.255249+0000 mgr.y (mgr.44106) 2 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:31.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[38504]: audit 2024-01-13T09:25:30.345175+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:31.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[38504]: audit 2024-01-13T09:25:30.352574+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:31.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[38504]: audit 2024-01-13T09:25:30.414738+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-13T09:25:31.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[38504]: audit 2024-01-13T09:25:30.421533+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-13T09:25:31.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[38504]: audit 2024-01-13T09:25:30.698546+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:31.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:31 smithi084 bash[38504]: audit 2024-01-13T09:25:30.706629+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:33.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:33 smithi102 bash[13966]: cluster 2024-01-13T09:25:32.145825+0000 mgr.y (mgr.44106) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:33.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:33 smithi102 bash[13966]: cluster 2024-01-13T09:25:32.274354+0000 mon.a (mon.0) 65 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2024-01-13T09:25:33.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:33 smithi084 bash[38504]: cluster 2024-01-13T09:25:32.145825+0000 mgr.y (mgr.44106) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:33.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:33 smithi084 bash[38504]: cluster 2024-01-13T09:25:32.274354+0000 mon.a (mon.0) 65 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2024-01-13T09:25:33.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:33 smithi084 bash[17496]: cluster 2024-01-13T09:25:32.145825+0000 mgr.y (mgr.44106) 3 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:33.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:33 smithi084 bash[17496]: cluster 2024-01-13T09:25:32.274354+0000 mon.a (mon.0) 65 : cluster [DBG] mgrmap e30: y(active, since 8s), standbys: x 2024-01-13T09:25:34.496 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T09:25:34.496 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.a smithi084 running (103s) 48s ago 8m 15.5M - 0.26.0 9f27df16978d e2131403d845 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.a smithi102 running (7m) 25s ago 7m 25.9M - 6.6.2 87a51ecf0b1c da830e874c95 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.x smithi102 *:8443 running (32s) 25s ago 12m 134M - 16.2.14-456-g445562ab 163fd1944c31 40c45e73c866 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.y smithi084 *:8443 running (70s) 48s ago 14m 403M - 16.2.14-456-g445562ab 163fd1944c31 ffa45bcbcaf7 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:mon.a smithi084 starting - - - 2048M 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:mon.b smithi102 running (12m) 25s ago 12m 107M 2048M 15.2.0 204a01f9b0b6 af1da5b6040b 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:mon.c smithi084 running (13m) 48s ago 13m 103M 2048M 15.2.0 204a01f9b0b6 f62b810d3d37 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.a smithi084 running (8m) 48s ago 8m 11.4M - 1.7.0 72c9c2088986 505c4493cd2f 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.b smithi102 running (8m) 25s ago 8m 12.6M - 1.7.0 72c9c2088986 37956ab2a57c 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (12m) 48s ago 12m 47.0M 4096M 15.2.0 204a01f9b0b6 9131186b7bef 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (11m) 48s ago 11m 47.9M 4096M 15.2.0 204a01f9b0b6 ad7b8286e01f 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (11m) 48s ago 11m 45.4M 4096M 15.2.0 204a01f9b0b6 b86143cb2966 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (10m) 48s ago 10m 48.3M 4096M 15.2.0 204a01f9b0b6 89c4db6b20ee 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi102 running (10m) 25s ago 10m 49.2M 4096M 15.2.0 204a01f9b0b6 3062c2890a3d 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi102 running (10m) 25s ago 10m 48.2M 4096M 15.2.0 204a01f9b0b6 8b3aed004371 2024-01-13T09:25:34.497 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi102 running (9m) 25s ago 9m 46.8M 4096M 15.2.0 204a01f9b0b6 03e84d27de71 2024-01-13T09:25:34.498 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi102 running (9m) 25s ago 9m 49.4M 4096M 15.2.0 204a01f9b0b6 f0aaeb13a6c0 2024-01-13T09:25:34.498 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.a smithi102 running (88s) 25s ago 8m 35.0M - 2.48.1 ea7f826b1553 273f061e41ae 2024-01-13T09:25:34.498 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi084.oatkxx smithi084 running (6m) 48s ago 6m 49.5M - 15.2.0 204a01f9b0b6 b481ce3b512e 2024-01-13T09:25:34.498 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi102.wzmbxc smithi102 running (6m) 25s ago 6m 49.6M - 15.2.0 204a01f9b0b6 dccafea318ca 2024-01-13T09:25:35.320 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph versions' 2024-01-13T09:25:35.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: cluster 2024-01-13T09:25:34.146411+0000 mgr.y (mgr.44106) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.475795+0000 mgr.y (mgr.44106) 5 : audit [DBG] from='client.44130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.481838+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:25:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.482916+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:25:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.483827+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.484702+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.485544+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.486334+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.490486+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:25:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.491174+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.491953+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.492598+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:35 smithi102 bash[13966]: audit 2024-01-13T09:25:34.493251+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: cluster 2024-01-13T09:25:34.146411+0000 mgr.y (mgr.44106) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.475795+0000 mgr.y (mgr.44106) 5 : audit [DBG] from='client.44130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.481838+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.482916+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.483827+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.484702+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.485544+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.486334+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.490486+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.491174+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.491953+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.492598+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[38504]: audit 2024-01-13T09:25:34.493251+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: cluster 2024-01-13T09:25:34.146411+0000 mgr.y (mgr.44106) 4 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.475795+0000 mgr.y (mgr.44106) 5 : audit [DBG] from='client.44130 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.481838+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.482916+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.483827+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.484702+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.485544+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.486334+0000 mon.a (mon.0) 71 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.490486+0000 mon.a (mon.0) 72 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.491174+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.491953+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.492598+0000 mon.a (mon.0) 75 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:35.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:35 smithi084 bash[17496]: audit 2024-01-13T09:25:34.493251+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:37.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:37 smithi084 bash[38504]: cluster 2024-01-13T09:25:36.147914+0000 mgr.y (mgr.44106) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:37.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:37 smithi084 bash[38504]: audit 2024-01-13T09:25:37.049459+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:37.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:37 smithi084 bash[17496]: cluster 2024-01-13T09:25:36.147914+0000 mgr.y (mgr.44106) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:37.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:37 smithi084 bash[17496]: audit 2024-01-13T09:25:37.049459+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:37.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:37 smithi102 bash[13966]: cluster 2024-01-13T09:25:36.147914+0000 mgr.y (mgr.44106) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:37.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:37 smithi102 bash[13966]: audit 2024-01-13T09:25:37.049459+0000 mon.a (mon.0) 77 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:38.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.309719+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.310469+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.311194+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.312013+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.312888+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.313818+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.314592+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.315343+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.316133+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.549050+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:38.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.814760+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.815855+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.816753+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.817478+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.818166+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.818857+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.309719+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.450 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.310469+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.311194+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.312013+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.312888+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.313818+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.314592+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.315343+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.316133+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.549050+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.814760+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.815855+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.816753+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.817478+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.818166+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.451 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.818857+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.819628+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.820309+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.821019+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.827606+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.837565+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.840986+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.843042+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[38504]: audit 2024-01-13T09:25:37.844377+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.819628+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.820309+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.821019+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.827606+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:38.452 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.837565+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:38.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.840986+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:38.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.843042+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-13T09:25:38.453 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:38 smithi084 bash[17496]: audit 2024-01-13T09:25:37.844377+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-13T09:25:38.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.309719+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.310469+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.311194+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.312013+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.312888+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.313818+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.314592+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.315343+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.316133+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.549050+0000 mon.a (mon.0) 87 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.814760+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.815855+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.816753+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.817478+0000 mon.a (mon.0) 91 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.818166+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.818857+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.819628+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.820309+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.821019+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-13T09:25:38.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.827606+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:38.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.837565+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:38.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.840986+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:38.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.843042+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-13T09:25:38.630 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:38 smithi102 bash[13966]: audit 2024-01-13T09:25:37.844377+0000 mon.a (mon.0) 101 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-13T09:25:39.334 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:39 smithi084 bash[38504]: cephadm 2024-01-13T09:25:37.845449+0000 mgr.y (mgr.44106) 7 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-13T09:25:39.334 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:39 smithi084 bash[38504]: cluster 2024-01-13T09:25:38.148666+0000 mgr.y (mgr.44106) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:39.334 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:39 smithi084 bash[17496]: cephadm 2024-01-13T09:25:37.845449+0000 mgr.y (mgr.44106) 7 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-13T09:25:39.335 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:39 smithi084 bash[17496]: cluster 2024-01-13T09:25:38.148666+0000 mgr.y (mgr.44106) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:39.594 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:25:39.594 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2024-01-13T09:25:39.594 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2, 2024-01-13T09:25:39.594 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 1 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": {}, 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: "rgw": { 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 12, 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 3 2024-01-13T09:25:39.595 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:25:39.596 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:25:39.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:39 smithi102 bash[13966]: cephadm 2024-01-13T09:25:37.845449+0000 mgr.y (mgr.44106) 7 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-13T09:25:39.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:39 smithi102 bash[13966]: cluster 2024-01-13T09:25:38.148666+0000 mgr.y (mgr.44106) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:40.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:40 smithi102 bash[13966]: audit 2024-01-13T09:25:39.601086+0000 mon.c (mon.1) 131 : audit [DBG] from='client.? 172.21.15.84:0/3077373577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:40.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:40 smithi084 bash[38504]: audit 2024-01-13T09:25:39.601086+0000 mon.c (mon.1) 131 : audit [DBG] from='client.? 172.21.15.84:0/3077373577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:40.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:40 smithi084 bash[17496]: audit 2024-01-13T09:25:39.601086+0000 mon.c (mon.1) 131 : audit [DBG] from='client.? 172.21.15.84:0/3077373577' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:41.075 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-01-13T09:25:41.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[38504]: cluster 2024-01-13T09:25:40.149450+0000 mgr.y (mgr.44106) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:41.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[38504]: audit 2024-01-13T09:25:40.923126+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:41.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[38504]: audit 2024-01-13T09:25:40.924721+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:25:41.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[38504]: audit 2024-01-13T09:25:40.925927+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:25:41.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[38504]: audit 2024-01-13T09:25:40.927115+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:25:41.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[38504]: audit 2024-01-13T09:25:40.929274+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-13T09:25:41.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[17496]: cluster 2024-01-13T09:25:40.149450+0000 mgr.y (mgr.44106) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:41.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[17496]: audit 2024-01-13T09:25:40.923126+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:41.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[17496]: audit 2024-01-13T09:25:40.924721+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:25:41.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[17496]: audit 2024-01-13T09:25:40.925927+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:25:41.450 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[17496]: audit 2024-01-13T09:25:40.927115+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:25:41.451 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:41 smithi084 bash[17496]: audit 2024-01-13T09:25:40.929274+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-13T09:25:41.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:41 smithi102 bash[13966]: cluster 2024-01-13T09:25:40.149450+0000 mgr.y (mgr.44106) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:41.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:41 smithi102 bash[13966]: audit 2024-01-13T09:25:40.923126+0000 mon.a (mon.0) 102 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:41.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:41 smithi102 bash[13966]: audit 2024-01-13T09:25:40.924721+0000 mon.a (mon.0) 103 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:25:41.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:41 smithi102 bash[13966]: audit 2024-01-13T09:25:40.925927+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:25:41.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:41 smithi102 bash[13966]: audit 2024-01-13T09:25:40.927115+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:25:41.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:41 smithi102 bash[13966]: audit 2024-01-13T09:25:40.929274+0000 mon.a (mon.0) 106 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-13T09:25:42.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:42 smithi102 bash[13966]: cephadm 2024-01-13T09:25:40.914266+0000 mgr.y (mgr.44106) 10 : cephadm [INF] Upgrade: Updating mon.c 2024-01-13T09:25:42.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:42 smithi102 bash[13966]: cephadm 2024-01-13T09:25:40.928344+0000 mgr.y (mgr.44106) 11 : cephadm [INF] Deploying daemon mon.c on smithi084 2024-01-13T09:25:42.678 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:42 smithi084 bash[38504]: cephadm 2024-01-13T09:25:40.914266+0000 mgr.y (mgr.44106) 10 : cephadm [INF] Upgrade: Updating mon.c 2024-01-13T09:25:42.678 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:42 smithi084 bash[38504]: cephadm 2024-01-13T09:25:40.928344+0000 mgr.y (mgr.44106) 11 : cephadm [INF] Deploying daemon mon.c on smithi084 2024-01-13T09:25:42.678 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:42 smithi084 bash[17496]: cephadm 2024-01-13T09:25:40.914266+0000 mgr.y (mgr.44106) 10 : cephadm [INF] Upgrade: Updating mon.c 2024-01-13T09:25:42.678 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:42 smithi084 bash[17496]: cephadm 2024-01-13T09:25:40.928344+0000 mgr.y (mgr.44106) 11 : cephadm [INF] Deploying daemon mon.c on smithi084 2024-01-13T09:25:43.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:43 smithi102 bash[13966]: cluster 2024-01-13T09:25:42.150930+0000 mgr.y (mgr.44106) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:43.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:43 smithi084 bash[38504]: cluster 2024-01-13T09:25:42.150930+0000 mgr.y (mgr.44106) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:43.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:43 smithi084 bash[17496]: cluster 2024-01-13T09:25:42.150930+0000 mgr.y (mgr.44106) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:43.699 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:25:43 smithi084 bash[35848]: ts=2024-01-13T09:25:43.249Z caller=notify.go:745 level=warn component=dispatcher receiver=web.hook integration=webhook[0] aggrGroup="{}:{alertname=\"CephMgrPrometheusModuleInactive\"}" msg="Notify attempt failed, will retry later" attempts=1 err="Post \"\": dial tcp 127.0.0.1:5001: connect: connection refused" 2024-01-13T09:25:44.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:44 smithi084 systemd[1]: Stopping Ceph mon.c for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:25:44.775 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:44 smithi084 bash[17496]: debug 2024-01-13T09:25:44.519+0000 7f2bc0ca8700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:25:44.775 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:44 smithi084 bash[17496]: debug 2024-01-13T09:25:44.519+0000 7f2bc0ca8700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-01-13T09:25:45.060 INFO:teuthology.orchestra.run.smithi084.stdout:wait for servicemap items w/ changing names to refresh 2024-01-13T09:25:45.646 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:45 smithi084 bash[40027]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.c 2024-01-13T09:25:45.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:45 smithi084 bash[40155]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.c 2024-01-13T09:25:45.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:45 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.c.service: Succeeded. 2024-01-13T09:25:45.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:45 smithi084 systemd[1]: Stopped Ceph mon.c for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:25:46.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:46 smithi084 systemd[1]: Started Ceph mon.c for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:25:46.673 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'sleep 60' 2024-01-13T09:25:48.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.043+0000 7f4fbe838880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T09:25:48.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.043+0000 7f4fbe838880 0 ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable), process ceph-mon, pid 7 2024-01-13T09:25:48.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.043+0000 7f4fbe838880 0 pidfile_write: ignore empty --pid-file 2024-01-13T09:25:48.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 0 load: jerasure load: lrc load: isa 2024-01-13T09:25:48.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: RocksDB version: 6.8.1 2024-01-13T09:25:48.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T09:25:48.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Compile date Jan 12 2024 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: DB SUMMARY 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: CURRENT file: CURRENT 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 944 Bytes 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000026.sst 000027.sst 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000024.log size: 16853972 ; 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.error_if_exists: 0 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.create_if_missing: 0 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.env: 0x56489f0d4080 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.fs: Posix File System 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.info_log: 0x5648a1814220 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T09:25:48.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.statistics: (nil) 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.use_fsync: 0 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T09:25:48.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.db_log_dir: 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T09:25:48.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.write_buffer_manager: 0x5648a2508390 2024-01-13T09:25:48.203 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T09:25:48.203 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T09:25:48.203 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T09:25:48.203 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T09:25:48.203 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T09:25:48.203 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T09:25:48.203 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T09:25:48.203 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.unordered_write: 0 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.row_cache: None 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.wal_filter: None 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.two_write_queues: 0 2024-01-13T09:25:48.205 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.atomic_flush: 0 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.log_readahead_size: 0 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T09:25:48.206 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.max_open_files: -1 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Compression algorithms supported: 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: kZSTD supported: 0 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: kXpressCompression supported: 0 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T09:25:48.207 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: kZlibCompression supported: 1 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.047+0000 7f4fbe838880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.merge_operator: 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_filter: None 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x5648a17b7d28) 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: cache_index_and_filter_blocks: 1 2024-01-13T09:25:48.208 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: pin_top_level_index_and_filter: 1 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: index_type: 0 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: data_block_index_type: 0 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: index_shortening: 1 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: data_block_hash_table_util_ratio: 0.750000 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: hash_index_allow_collision: 1 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: checksum: 1 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: no_block_cache: 0 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: block_cache: 0x5648a17eef10 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: block_cache_name: BinnedLRUCache 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: block_cache_options: 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: capacity : 536870912 2024-01-13T09:25:48.209 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: num_shard_bits : 4 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: strict_capacity_limit : 0 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: high_pri_pool_ratio: 0.000 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: block_cache_compressed: (nil) 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: persistent_cache: (nil) 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: block_size: 4096 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: block_size_deviation: 10 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: block_restart_interval: 16 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: index_block_restart_interval: 1 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: metadata_block_size: 4096 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: partition_filters: 0 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: use_delta_encoding: 1 2024-01-13T09:25:48.210 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: whole_key_filtering: 1 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: verify_compression: 0 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: read_amp_bytes_per_bit: 0 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: format_version: 2 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: enable_index_compression: 1 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: block_align: 0 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compression: NoCompression 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T09:25:48.211 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.num_levels: 7 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T09:25:48.212 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T09:25:48.213 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T09:25:48.214 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.table_properties_collectors: 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T09:25:48.215 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.bloom_locality: 0 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.ttl: 2592000 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 29, last_sequence is 11575, log_number is 24,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 24 2024-01-13T09:25:48.216 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137948054364, "job": 1, "event": "recovery_started", "log_files": [24]} 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.051+0000 7f4fbe838880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #24 mode 2 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.071+0000 7f4fbe838880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.087+0000 7f4fbe838880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137948089942, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 29, "file_size": 11057919, "table_properties": {"data_size": 11048890, "index_size": 7245, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 965, "raw_key_size": 7007, "raw_average_key_size": 20, "raw_value_size": 11038579, "raw_average_value_size": 32371, "num_data_blocks": 227, "num_entries": 341, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705137948, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.087+0000 7f4fbe838880 4 rocksdb: [version_set.cc:3826] Creating manifest 30 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.087+0000 7f4fbe838880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137948090470, "job": 1, "event": "recovery_finished"} 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.087+0000 7f4fbe838880 4 rocksdb: DB pointer 0x5648a18b7800 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.087+0000 7f4fa562c700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.087+0000 7f4fa562c700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ** DB Stats ** 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-13T09:25:48.217 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ** Compaction Stats [default] ** 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: L0 1/0 10.55 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 628.2 0.02 0.00 1 0.017 0 0 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: L6 2/0 76.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Sum 3/0 86.83 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 628.2 0.02 0.00 1 0.017 0 0 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 628.2 0.02 0.00 1 0.017 0 0 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ** Compaction Stats [default] ** 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 628.2 0.02 0.00 1 0.017 0 0 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:25:48.218 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Flush(GB): cumulative 0.010, interval 0.010 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Cumulative compaction: 0.01 GB write, 264.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Interval compaction: 0.01 GB write, 264.97 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ** Compaction Stats [default] ** 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: L0 1/0 10.55 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 628.2 0.02 0.00 1 0.017 0 0 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: L6 2/0 76.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:25:48.219 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Sum 3/0 86.83 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 628.2 0.02 0.00 1 0.017 0 0 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ** Compaction Stats [default] ** 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 628.2 0.02 0.00 1 0.017 0 0 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Flush(GB): cumulative 0.010, interval 0.000 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:25:48.220 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Cumulative compaction: 0.01 GB write, 264.71 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.091+0000 7f4fbe838880 0 starting mon.c rank 1 at public addrs [v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0] at bind addrs [v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.091+0000 7f4fbe838880 1 mon.c@-1(???) e3 preinit fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.091+0000 7f4fbe838880 0 mon.c@-1(???).mds e1 new map 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.091+0000 7f4fbe838880 0 mon.c@-1(???).mds e1 print_map 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: e1 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: legacy client fscid: -1 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: 2024-01-13T09:25:48.221 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: No filesystems configured 2024-01-13T09:25:48.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.091+0000 7f4fbe838880 0 mon.c@-1(???).osd e64 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-13T09:25:48.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.091+0000 7f4fbe838880 0 mon.c@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:25:48.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.091+0000 7f4fbe838880 0 mon.c@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:25:48.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.091+0000 7f4fbe838880 0 mon.c@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:25:48.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: cluster 2024-01-13T09:25:42.150930+0000 mgr.y (mgr.44106) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:48.222 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: debug 2024-01-13T09:25:48.095+0000 7f4fbe838880 1 mon.c@-1(???).paxosservice(auth 1..22) refresh upgraded, format 0 -> 3 2024-01-13T09:25:48.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:48 smithi102 bash[13966]: cluster 2024-01-13T09:25:44.151551+0000 mgr.y (mgr.44106) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:48.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[38504]: cluster 2024-01-13T09:25:44.151551+0000 mgr.y (mgr.44106) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:48.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:48 smithi084 bash[40269]: cluster 2024-01-13T09:25:44.151551+0000 mgr.y (mgr.44106) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: cluster 2024-01-13T09:25:46.153065+0000 mgr.y (mgr.44106) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: cluster 2024-01-13T09:25:48.153699+0000 mgr.y (mgr.44106) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: cluster 2024-01-13T09:25:48.307453+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-13T09:25:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: cluster 2024-01-13T09:25:48.336188+0000 mon.a (mon.0) 107 : cluster [INF] mon.a calling monitor election 2024-01-13T09:25:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: cluster 2024-01-13T09:25:48.339750+0000 mon.a (mon.0) 108 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:25:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: cluster 2024-01-13T09:25:48.347120+0000 mon.a (mon.0) 109 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:25:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: cluster 2024-01-13T09:25:48.347973+0000 mon.a (mon.0) 110 : cluster [DBG] fsmap 2024-01-13T09:25:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: cluster 2024-01-13T09:25:48.348008+0000 mon.a (mon.0) 111 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:25:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: cluster 2024-01-13T09:25:48.348493+0000 mon.a (mon.0) 112 : cluster [DBG] mgrmap e30: y(active, since 24s), standbys: x 2024-01-13T09:25:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: cluster 2024-01-13T09:25:48.354889+0000 mon.a (mon.0) 113 : cluster [INF] overall HEALTH_OK 2024-01-13T09:25:49.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: audit 2024-01-13T09:25:48.361088+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:49.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: audit 2024-01-13T09:25:48.362646+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:49.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:49 smithi102 bash[13966]: audit 2024-01-13T09:25:48.365211+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:49.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: cluster 2024-01-13T09:25:46.153065+0000 mgr.y (mgr.44106) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: cluster 2024-01-13T09:25:48.153699+0000 mgr.y (mgr.44106) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: cluster 2024-01-13T09:25:48.307453+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: cluster 2024-01-13T09:25:48.336188+0000 mon.a (mon.0) 107 : cluster [INF] mon.a calling monitor election 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: cluster 2024-01-13T09:25:48.339750+0000 mon.a (mon.0) 108 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: cluster 2024-01-13T09:25:48.347120+0000 mon.a (mon.0) 109 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: cluster 2024-01-13T09:25:48.347973+0000 mon.a (mon.0) 110 : cluster [DBG] fsmap 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: cluster 2024-01-13T09:25:48.348008+0000 mon.a (mon.0) 111 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: cluster 2024-01-13T09:25:48.348493+0000 mon.a (mon.0) 112 : cluster [DBG] mgrmap e30: y(active, since 24s), standbys: x 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: cluster 2024-01-13T09:25:48.354889+0000 mon.a (mon.0) 113 : cluster [INF] overall HEALTH_OK 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: audit 2024-01-13T09:25:48.361088+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: audit 2024-01-13T09:25:48.362646+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:49.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[38504]: audit 2024-01-13T09:25:48.365211+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:49.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: cluster 2024-01-13T09:25:46.153065+0000 mgr.y (mgr.44106) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:49.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: cluster 2024-01-13T09:25:48.153699+0000 mgr.y (mgr.44106) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:49.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: cluster 2024-01-13T09:25:48.307453+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-13T09:25:49.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: cluster 2024-01-13T09:25:48.336188+0000 mon.a (mon.0) 107 : cluster [INF] mon.a calling monitor election 2024-01-13T09:25:49.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: cluster 2024-01-13T09:25:48.339750+0000 mon.a (mon.0) 108 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:25:49.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: cluster 2024-01-13T09:25:48.347120+0000 mon.a (mon.0) 109 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:25:49.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: cluster 2024-01-13T09:25:48.347973+0000 mon.a (mon.0) 110 : cluster [DBG] fsmap 2024-01-13T09:25:49.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: cluster 2024-01-13T09:25:48.348008+0000 mon.a (mon.0) 111 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:25:49.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: cluster 2024-01-13T09:25:48.348493+0000 mon.a (mon.0) 112 : cluster [DBG] mgrmap e30: y(active, since 24s), standbys: x 2024-01-13T09:25:49.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: cluster 2024-01-13T09:25:48.354889+0000 mon.a (mon.0) 113 : cluster [INF] overall HEALTH_OK 2024-01-13T09:25:49.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: audit 2024-01-13T09:25:48.361088+0000 mon.a (mon.0) 114 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:49.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: audit 2024-01-13T09:25:48.362646+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:49.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:49 smithi084 bash[40269]: audit 2024-01-13T09:25:48.365211+0000 mon.a (mon.0) 116 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:25:51.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:51 smithi102 bash[13966]: cluster 2024-01-13T09:25:50.154376+0000 mgr.y (mgr.44106) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:51.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:51 smithi084 bash[40269]: cluster 2024-01-13T09:25:50.154376+0000 mgr.y (mgr.44106) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:51.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:51 smithi084 bash[38504]: cluster 2024-01-13T09:25:50.154376+0000 mgr.y (mgr.44106) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:53.361 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:25:53 smithi084 bash[36569]: debug 2024-01-13T09:25:53.099+0000 7f4281cbe700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-01-13T09:25:53.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:53 smithi102 bash[13966]: cluster 2024-01-13T09:25:52.155820+0000 mgr.y (mgr.44106) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:53.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:53 smithi084 bash[38504]: cluster 2024-01-13T09:25:52.155820+0000 mgr.y (mgr.44106) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:53.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:53 smithi084 bash[40269]: cluster 2024-01-13T09:25:52.155820+0000 mgr.y (mgr.44106) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:55.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:55 smithi102 bash[13966]: cluster 2024-01-13T09:25:54.156521+0000 mgr.y (mgr.44106) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:55.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:55 smithi084 bash[38504]: cluster 2024-01-13T09:25:54.156521+0000 mgr.y (mgr.44106) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:55.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:55 smithi084 bash[40269]: cluster 2024-01-13T09:25:54.156521+0000 mgr.y (mgr.44106) 18 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:56.869 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:56 smithi102 bash[13966]: audit 2024-01-13T09:25:55.503935+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:56.869 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:56 smithi102 bash[13966]: audit 2024-01-13T09:25:55.514262+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:56.870 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:56 smithi102 bash[13966]: audit 2024-01-13T09:25:55.524944+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:56.870 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:56 smithi102 bash[13966]: audit 2024-01-13T09:25:55.528825+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:56.870 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:56 smithi102 bash[13966]: audit 2024-01-13T09:25:55.530636+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-13T09:25:56.870 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:56 smithi102 bash[13966]: audit 2024-01-13T09:25:55.531793+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-13T09:25:56.870 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:56 smithi102 bash[13966]: cephadm 2024-01-13T09:25:55.532531+0000 mgr.y (mgr.44106) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-13T09:25:56.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[38504]: audit 2024-01-13T09:25:55.503935+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:56.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[38504]: audit 2024-01-13T09:25:55.514262+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:56.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[38504]: audit 2024-01-13T09:25:55.524944+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[38504]: audit 2024-01-13T09:25:55.528825+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[38504]: audit 2024-01-13T09:25:55.530636+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[38504]: audit 2024-01-13T09:25:55.531793+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[38504]: cephadm 2024-01-13T09:25:55.532531+0000 mgr.y (mgr.44106) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[40269]: audit 2024-01-13T09:25:55.503935+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[40269]: audit 2024-01-13T09:25:55.514262+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[40269]: audit 2024-01-13T09:25:55.524944+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[40269]: audit 2024-01-13T09:25:55.528825+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[40269]: audit 2024-01-13T09:25:55.530636+0000 mon.a (mon.0) 121 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[40269]: audit 2024-01-13T09:25:55.531793+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-13T09:25:56.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:56 smithi084 bash[40269]: cephadm 2024-01-13T09:25:55.532531+0000 mgr.y (mgr.44106) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-13T09:25:57.846 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:57 smithi102 bash[13966]: cluster 2024-01-13T09:25:56.158019+0000 mgr.y (mgr.44106) 20 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:57.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:57 smithi084 bash[40269]: cluster 2024-01-13T09:25:56.158019+0000 mgr.y (mgr.44106) 20 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:57.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:57 smithi084 bash[38504]: cluster 2024-01-13T09:25:56.158019+0000 mgr.y (mgr.44106) 20 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:58.909 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:58 smithi102 bash[13966]: cephadm 2024-01-13T09:25:57.627402+0000 mgr.y (mgr.44106) 21 : cephadm [INF] Upgrade: Updating mon.b 2024-01-13T09:25:58.909 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:58 smithi102 bash[13966]: audit 2024-01-13T09:25:57.635981+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:58.909 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:58 smithi102 bash[13966]: audit 2024-01-13T09:25:57.637701+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:25:58.909 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:58 smithi102 bash[13966]: audit 2024-01-13T09:25:57.639206+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:25:58.909 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:58 smithi102 bash[13966]: audit 2024-01-13T09:25:57.640810+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:25:58.909 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:58 smithi102 bash[13966]: cephadm 2024-01-13T09:25:57.642316+0000 mgr.y (mgr.44106) 22 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-01-13T09:25:58.909 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:58 smithi102 bash[13966]: audit 2024-01-13T09:25:57.643280+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-13T09:25:58.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[38504]: cephadm 2024-01-13T09:25:57.627402+0000 mgr.y (mgr.44106) 21 : cephadm [INF] Upgrade: Updating mon.b 2024-01-13T09:25:58.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[38504]: audit 2024-01-13T09:25:57.635981+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:58.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[38504]: audit 2024-01-13T09:25:57.637701+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:25:58.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[38504]: audit 2024-01-13T09:25:57.639206+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:25:58.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[38504]: audit 2024-01-13T09:25:57.640810+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:25:58.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[38504]: cephadm 2024-01-13T09:25:57.642316+0000 mgr.y (mgr.44106) 22 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-01-13T09:25:58.949 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[38504]: audit 2024-01-13T09:25:57.643280+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-13T09:25:58.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[40269]: cephadm 2024-01-13T09:25:57.627402+0000 mgr.y (mgr.44106) 21 : cephadm [INF] Upgrade: Updating mon.b 2024-01-13T09:25:58.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[40269]: audit 2024-01-13T09:25:57.635981+0000 mon.a (mon.0) 123 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:25:58.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[40269]: audit 2024-01-13T09:25:57.637701+0000 mon.a (mon.0) 124 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:25:58.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[40269]: audit 2024-01-13T09:25:57.639206+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:25:58.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[40269]: audit 2024-01-13T09:25:57.640810+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:25:58.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[40269]: cephadm 2024-01-13T09:25:57.642316+0000 mgr.y (mgr.44106) 22 : cephadm [INF] Deploying daemon mon.b on smithi102 2024-01-13T09:25:58.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:58 smithi084 bash[40269]: audit 2024-01-13T09:25:57.643280+0000 mon.a (mon.0) 127 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-13T09:25:59.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:25:59 smithi084 bash[38504]: cluster 2024-01-13T09:25:58.158711+0000 mgr.y (mgr.44106) 23 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:59.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:25:59 smithi084 bash[40269]: cluster 2024-01-13T09:25:58.158711+0000 mgr.y (mgr.44106) 23 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:59.962 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:59 smithi102 bash[13966]: cluster 2024-01-13T09:25:58.158711+0000 mgr.y (mgr.44106) 23 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:25:59.962 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:59 smithi102 systemd[1]: Stopping Ceph mon.b for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:26:00.323 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:59 smithi102 bash[13966]: debug 2024-01-13T09:25:59.968+0000 7f842bf6e700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:26:00.323 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:25:59 smithi102 bash[13966]: debug 2024-01-13T09:25:59.968+0000 7f842bf6e700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-01-13T09:26:00.935 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:00 smithi102 bash[30385]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.b 2024-01-13T09:26:00.935 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:00 smithi102 bash[30441]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.b 2024-01-13T09:26:01.199 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:00 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.b.service: Succeeded. 2024-01-13T09:26:01.199 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:00 smithi102 systemd[1]: Stopped Ceph mon.b for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:26:01.199 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:01 smithi102 systemd[1]: Started Ceph mon.b for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:26:02.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.172+0000 7f6259c2e880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-13T09:26:02.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.172+0000 7f6259c2e880 0 ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable), process ceph-mon, pid 6 2024-01-13T09:26:02.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.172+0000 7f6259c2e880 0 pidfile_write: ignore empty --pid-file 2024-01-13T09:26:02.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.180+0000 7f6259c2e880 0 load: jerasure load: lrc load: isa 2024-01-13T09:26:02.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: RocksDB version: 6.8.1 2024-01-13T09:26:02.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-13T09:26:02.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Compile date Jan 12 2024 2024-01-13T09:26:02.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: DB SUMMARY 2024-01-13T09:26:02.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: CURRENT file: CURRENT 2024-01-13T09:26:02.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-13T09:26:02.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 944 Bytes 2024-01-13T09:26:02.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000026.sst 000027.sst 2024-01-13T09:26:02.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000024.log size: 18040008 ; 2024-01-13T09:26:02.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.error_if_exists: 0 2024-01-13T09:26:02.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.create_if_missing: 0 2024-01-13T09:26:02.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.paranoid_checks: 1 2024-01-13T09:26:02.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.env: 0x55a77df47080 2024-01-13T09:26:02.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.fs: Posix File System 2024-01-13T09:26:02.380 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.info_log: 0x55a77fc82220 2024-01-13T09:26:02.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-13T09:26:02.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.statistics: (nil) 2024-01-13T09:26:02.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.use_fsync: 0 2024-01-13T09:26:02.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_log_file_size: 0 2024-01-13T09:26:02.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-13T09:26:02.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-13T09:26:02.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-13T09:26:02.381 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-13T09:26:02.383 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.allow_fallocate: 1 2024-01-13T09:26:02.383 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-13T09:26:02.383 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-13T09:26:02.383 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.use_direct_reads: 0 2024-01-13T09:26:02.383 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-13T09:26:02.383 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.db_log_dir: 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_subcompactions: 1 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_background_flushes: -1 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.write_buffer_manager: 0x55a780976390 2024-01-13T09:26:02.384 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.unordered_write: 0 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-13T09:26:02.385 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.row_cache: None 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.wal_filter: None 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.preserve_deletes: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.two_write_queues: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.atomic_flush: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.log_readahead_size: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_background_jobs: 2 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_background_compactions: -1 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-13T09:26:02.386 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_open_files: -1 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-13T09:26:02.387 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Compression algorithms supported: 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: kZSTD supported: 0 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: kXpressCompression supported: 0 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: kLZ4Compression supported: 1 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: kBZip2Compression supported: 0 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: kZlibCompression supported: 1 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: kSnappyCompression supported: 1 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-13T09:26:02.388 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.merge_operator: 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_filter: None 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55a77fc25d28) 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: cache_index_and_filter_blocks: 1 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: pin_top_level_index_and_filter: 1 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: index_type: 0 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: data_block_index_type: 0 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: index_shortening: 1 2024-01-13T09:26:02.389 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: data_block_hash_table_util_ratio: 0.750000 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: hash_index_allow_collision: 1 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: checksum: 1 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: no_block_cache: 0 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: block_cache: 0x55a77fc5cf10 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: block_cache_name: BinnedLRUCache 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: block_cache_options: 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: capacity : 536870912 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: num_shard_bits : 4 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: strict_capacity_limit : 0 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: high_pri_pool_ratio: 0.000 2024-01-13T09:26:02.390 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: block_cache_compressed: (nil) 2024-01-13T09:26:02.391 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: persistent_cache: (nil) 2024-01-13T09:26:02.391 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: block_size: 4096 2024-01-13T09:26:02.391 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: block_size_deviation: 10 2024-01-13T09:26:02.391 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: block_restart_interval: 16 2024-01-13T09:26:02.391 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: index_block_restart_interval: 1 2024-01-13T09:26:02.391 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: metadata_block_size: 4096 2024-01-13T09:26:02.391 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: partition_filters: 0 2024-01-13T09:26:02.392 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: use_delta_encoding: 1 2024-01-13T09:26:02.392 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-13T09:26:02.392 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: whole_key_filtering: 1 2024-01-13T09:26:02.392 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: verify_compression: 0 2024-01-13T09:26:02.392 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: read_amp_bytes_per_bit: 0 2024-01-13T09:26:02.392 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: format_version: 2 2024-01-13T09:26:02.392 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: enable_index_compression: 1 2024-01-13T09:26:02.392 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: block_align: 0 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compression: NoCompression 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.num_levels: 7 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-13T09:26:02.393 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-13T09:26:02.394 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-13T09:26:02.395 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-13T09:26:02.396 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.table_properties_collectors: 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.inplace_update_support: 0 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.bloom_locality: 0 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.max_successive_merges: 0 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.ttl: 2592000 2024-01-13T09:26:02.397 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: [version_set.cc:4568] Recovered from manifest file:/var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 29, last_sequence is 11485, log_number is 24,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 24 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137962188805, "job": 1, "event": "recovery_started", "log_files": [24]} 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.184+0000 7f6259c2e880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #24 mode 2 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.204+0000 7f6259c2e880 3 rocksdb: [le/block_based/filter_policy.cc:584] Using legacy Bloom filter with high (20) bits/key. Dramatic filter space and/or accuracy improvement is available with format_version>=5. 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.224+0000 7f6259c2e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137962225817, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 29, "file_size": 11801656, "table_properties": {"data_size": 11791356, "index_size": 8388, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1093, "raw_key_size": 8087, "raw_average_key_size": 20, "raw_value_size": 11779455, "raw_average_value_size": 29746, "num_data_blocks": 263, "num_entries": 396, "num_deletions": 2, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1705137962, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.224+0000 7f6259c2e880 4 rocksdb: [version_set.cc:3826] Creating manifest 30 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.224+0000 7f6259c2e880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1705137962228328, "job": 1, "event": "recovery_finished"} 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.228+0000 7f6259c2e880 4 rocksdb: DB pointer 0x55a77fd25800 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.228+0000 7f6240a22700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.228+0000 7f6240a22700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ** DB Stats ** 2024-01-13T09:26:02.398 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Cumulative writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 GB, 0.00 MB/s 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Interval writes: 0 writes, 0 keys, 0 commit groups, 0.0 writes per commit group, ingest: 0.00 MB, 0.00 MB/s 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ** Compaction Stats [default] ** 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: L0 1/0 11.25 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 646.1 0.02 0.00 1 0.017 0 0 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: L6 2/0 76.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Sum 3/0 87.54 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 646.1 0.02 0.00 1 0.017 0 0 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 646.1 0.02 0.00 1 0.017 0 0 2024-01-13T09:26:02.399 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ** Compaction Stats [default] ** 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 646.1 0.02 0.00 1 0.017 0 0 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Flush(GB): cumulative 0.011, interval 0.011 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Cumulative compaction: 0.01 GB write, 244.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Interval compaction: 0.01 GB write, 244.28 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:26:02.400 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:26:02.401 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:26:02.401 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ** Compaction Stats [default] ** 2024-01-13T09:26:02.401 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Level Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:26:02.401 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:26:02.401 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: L0 1/0 11.25 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 646.1 0.02 0.00 1 0.017 0 0 2024-01-13T09:26:02.402 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: L6 2/0 76.29 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:26:02.402 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Sum 3/0 87.54 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 646.1 0.02 0.00 1 0.017 0 0 2024-01-13T09:26:02.402 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.00 0.00 0 0.000 0 0 2024-01-13T09:26:02.402 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ** Compaction Stats [default] ** 2024-01-13T09:26:02.403 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Priority Files Size Score Read(GB) Rn(GB) Rnp1(GB) Write(GB) Wnew(GB) Moved(GB) W-Amp Rd(MB/s) Wr(MB/s) Comp(sec) CompMergeCPU(sec) Comp(cnt) Avg(sec) KeyIn KeyDrop 2024-01-13T09:26:02.403 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-13T09:26:02.403 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 646.1 0.02 0.00 1 0.017 0 0 2024-01-13T09:26:02.403 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-13T09:26:02.403 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Flush(GB): cumulative 0.011, interval 0.000 2024-01-13T09:26:02.403 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-13T09:26:02.404 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: AddFile(Total Files): cumulative 0, interval 0 2024-01-13T09:26:02.404 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-13T09:26:02.404 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: AddFile(Keys): cumulative 0, interval 0 2024-01-13T09:26:02.404 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Cumulative compaction: 0.01 GB write, 243.98 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:26:02.404 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Interval compaction: 0.00 GB write, 0.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-13T09:26:02.404 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: Stalls(count): 0 level0_slowdown, 0 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 0 total count 2024-01-13T09:26:02.404 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: ** File Read Latency Histogram By Level [default] ** 2024-01-13T09:26:02.404 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.232+0000 7f6259c2e880 0 starting mon.b rank 2 at public addrs [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] at bind addrs [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:26:02.404 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.232+0000 7f6259c2e880 1 mon.b@-1(???) e3 preinit fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 2024-01-13T09:26:02.405 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.232+0000 7f6259c2e880 0 mon.b@-1(???).mds e1 new map 2024-01-13T09:26:02.405 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.232+0000 7f6259c2e880 0 mon.b@-1(???).mds e1 print_map 2024-01-13T09:26:02.405 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: e1 2024-01-13T09:26:02.405 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-13T09:26:02.405 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: default compat: compat={},rocompat={},incompat={1=base v0.20,2=client writeable ranges,3=default file layouts on dirs,4=dir inode in separate object,5=mds uses versioned encoding,6=dirfrag is stored in omap,8=no anchor table,9=file layout v2,10=snaprealm v2} 2024-01-13T09:26:02.405 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: legacy client fscid: -1 2024-01-13T09:26:02.406 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: 2024-01-13T09:26:02.406 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: No filesystems configured 2024-01-13T09:26:02.406 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.236+0000 7f6259c2e880 0 mon.b@-1(???).osd e64 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-13T09:26:02.406 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.236+0000 7f6259c2e880 0 mon.b@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:26:02.406 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.236+0000 7f6259c2e880 0 mon.b@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:26:02.406 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.236+0000 7f6259c2e880 0 mon.b@-1(???).osd e64 crush map has features 288514051259236352, adjusting msgr requires 2024-01-13T09:26:02.406 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: cluster 2024-01-13T09:25:58.158711+0000 mgr.y (mgr.44106) 23 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:02.406 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:02 smithi102 bash[30555]: debug 2024-01-13T09:26:02.236+0000 7f6259c2e880 1 mon.b@-1(???).paxosservice(auth 1..23) refresh upgraded, format 0 -> 3 2024-01-13T09:26:07.698 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:26:07 smithi084 bash[36569]: debug 2024-01-13T09:26:07.243+0000 7f4281cbe700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:03.704577+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: audit 2024-01-13T09:26:03.705781+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:03.706449+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:03.706474+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: audit 2024-01-13T09:26:03.708825+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: audit 2024-01-13T09:26:03.709167+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:04.161786+0000 mgr.y (mgr.44106) 26 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:06.163200+0000 mgr.y (mgr.44106) 27 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:08.708742+0000 mon.a (mon.0) 139 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:08.715748+0000 mon.a (mon.0) 140 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:26:09.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:08.716826+0000 mon.a (mon.0) 141 : cluster [DBG] fsmap 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:08.716890+0000 mon.a (mon.0) 142 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:08.717369+0000 mon.a (mon.0) 143 : cluster [DBG] mgrmap e30: y(active, since 44s), standbys: x 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:08.717561+0000 mon.a (mon.0) 144 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:08.727324+0000 mon.a (mon.0) 145 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:08.727360+0000 mon.a (mon.0) 146 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: cluster 2024-01-13T09:26:08.727382+0000 mon.a (mon.0) 147 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] is down (out of quorum) 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: audit 2024-01-13T09:26:08.734138+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: audit 2024-01-13T09:26:08.735791+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[38504]: audit 2024-01-13T09:26:08.739109+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:03.704577+0000 mon.a (mon.0) 134 : cluster [INF] overall HEALTH_OK 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: audit 2024-01-13T09:26:03.705781+0000 mon.a (mon.0) 135 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-13T09:26:09.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:03.706449+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:03.706474+0000 mon.a (mon.0) 136 : cluster [INF] mon.a calling monitor election 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: audit 2024-01-13T09:26:03.708825+0000 mon.a (mon.0) 137 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: audit 2024-01-13T09:26:03.709167+0000 mon.a (mon.0) 138 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:04.161786+0000 mgr.y (mgr.44106) 26 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:06.163200+0000 mgr.y (mgr.44106) 27 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:08.708742+0000 mon.a (mon.0) 139 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:08.715748+0000 mon.a (mon.0) 140 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:08.716826+0000 mon.a (mon.0) 141 : cluster [DBG] fsmap 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:08.716890+0000 mon.a (mon.0) 142 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:08.717369+0000 mon.a (mon.0) 143 : cluster [DBG] mgrmap e30: y(active, since 44s), standbys: x 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:08.717561+0000 mon.a (mon.0) 144 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,c (MON_DOWN) 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:08.727324+0000 mon.a (mon.0) 145 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,c 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:08.727360+0000 mon.a (mon.0) 146 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,c 2024-01-13T09:26:09.201 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: cluster 2024-01-13T09:26:08.727382+0000 mon.a (mon.0) 147 : cluster [WRN] mon.b (rank 2) addr [v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0] is down (out of quorum) 2024-01-13T09:26:09.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: audit 2024-01-13T09:26:08.734138+0000 mon.a (mon.0) 148 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:09.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: audit 2024-01-13T09:26:08.735791+0000 mon.a (mon.0) 149 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:26:09.202 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:08 smithi084 bash[40269]: audit 2024-01-13T09:26:08.739109+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:26:10.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:09 smithi084 bash[38504]: cluster 2024-01-13T09:26:08.163936+0000 mgr.y (mgr.44106) 28 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:10.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:09 smithi084 bash[40269]: cluster 2024-01-13T09:26:08.163936+0000 mgr.y (mgr.44106) 28 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:11.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:08.163936+0000 mgr.y (mgr.44106) 28 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:03.709647+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-13T09:26:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:11.264612+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-01-13T09:26:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:11.264754+0000 mon.a (mon.0) 151 : cluster [INF] mon.a calling monitor election 2024-01-13T09:26:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:11.269757+0000 mon.a (mon.0) 152 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:26:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:11.278885+0000 mon.a (mon.0) 153 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:26:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:11.279742+0000 mon.a (mon.0) 154 : cluster [DBG] fsmap 2024-01-13T09:26:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:11.279795+0000 mon.a (mon.0) 155 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:26:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:11.280316+0000 mon.a (mon.0) 156 : cluster [DBG] mgrmap e30: y(active, since 47s), standbys: x 2024-01-13T09:26:12.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:11.280601+0000 mon.a (mon.0) 157 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-01-13T09:26:12.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:11.280645+0000 mon.a (mon.0) 158 : cluster [INF] Cluster is now healthy 2024-01-13T09:26:12.129 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:11 smithi102 bash[30555]: cluster 2024-01-13T09:26:11.286884+0000 mon.a (mon.0) 159 : cluster [INF] overall HEALTH_OK 2024-01-13T09:26:12.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:03.709647+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-13T09:26:12.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:11.264612+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-01-13T09:26:12.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:11.264754+0000 mon.a (mon.0) 151 : cluster [INF] mon.a calling monitor election 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:11.269757+0000 mon.a (mon.0) 152 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:11.278885+0000 mon.a (mon.0) 153 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:11.279742+0000 mon.a (mon.0) 154 : cluster [DBG] fsmap 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:11.279795+0000 mon.a (mon.0) 155 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:11.280316+0000 mon.a (mon.0) 156 : cluster [DBG] mgrmap e30: y(active, since 47s), standbys: x 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:11.280601+0000 mon.a (mon.0) 157 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:11.280645+0000 mon.a (mon.0) 158 : cluster [INF] Cluster is now healthy 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[38504]: cluster 2024-01-13T09:26:11.286884+0000 mon.a (mon.0) 159 : cluster [INF] overall HEALTH_OK 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:03.709647+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:11.264612+0000 mon.c (mon.1) 3 : cluster [INF] mon.c calling monitor election 2024-01-13T09:26:12.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:11.264754+0000 mon.a (mon.0) 151 : cluster [INF] mon.a calling monitor election 2024-01-13T09:26:12.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:11.269757+0000 mon.a (mon.0) 152 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-13T09:26:12.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:11.278885+0000 mon.a (mon.0) 153 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.84:3300/0,v1:172.21.15.84:6789/0],b=[v2:172.21.15.102:3300/0,v1:172.21.15.102:6789/0],c=[v2:172.21.15.84:3301/0,v1:172.21.15.84:6790/0]} removed_ranks: {} 2024-01-13T09:26:12.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:11.279742+0000 mon.a (mon.0) 154 : cluster [DBG] fsmap 2024-01-13T09:26:12.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:11.279795+0000 mon.a (mon.0) 155 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-13T09:26:12.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:11.280316+0000 mon.a (mon.0) 156 : cluster [DBG] mgrmap e30: y(active, since 47s), standbys: x 2024-01-13T09:26:12.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:11.280601+0000 mon.a (mon.0) 157 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,c) 2024-01-13T09:26:12.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:11.280645+0000 mon.a (mon.0) 158 : cluster [INF] Cluster is now healthy 2024-01-13T09:26:12.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:11 smithi084 bash[40269]: cluster 2024-01-13T09:26:11.286884+0000 mon.a (mon.0) 159 : cluster [INF] overall HEALTH_OK 2024-01-13T09:26:13.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:13 smithi102 bash[30555]: cluster 2024-01-13T09:26:12.166118+0000 mgr.y (mgr.44106) 30 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:13.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:13 smithi084 bash[38504]: cluster 2024-01-13T09:26:12.166118+0000 mgr.y (mgr.44106) 30 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:13.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:13 smithi084 bash[40269]: cluster 2024-01-13T09:26:12.166118+0000 mgr.y (mgr.44106) 30 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:15.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:15 smithi102 bash[30555]: cluster 2024-01-13T09:26:14.166829+0000 mgr.y (mgr.44106) 31 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:15.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:15 smithi102 bash[30555]: audit 2024-01-13T09:26:15.036671+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:15.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:15 smithi102 bash[30555]: audit 2024-01-13T09:26:15.047747+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:15.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:15 smithi102 bash[30555]: audit 2024-01-13T09:26:15.053512+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:26:15.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:15 smithi102 bash[30555]: audit 2024-01-13T09:26:15.054995+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:26:15.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:15 smithi102 bash[30555]: audit 2024-01-13T09:26:15.056325+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:15.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:15 smithi102 bash[30555]: audit 2024-01-13T09:26:15.058455+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-13T09:26:15.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[40269]: cluster 2024-01-13T09:26:14.166829+0000 mgr.y (mgr.44106) 31 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:15.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[40269]: audit 2024-01-13T09:26:15.036671+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[40269]: audit 2024-01-13T09:26:15.047747+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[40269]: audit 2024-01-13T09:26:15.053512+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[40269]: audit 2024-01-13T09:26:15.054995+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[40269]: audit 2024-01-13T09:26:15.056325+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[40269]: audit 2024-01-13T09:26:15.058455+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[38504]: cluster 2024-01-13T09:26:14.166829+0000 mgr.y (mgr.44106) 31 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[38504]: audit 2024-01-13T09:26:15.036671+0000 mon.a (mon.0) 160 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[38504]: audit 2024-01-13T09:26:15.047747+0000 mon.a (mon.0) 161 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[38504]: audit 2024-01-13T09:26:15.053512+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[38504]: audit 2024-01-13T09:26:15.054995+0000 mon.a (mon.0) 163 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:26:15.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[38504]: audit 2024-01-13T09:26:15.056325+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:15.700 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:15 smithi084 bash[38504]: audit 2024-01-13T09:26:15.058455+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-13T09:26:16.608 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:16 smithi084 bash[38504]: cephadm 2024-01-13T09:26:15.053024+0000 mgr.y (mgr.44106) 32 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-13T09:26:16.608 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:16 smithi084 bash[38504]: cephadm 2024-01-13T09:26:15.057595+0000 mgr.y (mgr.44106) 33 : cephadm [INF] Reconfiguring daemon mon.a on smithi084 2024-01-13T09:26:16.608 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:16 smithi084 bash[40269]: cephadm 2024-01-13T09:26:15.053024+0000 mgr.y (mgr.44106) 32 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-13T09:26:16.608 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:16 smithi084 bash[40269]: cephadm 2024-01-13T09:26:15.057595+0000 mgr.y (mgr.44106) 33 : cephadm [INF] Reconfiguring daemon mon.a on smithi084 2024-01-13T09:26:16.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:16 smithi102 bash[30555]: cephadm 2024-01-13T09:26:15.053024+0000 mgr.y (mgr.44106) 32 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-13T09:26:16.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:16 smithi102 bash[30555]: cephadm 2024-01-13T09:26:15.057595+0000 mgr.y (mgr.44106) 33 : cephadm [INF] Reconfiguring daemon mon.a on smithi084 2024-01-13T09:26:17.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:17 smithi102 bash[30555]: cluster 2024-01-13T09:26:16.168371+0000 mgr.y (mgr.44106) 34 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:17.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:17 smithi102 bash[30555]: audit 2024-01-13T09:26:17.209021+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:17.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:17 smithi102 bash[30555]: audit 2024-01-13T09:26:17.211133+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:26:17.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:17 smithi102 bash[30555]: audit 2024-01-13T09:26:17.212876+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:26:17.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:17 smithi102 bash[30555]: audit 2024-01-13T09:26:17.214419+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:17.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:17 smithi102 bash[30555]: audit 2024-01-13T09:26:17.216344+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-13T09:26:17.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[38504]: cluster 2024-01-13T09:26:16.168371+0000 mgr.y (mgr.44106) 34 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:17.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[38504]: audit 2024-01-13T09:26:17.209021+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:17.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[38504]: audit 2024-01-13T09:26:17.211133+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:26:17.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[38504]: audit 2024-01-13T09:26:17.212876+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:26:17.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[38504]: audit 2024-01-13T09:26:17.214419+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:17.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[38504]: audit 2024-01-13T09:26:17.216344+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-13T09:26:17.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[40269]: cluster 2024-01-13T09:26:16.168371+0000 mgr.y (mgr.44106) 34 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:17.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[40269]: audit 2024-01-13T09:26:17.209021+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:17.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[40269]: audit 2024-01-13T09:26:17.211133+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:26:17.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[40269]: audit 2024-01-13T09:26:17.212876+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:26:17.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[40269]: audit 2024-01-13T09:26:17.214419+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:17.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:17 smithi084 bash[40269]: audit 2024-01-13T09:26:17.216344+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-13T09:26:18.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:18 smithi102 bash[30555]: cephadm 2024-01-13T09:26:17.210595+0000 mgr.y (mgr.44106) 35 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-13T09:26:18.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:18 smithi102 bash[30555]: cephadm 2024-01-13T09:26:17.215649+0000 mgr.y (mgr.44106) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi084 2024-01-13T09:26:18.657 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:18 smithi084 bash[38504]: cephadm 2024-01-13T09:26:17.210595+0000 mgr.y (mgr.44106) 35 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-13T09:26:18.657 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:18 smithi084 bash[38504]: cephadm 2024-01-13T09:26:17.215649+0000 mgr.y (mgr.44106) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi084 2024-01-13T09:26:18.657 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:18 smithi084 bash[40269]: cephadm 2024-01-13T09:26:17.210595+0000 mgr.y (mgr.44106) 35 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-13T09:26:18.658 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:18 smithi084 bash[40269]: cephadm 2024-01-13T09:26:17.215649+0000 mgr.y (mgr.44106) 36 : cephadm [INF] Reconfiguring daemon mgr.y on smithi084 2024-01-13T09:26:19.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:19 smithi102 bash[30555]: cluster 2024-01-13T09:26:18.169088+0000 mgr.y (mgr.44106) 37 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:19.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:19 smithi102 bash[30555]: audit 2024-01-13T09:26:19.267028+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:19.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:19 smithi102 bash[30555]: audit 2024-01-13T09:26:19.268954+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:26:19.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:19 smithi102 bash[30555]: audit 2024-01-13T09:26:19.270612+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:26:19.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:19 smithi102 bash[30555]: audit 2024-01-13T09:26:19.272232+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:19.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:19 smithi102 bash[30555]: audit 2024-01-13T09:26:19.274549+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-13T09:26:19.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[38504]: cluster 2024-01-13T09:26:18.169088+0000 mgr.y (mgr.44106) 37 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:19.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[38504]: audit 2024-01-13T09:26:19.267028+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:19.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[38504]: audit 2024-01-13T09:26:19.268954+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:26:19.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[38504]: audit 2024-01-13T09:26:19.270612+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:26:19.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[38504]: audit 2024-01-13T09:26:19.272232+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:19.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[38504]: audit 2024-01-13T09:26:19.274549+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-13T09:26:19.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[40269]: cluster 2024-01-13T09:26:18.169088+0000 mgr.y (mgr.44106) 37 : cluster [DBG] pgmap v27: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:19.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[40269]: audit 2024-01-13T09:26:19.267028+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:19.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[40269]: audit 2024-01-13T09:26:19.268954+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:26:19.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[40269]: audit 2024-01-13T09:26:19.270612+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:26:19.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[40269]: audit 2024-01-13T09:26:19.272232+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:19.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:19 smithi084 bash[40269]: audit 2024-01-13T09:26:19.274549+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-13T09:26:20.560 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:20 smithi084 bash[38504]: cephadm 2024-01-13T09:26:19.268403+0000 mgr.y (mgr.44106) 38 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-13T09:26:20.560 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:20 smithi084 bash[38504]: cephadm 2024-01-13T09:26:19.273633+0000 mgr.y (mgr.44106) 39 : cephadm [INF] Reconfiguring daemon mon.c on smithi084 2024-01-13T09:26:20.561 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:20 smithi084 bash[40269]: cephadm 2024-01-13T09:26:19.268403+0000 mgr.y (mgr.44106) 38 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-13T09:26:20.561 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:20 smithi084 bash[40269]: cephadm 2024-01-13T09:26:19.273633+0000 mgr.y (mgr.44106) 39 : cephadm [INF] Reconfiguring daemon mon.c on smithi084 2024-01-13T09:26:20.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:20 smithi102 bash[30555]: cephadm 2024-01-13T09:26:19.268403+0000 mgr.y (mgr.44106) 38 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-13T09:26:20.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:20 smithi102 bash[30555]: cephadm 2024-01-13T09:26:19.273633+0000 mgr.y (mgr.44106) 39 : cephadm [INF] Reconfiguring daemon mon.c on smithi084 2024-01-13T09:26:21.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:21 smithi102 bash[30555]: cluster 2024-01-13T09:26:20.169826+0000 mgr.y (mgr.44106) 40 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:21.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:21 smithi084 bash[38504]: cluster 2024-01-13T09:26:20.169826+0000 mgr.y (mgr.44106) 40 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:21.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:21 smithi084 bash[40269]: cluster 2024-01-13T09:26:20.169826+0000 mgr.y (mgr.44106) 40 : cluster [DBG] pgmap v28: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:22.619 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[38504]: audit 2024-01-13T09:26:21.302826+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:22.619 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[38504]: cephadm 2024-01-13T09:26:21.304620+0000 mgr.y (mgr.44106) 41 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-13T09:26:22.619 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[38504]: audit 2024-01-13T09:26:21.305214+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-13T09:26:22.619 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[38504]: audit 2024-01-13T09:26:21.309783+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:22.619 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[38504]: cephadm 2024-01-13T09:26:21.312488+0000 mgr.y (mgr.44106) 42 : cephadm [INF] Reconfiguring daemon osd.0 on smithi084 2024-01-13T09:26:22.619 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[38504]: audit 2024-01-13T09:26:21.313311+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-13T09:26:22.620 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[40269]: audit 2024-01-13T09:26:21.302826+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:22.620 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[40269]: cephadm 2024-01-13T09:26:21.304620+0000 mgr.y (mgr.44106) 41 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-13T09:26:22.620 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[40269]: audit 2024-01-13T09:26:21.305214+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-13T09:26:22.620 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[40269]: audit 2024-01-13T09:26:21.309783+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:22.620 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[40269]: cephadm 2024-01-13T09:26:21.312488+0000 mgr.y (mgr.44106) 42 : cephadm [INF] Reconfiguring daemon osd.0 on smithi084 2024-01-13T09:26:22.620 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:22 smithi084 bash[40269]: audit 2024-01-13T09:26:21.313311+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-13T09:26:22.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:22 smithi102 bash[30555]: audit 2024-01-13T09:26:21.302826+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:22.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:22 smithi102 bash[30555]: cephadm 2024-01-13T09:26:21.304620+0000 mgr.y (mgr.44106) 41 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-13T09:26:22.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:22 smithi102 bash[30555]: audit 2024-01-13T09:26:21.305214+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-13T09:26:22.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:22 smithi102 bash[30555]: audit 2024-01-13T09:26:21.309783+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:22.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:22 smithi102 bash[30555]: cephadm 2024-01-13T09:26:21.312488+0000 mgr.y (mgr.44106) 42 : cephadm [INF] Reconfiguring daemon osd.0 on smithi084 2024-01-13T09:26:22.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:22 smithi102 bash[30555]: audit 2024-01-13T09:26:21.313311+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-13T09:26:23.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:23 smithi102 bash[30555]: cluster 2024-01-13T09:26:22.171352+0000 mgr.y (mgr.44106) 43 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:23.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:23 smithi084 bash[38504]: cluster 2024-01-13T09:26:22.171352+0000 mgr.y (mgr.44106) 43 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:23.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:23 smithi084 bash[40269]: cluster 2024-01-13T09:26:22.171352+0000 mgr.y (mgr.44106) 43 : cluster [DBG] pgmap v29: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:24.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[38504]: audit 2024-01-13T09:26:23.438690+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:24.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[38504]: cephadm 2024-01-13T09:26:23.440451+0000 mgr.y (mgr.44106) 44 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-13T09:26:24.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[38504]: audit 2024-01-13T09:26:23.440907+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-13T09:26:24.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[38504]: audit 2024-01-13T09:26:23.442163+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:24.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[38504]: cephadm 2024-01-13T09:26:23.444836+0000 mgr.y (mgr.44106) 45 : cephadm [INF] Reconfiguring daemon osd.1 on smithi084 2024-01-13T09:26:24.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[38504]: audit 2024-01-13T09:26:23.445698+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-13T09:26:24.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[40269]: audit 2024-01-13T09:26:23.438690+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:24.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[40269]: cephadm 2024-01-13T09:26:23.440451+0000 mgr.y (mgr.44106) 44 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-13T09:26:24.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[40269]: audit 2024-01-13T09:26:23.440907+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-13T09:26:24.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[40269]: audit 2024-01-13T09:26:23.442163+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:24.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[40269]: cephadm 2024-01-13T09:26:23.444836+0000 mgr.y (mgr.44106) 45 : cephadm [INF] Reconfiguring daemon osd.1 on smithi084 2024-01-13T09:26:24.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:24 smithi084 bash[40269]: audit 2024-01-13T09:26:23.445698+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-13T09:26:24.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:24 smithi102 bash[30555]: audit 2024-01-13T09:26:23.438690+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:24.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:24 smithi102 bash[30555]: cephadm 2024-01-13T09:26:23.440451+0000 mgr.y (mgr.44106) 44 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-13T09:26:24.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:24 smithi102 bash[30555]: audit 2024-01-13T09:26:23.440907+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-13T09:26:24.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:24 smithi102 bash[30555]: audit 2024-01-13T09:26:23.442163+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:24.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:24 smithi102 bash[30555]: cephadm 2024-01-13T09:26:23.444836+0000 mgr.y (mgr.44106) 45 : cephadm [INF] Reconfiguring daemon osd.1 on smithi084 2024-01-13T09:26:24.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:24 smithi102 bash[30555]: audit 2024-01-13T09:26:23.445698+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-13T09:26:25.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:25 smithi084 bash[38504]: cluster 2024-01-13T09:26:24.172080+0000 mgr.y (mgr.44106) 46 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:25.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:25 smithi084 bash[38504]: audit 2024-01-13T09:26:25.409683+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:25.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:25 smithi084 bash[38504]: audit 2024-01-13T09:26:25.411316+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-13T09:26:25.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:25 smithi084 bash[38504]: audit 2024-01-13T09:26:25.412686+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:25.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:25 smithi084 bash[38504]: audit 2024-01-13T09:26:25.415566+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-13T09:26:25.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:25 smithi084 bash[40269]: cluster 2024-01-13T09:26:24.172080+0000 mgr.y (mgr.44106) 46 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:25.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:25 smithi084 bash[40269]: audit 2024-01-13T09:26:25.409683+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:25.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:25 smithi084 bash[40269]: audit 2024-01-13T09:26:25.411316+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-13T09:26:25.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:25 smithi084 bash[40269]: audit 2024-01-13T09:26:25.412686+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:25.699 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:25 smithi084 bash[40269]: audit 2024-01-13T09:26:25.415566+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-13T09:26:25.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:25 smithi102 bash[30555]: cluster 2024-01-13T09:26:24.172080+0000 mgr.y (mgr.44106) 46 : cluster [DBG] pgmap v30: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:25.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:25 smithi102 bash[30555]: audit 2024-01-13T09:26:25.409683+0000 mon.a (mon.0) 184 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:25.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:25 smithi102 bash[30555]: audit 2024-01-13T09:26:25.411316+0000 mon.a (mon.0) 185 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-13T09:26:25.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:25 smithi102 bash[30555]: audit 2024-01-13T09:26:25.412686+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:25.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:25 smithi102 bash[30555]: audit 2024-01-13T09:26:25.415566+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-13T09:26:26.714 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:26 smithi084 bash[40269]: cephadm 2024-01-13T09:26:25.410812+0000 mgr.y (mgr.44106) 47 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-13T09:26:26.715 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:26 smithi084 bash[40269]: cephadm 2024-01-13T09:26:25.414757+0000 mgr.y (mgr.44106) 48 : cephadm [INF] Reconfiguring daemon osd.2 on smithi084 2024-01-13T09:26:26.715 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:26 smithi084 bash[38504]: cephadm 2024-01-13T09:26:25.410812+0000 mgr.y (mgr.44106) 47 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-13T09:26:26.715 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:26 smithi084 bash[38504]: cephadm 2024-01-13T09:26:25.414757+0000 mgr.y (mgr.44106) 48 : cephadm [INF] Reconfiguring daemon osd.2 on smithi084 2024-01-13T09:26:26.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:26 smithi102 bash[30555]: cephadm 2024-01-13T09:26:25.410812+0000 mgr.y (mgr.44106) 47 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-13T09:26:26.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:26 smithi102 bash[30555]: cephadm 2024-01-13T09:26:25.414757+0000 mgr.y (mgr.44106) 48 : cephadm [INF] Reconfiguring daemon osd.2 on smithi084 2024-01-13T09:26:27.733 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:27 smithi084 bash[38504]: cluster 2024-01-13T09:26:26.173578+0000 mgr.y (mgr.44106) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:27.734 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:27 smithi084 bash[40269]: cluster 2024-01-13T09:26:26.173578+0000 mgr.y (mgr.44106) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:27.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:27 smithi102 bash[30555]: cluster 2024-01-13T09:26:26.173578+0000 mgr.y (mgr.44106) 49 : cluster [DBG] pgmap v31: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:28.836 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[40269]: audit 2024-01-13T09:26:27.527160+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:28.836 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[40269]: cephadm 2024-01-13T09:26:27.528643+0000 mgr.y (mgr.44106) 50 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-13T09:26:28.836 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[40269]: audit 2024-01-13T09:26:27.529280+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-13T09:26:28.836 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[40269]: audit 2024-01-13T09:26:27.530810+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:28.836 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[40269]: cephadm 2024-01-13T09:26:27.532785+0000 mgr.y (mgr.44106) 51 : cephadm [INF] Reconfiguring daemon osd.3 on smithi084 2024-01-13T09:26:28.836 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[40269]: audit 2024-01-13T09:26:27.533521+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-13T09:26:28.837 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[38504]: audit 2024-01-13T09:26:27.527160+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:28.837 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[38504]: cephadm 2024-01-13T09:26:27.528643+0000 mgr.y (mgr.44106) 50 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-13T09:26:28.837 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[38504]: audit 2024-01-13T09:26:27.529280+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-13T09:26:28.837 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[38504]: audit 2024-01-13T09:26:27.530810+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:28.837 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[38504]: cephadm 2024-01-13T09:26:27.532785+0000 mgr.y (mgr.44106) 51 : cephadm [INF] Reconfiguring daemon osd.3 on smithi084 2024-01-13T09:26:28.837 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:28 smithi084 bash[38504]: audit 2024-01-13T09:26:27.533521+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-13T09:26:28.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:28 smithi102 bash[30555]: audit 2024-01-13T09:26:27.527160+0000 mon.a (mon.0) 188 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:28.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:28 smithi102 bash[30555]: cephadm 2024-01-13T09:26:27.528643+0000 mgr.y (mgr.44106) 50 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-13T09:26:28.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:28 smithi102 bash[30555]: audit 2024-01-13T09:26:27.529280+0000 mon.a (mon.0) 189 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-13T09:26:28.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:28 smithi102 bash[30555]: audit 2024-01-13T09:26:27.530810+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:28.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:28 smithi102 bash[30555]: cephadm 2024-01-13T09:26:27.532785+0000 mgr.y (mgr.44106) 51 : cephadm [INF] Reconfiguring daemon osd.3 on smithi084 2024-01-13T09:26:28.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:28 smithi102 bash[30555]: audit 2024-01-13T09:26:27.533521+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-13T09:26:29.858 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:29 smithi084 bash[38504]: cluster 2024-01-13T09:26:28.174283+0000 mgr.y (mgr.44106) 52 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:29.859 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:29 smithi084 bash[40269]: cluster 2024-01-13T09:26:28.174283+0000 mgr.y (mgr.44106) 52 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:29.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:29 smithi102 bash[30555]: cluster 2024-01-13T09:26:28.174283+0000 mgr.y (mgr.44106) 52 : cluster [DBG] pgmap v32: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:30.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:29.629634+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:30.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: cephadm 2024-01-13T09:26:29.632426+0000 mgr.y (mgr.44106) 53 : cephadm [INF] Reconfiguring rgw.r.z.smithi084.oatkxx (monmap changed)... 2024-01-13T09:26:30.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:29.633229+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:30.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:29.635047+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:30.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:29.642227+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-13T09:26:30.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: cephadm 2024-01-13T09:26:29.643155+0000 mgr.y (mgr.44106) 54 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi084.oatkxx 2024-01-13T09:26:30.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:29.652409+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:30.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:29.653801+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi084.oatkxx"}]: dispatch 2024-01-13T09:26:30.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:29.655000+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:30.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: cephadm 2024-01-13T09:26:29.656251+0000 mgr.y (mgr.44106) 55 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi084.oatkxx on smithi084 2024-01-13T09:26:30.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:29.657071+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi084.oatkxx","key": "container_image"}]: dispatch 2024-01-13T09:26:30.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:30.193898+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-01-13T09:26:30.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:30.194536+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-13T09:26:30.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:30.195327+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-01-13T09:26:30.879 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:30 smithi102 bash[30555]: audit 2024-01-13T09:26:30.195986+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-01-13T09:26:30.891 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:29.629634+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:30.891 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: cephadm 2024-01-13T09:26:29.632426+0000 mgr.y (mgr.44106) 53 : cephadm [INF] Reconfiguring rgw.r.z.smithi084.oatkxx (monmap changed)... 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:29.633229+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:29.635047+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:29.642227+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: cephadm 2024-01-13T09:26:29.643155+0000 mgr.y (mgr.44106) 54 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi084.oatkxx 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:29.652409+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:29.653801+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi084.oatkxx"}]: dispatch 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:29.655000+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: cephadm 2024-01-13T09:26:29.656251+0000 mgr.y (mgr.44106) 55 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi084.oatkxx on smithi084 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:29.657071+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi084.oatkxx","key": "container_image"}]: dispatch 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:30.193898+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:30.194536+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:30.195327+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-01-13T09:26:30.892 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[40269]: audit 2024-01-13T09:26:30.195986+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:29.629634+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: cephadm 2024-01-13T09:26:29.632426+0000 mgr.y (mgr.44106) 53 : cephadm [INF] Reconfiguring rgw.r.z.smithi084.oatkxx (monmap changed)... 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:29.633229+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:29.635047+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:29.642227+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi084.oatkxx", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: cephadm 2024-01-13T09:26:29.643155+0000 mgr.y (mgr.44106) 54 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi084.oatkxx 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:29.652409+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:29.653801+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi084.oatkxx"}]: dispatch 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:29.655000+0000 mon.a (mon.0) 198 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: cephadm 2024-01-13T09:26:29.656251+0000 mgr.y (mgr.44106) 55 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi084.oatkxx on smithi084 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:29.657071+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi084.oatkxx","key": "container_image"}]: dispatch 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:30.193898+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "2.7", "id": [7, 4]}]: dispatch 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:30.194536+0000 mon.a (mon.0) 201 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.7", "id": [1, 2]}]: dispatch 2024-01-13T09:26:30.893 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:30.195327+0000 mon.a (mon.0) 202 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.18", "id": [1, 5]}]: dispatch 2024-01-13T09:26:30.894 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:30 smithi084 bash[38504]: audit 2024-01-13T09:26:30.195986+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pg-upmap-items", "format": "json", "pgid": "4.1b", "id": [1, 2]}]: dispatch 2024-01-13T09:26:31.923 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:31 smithi102 bash[30555]: cluster 2024-01-13T09:26:30.175006+0000 mgr.y (mgr.44106) 56 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:31.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:31 smithi084 bash[38504]: cluster 2024-01-13T09:26:30.175006+0000 mgr.y (mgr.44106) 56 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:31.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:31 smithi084 bash[40269]: cluster 2024-01-13T09:26:30.175006+0000 mgr.y (mgr.44106) 56 : cluster [DBG] pgmap v33: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:33.022 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:32 smithi102 bash[30555]: audit 2024-01-13T09:26:31.710147+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:33.022 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:32 smithi102 bash[30555]: cephadm 2024-01-13T09:26:31.711830+0000 mgr.y (mgr.44106) 57 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-13T09:26:33.022 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:32 smithi102 bash[30555]: audit 2024-01-13T09:26:31.712351+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:26:33.022 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:32 smithi102 bash[30555]: audit 2024-01-13T09:26:31.713739+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:26:33.022 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:32 smithi102 bash[30555]: audit 2024-01-13T09:26:31.714958+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:33.022 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:32 smithi102 bash[30555]: cephadm 2024-01-13T09:26:31.715998+0000 mgr.y (mgr.44106) 58 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-01-13T09:26:33.022 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:32 smithi102 bash[30555]: audit 2024-01-13T09:26:31.716587+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-13T09:26:33.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[40269]: audit 2024-01-13T09:26:31.710147+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:33.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[40269]: cephadm 2024-01-13T09:26:31.711830+0000 mgr.y (mgr.44106) 57 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-13T09:26:33.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[40269]: audit 2024-01-13T09:26:31.712351+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:26:33.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[40269]: audit 2024-01-13T09:26:31.713739+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:26:33.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[40269]: audit 2024-01-13T09:26:31.714958+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:33.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[40269]: cephadm 2024-01-13T09:26:31.715998+0000 mgr.y (mgr.44106) 58 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-01-13T09:26:33.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[40269]: audit 2024-01-13T09:26:31.716587+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-13T09:26:33.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[38504]: audit 2024-01-13T09:26:31.710147+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:33.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[38504]: cephadm 2024-01-13T09:26:31.711830+0000 mgr.y (mgr.44106) 57 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-13T09:26:33.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[38504]: audit 2024-01-13T09:26:31.712351+0000 mon.a (mon.0) 205 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-13T09:26:33.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[38504]: audit 2024-01-13T09:26:31.713739+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-13T09:26:33.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[38504]: audit 2024-01-13T09:26:31.714958+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:33.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[38504]: cephadm 2024-01-13T09:26:31.715998+0000 mgr.y (mgr.44106) 58 : cephadm [INF] Reconfiguring daemon mon.b on smithi102 2024-01-13T09:26:33.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:32 smithi084 bash[38504]: audit 2024-01-13T09:26:31.716587+0000 mon.a (mon.0) 208 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-13T09:26:34.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:33 smithi102 bash[30555]: cluster 2024-01-13T09:26:32.176615+0000 mgr.y (mgr.44106) 59 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:34.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:33 smithi084 bash[38504]: cluster 2024-01-13T09:26:32.176615+0000 mgr.y (mgr.44106) 59 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:34.198 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:33 smithi084 bash[40269]: cluster 2024-01-13T09:26:32.176615+0000 mgr.y (mgr.44106) 59 : cluster [DBG] pgmap v34: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:35.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[38504]: audit 2024-01-13T09:26:33.917508+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:35.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[38504]: cephadm 2024-01-13T09:26:33.919399+0000 mgr.y (mgr.44106) 60 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[38504]: audit 2024-01-13T09:26:33.920128+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[38504]: audit 2024-01-13T09:26:33.922347+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[38504]: audit 2024-01-13T09:26:33.924081+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[38504]: cephadm 2024-01-13T09:26:33.925547+0000 mgr.y (mgr.44106) 61 : cephadm [INF] Reconfiguring daemon mgr.x on smithi102 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[38504]: audit 2024-01-13T09:26:33.926647+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[38504]: cluster 2024-01-13T09:26:34.177385+0000 mgr.y (mgr.44106) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[40269]: audit 2024-01-13T09:26:33.917508+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[40269]: cephadm 2024-01-13T09:26:33.919399+0000 mgr.y (mgr.44106) 60 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[40269]: audit 2024-01-13T09:26:33.920128+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[40269]: audit 2024-01-13T09:26:33.922347+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:26:35.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[40269]: audit 2024-01-13T09:26:33.924081+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:35.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[40269]: cephadm 2024-01-13T09:26:33.925547+0000 mgr.y (mgr.44106) 61 : cephadm [INF] Reconfiguring daemon mgr.x on smithi102 2024-01-13T09:26:35.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[40269]: audit 2024-01-13T09:26:33.926647+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-13T09:26:35.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:34 smithi084 bash[40269]: cluster 2024-01-13T09:26:34.177385+0000 mgr.y (mgr.44106) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:35.323 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:34 smithi102 bash[30555]: audit 2024-01-13T09:26:33.917508+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:35.323 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:34 smithi102 bash[30555]: cephadm 2024-01-13T09:26:33.919399+0000 mgr.y (mgr.44106) 60 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-13T09:26:35.323 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:34 smithi102 bash[30555]: audit 2024-01-13T09:26:33.920128+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-13T09:26:35.323 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:34 smithi102 bash[30555]: audit 2024-01-13T09:26:33.922347+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-13T09:26:35.323 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:34 smithi102 bash[30555]: audit 2024-01-13T09:26:33.924081+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:35.323 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:34 smithi102 bash[30555]: cephadm 2024-01-13T09:26:33.925547+0000 mgr.y (mgr.44106) 61 : cephadm [INF] Reconfiguring daemon mgr.x on smithi102 2024-01-13T09:26:35.323 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:34 smithi102 bash[30555]: audit 2024-01-13T09:26:33.926647+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-13T09:26:35.323 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:34 smithi102 bash[30555]: cluster 2024-01-13T09:26:34.177385+0000 mgr.y (mgr.44106) 62 : cluster [DBG] pgmap v35: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:37.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[38504]: audit 2024-01-13T09:26:35.884706+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:37.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[38504]: cephadm 2024-01-13T09:26:35.886301+0000 mgr.y (mgr.44106) 63 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[38504]: audit 2024-01-13T09:26:35.886836+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[38504]: audit 2024-01-13T09:26:35.888332+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[38504]: cephadm 2024-01-13T09:26:35.890800+0000 mgr.y (mgr.44106) 64 : cephadm [INF] Reconfiguring daemon osd.4 on smithi102 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[38504]: audit 2024-01-13T09:26:35.891526+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[38504]: cluster 2024-01-13T09:26:36.178814+0000 mgr.y (mgr.44106) 65 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[40269]: audit 2024-01-13T09:26:35.884706+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[40269]: cephadm 2024-01-13T09:26:35.886301+0000 mgr.y (mgr.44106) 63 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[40269]: audit 2024-01-13T09:26:35.886836+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[40269]: audit 2024-01-13T09:26:35.888332+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[40269]: cephadm 2024-01-13T09:26:35.890800+0000 mgr.y (mgr.44106) 64 : cephadm [INF] Reconfiguring daemon osd.4 on smithi102 2024-01-13T09:26:37.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[40269]: audit 2024-01-13T09:26:35.891526+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-13T09:26:37.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:36 smithi084 bash[40269]: cluster 2024-01-13T09:26:36.178814+0000 mgr.y (mgr.44106) 65 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:37.285 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:36 smithi102 bash[30555]: audit 2024-01-13T09:26:35.884706+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:37.285 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:36 smithi102 bash[30555]: cephadm 2024-01-13T09:26:35.886301+0000 mgr.y (mgr.44106) 63 : cephadm [INF] Reconfiguring osd.4 (monmap changed)... 2024-01-13T09:26:37.285 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:36 smithi102 bash[30555]: audit 2024-01-13T09:26:35.886836+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-13T09:26:37.285 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:36 smithi102 bash[30555]: audit 2024-01-13T09:26:35.888332+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:37.285 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:36 smithi102 bash[30555]: cephadm 2024-01-13T09:26:35.890800+0000 mgr.y (mgr.44106) 64 : cephadm [INF] Reconfiguring daemon osd.4 on smithi102 2024-01-13T09:26:37.285 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:36 smithi102 bash[30555]: audit 2024-01-13T09:26:35.891526+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-13T09:26:37.285 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:36 smithi102 bash[30555]: cluster 2024-01-13T09:26:36.178814+0000 mgr.y (mgr.44106) 65 : cluster [DBG] pgmap v36: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:39.125 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:38 smithi102 bash[30555]: audit 2024-01-13T09:26:37.871003+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:39.125 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:38 smithi102 bash[30555]: cephadm 2024-01-13T09:26:37.872617+0000 mgr.y (mgr.44106) 66 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-01-13T09:26:39.125 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:38 smithi102 bash[30555]: audit 2024-01-13T09:26:37.873136+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-13T09:26:39.126 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:38 smithi102 bash[30555]: audit 2024-01-13T09:26:37.874710+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:39.126 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:38 smithi102 bash[30555]: cephadm 2024-01-13T09:26:37.876704+0000 mgr.y (mgr.44106) 67 : cephadm [INF] Reconfiguring daemon osd.5 on smithi102 2024-01-13T09:26:39.126 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:38 smithi102 bash[30555]: audit 2024-01-13T09:26:37.877439+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-01-13T09:26:39.126 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:38 smithi102 bash[30555]: cluster 2024-01-13T09:26:38.179525+0000 mgr.y (mgr.44106) 68 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:39.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[38504]: audit 2024-01-13T09:26:37.871003+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:39.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[38504]: cephadm 2024-01-13T09:26:37.872617+0000 mgr.y (mgr.44106) 66 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-01-13T09:26:39.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[38504]: audit 2024-01-13T09:26:37.873136+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-13T09:26:39.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[38504]: audit 2024-01-13T09:26:37.874710+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:39.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[38504]: cephadm 2024-01-13T09:26:37.876704+0000 mgr.y (mgr.44106) 67 : cephadm [INF] Reconfiguring daemon osd.5 on smithi102 2024-01-13T09:26:39.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[38504]: audit 2024-01-13T09:26:37.877439+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-01-13T09:26:39.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[38504]: cluster 2024-01-13T09:26:38.179525+0000 mgr.y (mgr.44106) 68 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:39.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[40269]: audit 2024-01-13T09:26:37.871003+0000 mon.a (mon.0) 218 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:39.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[40269]: cephadm 2024-01-13T09:26:37.872617+0000 mgr.y (mgr.44106) 66 : cephadm [INF] Reconfiguring osd.5 (monmap changed)... 2024-01-13T09:26:39.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[40269]: audit 2024-01-13T09:26:37.873136+0000 mon.a (mon.0) 219 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-13T09:26:39.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[40269]: audit 2024-01-13T09:26:37.874710+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:39.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[40269]: cephadm 2024-01-13T09:26:37.876704+0000 mgr.y (mgr.44106) 67 : cephadm [INF] Reconfiguring daemon osd.5 on smithi102 2024-01-13T09:26:39.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[40269]: audit 2024-01-13T09:26:37.877439+0000 mon.a (mon.0) 221 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "container_image"}]: dispatch 2024-01-13T09:26:39.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:38 smithi084 bash[40269]: cluster 2024-01-13T09:26:38.179525+0000 mgr.y (mgr.44106) 68 : cluster [DBG] pgmap v37: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:41.127 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:40 smithi102 bash[30555]: audit 2024-01-13T09:26:39.848751+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:41.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:40 smithi102 bash[30555]: cephadm 2024-01-13T09:26:39.850714+0000 mgr.y (mgr.44106) 69 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-01-13T09:26:41.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:40 smithi102 bash[30555]: audit 2024-01-13T09:26:39.851315+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-13T09:26:41.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:40 smithi102 bash[30555]: audit 2024-01-13T09:26:39.853005+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:41.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:40 smithi102 bash[30555]: cephadm 2024-01-13T09:26:39.855441+0000 mgr.y (mgr.44106) 70 : cephadm [INF] Reconfiguring daemon osd.6 on smithi102 2024-01-13T09:26:41.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:40 smithi102 bash[30555]: audit 2024-01-13T09:26:39.856314+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-01-13T09:26:41.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:40 smithi102 bash[30555]: cluster 2024-01-13T09:26:40.180268+0000 mgr.y (mgr.44106) 71 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:41.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[38504]: audit 2024-01-13T09:26:39.848751+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:41.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[38504]: cephadm 2024-01-13T09:26:39.850714+0000 mgr.y (mgr.44106) 69 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-01-13T09:26:41.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[38504]: audit 2024-01-13T09:26:39.851315+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-13T09:26:41.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[38504]: audit 2024-01-13T09:26:39.853005+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:41.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[38504]: cephadm 2024-01-13T09:26:39.855441+0000 mgr.y (mgr.44106) 70 : cephadm [INF] Reconfiguring daemon osd.6 on smithi102 2024-01-13T09:26:41.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[38504]: audit 2024-01-13T09:26:39.856314+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-01-13T09:26:41.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[38504]: cluster 2024-01-13T09:26:40.180268+0000 mgr.y (mgr.44106) 71 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[40269]: audit 2024-01-13T09:26:39.848751+0000 mon.a (mon.0) 222 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[40269]: cephadm 2024-01-13T09:26:39.850714+0000 mgr.y (mgr.44106) 69 : cephadm [INF] Reconfiguring osd.6 (monmap changed)... 2024-01-13T09:26:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[40269]: audit 2024-01-13T09:26:39.851315+0000 mon.a (mon.0) 223 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-13T09:26:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[40269]: audit 2024-01-13T09:26:39.853005+0000 mon.a (mon.0) 224 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[40269]: cephadm 2024-01-13T09:26:39.855441+0000 mgr.y (mgr.44106) 70 : cephadm [INF] Reconfiguring daemon osd.6 on smithi102 2024-01-13T09:26:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[40269]: audit 2024-01-13T09:26:39.856314+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "container_image"}]: dispatch 2024-01-13T09:26:41.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:40 smithi084 bash[40269]: cluster 2024-01-13T09:26:40.180268+0000 mgr.y (mgr.44106) 71 : cluster [DBG] pgmap v38: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:43.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:42 smithi102 bash[30555]: audit 2024-01-13T09:26:41.866791+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:43.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:42 smithi102 bash[30555]: cephadm 2024-01-13T09:26:41.868655+0000 mgr.y (mgr.44106) 72 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-01-13T09:26:43.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:42 smithi102 bash[30555]: audit 2024-01-13T09:26:41.869322+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-13T09:26:43.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:42 smithi102 bash[30555]: audit 2024-01-13T09:26:41.871044+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:43.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:42 smithi102 bash[30555]: cephadm 2024-01-13T09:26:41.873360+0000 mgr.y (mgr.44106) 73 : cephadm [INF] Reconfiguring daemon osd.7 on smithi102 2024-01-13T09:26:43.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:42 smithi102 bash[30555]: audit 2024-01-13T09:26:41.874264+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-01-13T09:26:43.128 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:42 smithi102 bash[30555]: cluster 2024-01-13T09:26:42.181706+0000 mgr.y (mgr.44106) 74 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:43.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[38504]: audit 2024-01-13T09:26:41.866791+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:43.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[38504]: cephadm 2024-01-13T09:26:41.868655+0000 mgr.y (mgr.44106) 72 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-01-13T09:26:43.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[38504]: audit 2024-01-13T09:26:41.869322+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-13T09:26:43.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[38504]: audit 2024-01-13T09:26:41.871044+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:43.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[38504]: cephadm 2024-01-13T09:26:41.873360+0000 mgr.y (mgr.44106) 73 : cephadm [INF] Reconfiguring daemon osd.7 on smithi102 2024-01-13T09:26:43.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[38504]: audit 2024-01-13T09:26:41.874264+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-01-13T09:26:43.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[38504]: cluster 2024-01-13T09:26:42.181706+0000 mgr.y (mgr.44106) 74 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:43.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[40269]: audit 2024-01-13T09:26:41.866791+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:43.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[40269]: cephadm 2024-01-13T09:26:41.868655+0000 mgr.y (mgr.44106) 72 : cephadm [INF] Reconfiguring osd.7 (monmap changed)... 2024-01-13T09:26:43.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[40269]: audit 2024-01-13T09:26:41.869322+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-13T09:26:43.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[40269]: audit 2024-01-13T09:26:41.871044+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:43.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[40269]: cephadm 2024-01-13T09:26:41.873360+0000 mgr.y (mgr.44106) 73 : cephadm [INF] Reconfiguring daemon osd.7 on smithi102 2024-01-13T09:26:43.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[40269]: audit 2024-01-13T09:26:41.874264+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "container_image"}]: dispatch 2024-01-13T09:26:43.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:42 smithi084 bash[40269]: cluster 2024-01-13T09:26:42.181706+0000 mgr.y (mgr.44106) 74 : cluster [DBG] pgmap v39: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:45.173 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: audit 2024-01-13T09:26:43.888435+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:45.173 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: cephadm 2024-01-13T09:26:43.892231+0000 mgr.y (mgr.44106) 75 : cephadm [INF] Reconfiguring rgw.r.z.smithi102.wzmbxc (monmap changed)... 2024-01-13T09:26:45.173 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: audit 2024-01-13T09:26:43.892995+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:45.173 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: audit 2024-01-13T09:26:43.894723+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:45.173 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: audit 2024-01-13T09:26:43.898921+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-13T09:26:45.173 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: cephadm 2024-01-13T09:26:43.899959+0000 mgr.y (mgr.44106) 76 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi102.wzmbxc 2024-01-13T09:26:45.173 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: audit 2024-01-13T09:26:43.905950+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:45.173 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: audit 2024-01-13T09:26:43.907220+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi102.wzmbxc"}]: dispatch 2024-01-13T09:26:45.173 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: audit 2024-01-13T09:26:43.908612+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:45.174 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: cephadm 2024-01-13T09:26:43.910062+0000 mgr.y (mgr.44106) 77 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi102.wzmbxc on smithi102 2024-01-13T09:26:45.174 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: audit 2024-01-13T09:26:43.910806+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi102.wzmbxc","key": "container_image"}]: dispatch 2024-01-13T09:26:45.174 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:44 smithi102 bash[30555]: cluster 2024-01-13T09:26:44.182389+0000 mgr.y (mgr.44106) 78 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:45.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: audit 2024-01-13T09:26:43.888435+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:45.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: cephadm 2024-01-13T09:26:43.892231+0000 mgr.y (mgr.44106) 75 : cephadm [INF] Reconfiguring rgw.r.z.smithi102.wzmbxc (monmap changed)... 2024-01-13T09:26:45.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: audit 2024-01-13T09:26:43.892995+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:45.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: audit 2024-01-13T09:26:43.894723+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:45.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: audit 2024-01-13T09:26:43.898921+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: cephadm 2024-01-13T09:26:43.899959+0000 mgr.y (mgr.44106) 76 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi102.wzmbxc 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: audit 2024-01-13T09:26:43.905950+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: audit 2024-01-13T09:26:43.907220+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi102.wzmbxc"}]: dispatch 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: audit 2024-01-13T09:26:43.908612+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: cephadm 2024-01-13T09:26:43.910062+0000 mgr.y (mgr.44106) 77 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi102.wzmbxc on smithi102 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: audit 2024-01-13T09:26:43.910806+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi102.wzmbxc","key": "container_image"}]: dispatch 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[38504]: cluster 2024-01-13T09:26:44.182389+0000 mgr.y (mgr.44106) 78 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: audit 2024-01-13T09:26:43.888435+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: cephadm 2024-01-13T09:26:43.892231+0000 mgr.y (mgr.44106) 75 : cephadm [INF] Reconfiguring rgw.r.z.smithi102.wzmbxc (monmap changed)... 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: audit 2024-01-13T09:26:43.892995+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: audit 2024-01-13T09:26:43.894723+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: audit 2024-01-13T09:26:43.898921+0000 mon.a (mon.0) 233 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi102.wzmbxc", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-13T09:26:45.199 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: cephadm 2024-01-13T09:26:43.899959+0000 mgr.y (mgr.44106) 76 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi102.wzmbxc 2024-01-13T09:26:45.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: audit 2024-01-13T09:26:43.905950+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:45.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: audit 2024-01-13T09:26:43.907220+0000 mon.a (mon.0) 235 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi102.wzmbxc"}]: dispatch 2024-01-13T09:26:45.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: audit 2024-01-13T09:26:43.908612+0000 mon.a (mon.0) 236 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:45.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: cephadm 2024-01-13T09:26:43.910062+0000 mgr.y (mgr.44106) 77 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi102.wzmbxc on smithi102 2024-01-13T09:26:45.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: audit 2024-01-13T09:26:43.910806+0000 mon.a (mon.0) 237 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi102.wzmbxc","key": "container_image"}]: dispatch 2024-01-13T09:26:45.200 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:44 smithi084 bash[40269]: cluster 2024-01-13T09:26:44.182389+0000 mgr.y (mgr.44106) 78 : cluster [DBG] pgmap v40: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:47.245 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:45.972969+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:47.245 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:45.976554+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:26:47.245 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:45.981966+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:26:47.245 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:45.985899+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:26:47.245 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: cephadm 2024-01-13T09:26:45.987406+0000 mgr.y (mgr.44106) 79 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-01-13T09:26:47.245 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:45.993138+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:47.245 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:45.994504+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-13T09:26:47.245 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:46.000651+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-01-13T09:26:47.245 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:46.002035+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:46.009055+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:46.010426+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:46.014625+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:46.016473+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: cephadm 2024-01-13T09:26:46.017638+0000 mgr.y (mgr.44106) 80 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:46.023581+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:46.025838+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: audit 2024-01-13T09:26:46.026119+0000 mgr.y (mgr.44106) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: cephadm 2024-01-13T09:26:46.027577+0000 mgr.y (mgr.44106) 82 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[38504]: cluster 2024-01-13T09:26:46.183757+0000 mgr.y (mgr.44106) 83 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:45.972969+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:47.246 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:45.976554+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:45.981966+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:45.985899+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: cephadm 2024-01-13T09:26:45.987406+0000 mgr.y (mgr.44106) 79 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:45.993138+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:45.994504+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:46.000651+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:46.002035+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:46.009055+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:46.010426+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:46.014625+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:46.016473+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: cephadm 2024-01-13T09:26:46.017638+0000 mgr.y (mgr.44106) 80 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:46.023581+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:46.025838+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-13T09:26:47.247 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: audit 2024-01-13T09:26:46.026119+0000 mgr.y (mgr.44106) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-13T09:26:47.248 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: cephadm 2024-01-13T09:26:46.027577+0000 mgr.y (mgr.44106) 82 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-01-13T09:26:47.248 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:46 smithi084 bash[40269]: cluster 2024-01-13T09:26:46.183757+0000 mgr.y (mgr.44106) 83 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:45.972969+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:45.976554+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:26:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:45.981966+0000 mon.a (mon.0) 240 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:26:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:45.985899+0000 mon.a (mon.0) 241 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:26:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: cephadm 2024-01-13T09:26:45.987406+0000 mgr.y (mgr.44106) 79 : cephadm [INF] Upgrade: Setting container_image for all mon 2024-01-13T09:26:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:45.993138+0000 mon.a (mon.0) 242 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:45.994504+0000 mon.a (mon.0) 243 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]: dispatch 2024-01-13T09:26:47.378 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:46.000651+0000 mon.a (mon.0) 244 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.a"}]': finished 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:46.002035+0000 mon.a (mon.0) 245 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]: dispatch 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:46.009055+0000 mon.a (mon.0) 246 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.b"}]': finished 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:46.010426+0000 mon.a (mon.0) 247 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]: dispatch 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:46.014625+0000 mon.a (mon.0) 248 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mon.c"}]': finished 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:46.016473+0000 mon.a (mon.0) 249 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: cephadm 2024-01-13T09:26:46.017638+0000 mgr.y (mgr.44106) 80 : cephadm [INF] Upgrade: Setting container_image for all crash 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:46.023581+0000 mon.a (mon.0) 250 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:46.025838+0000 mon.a (mon.0) 251 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: audit 2024-01-13T09:26:46.026119+0000 mgr.y (mgr.44106) 81 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["0"], "max": 16}]: dispatch 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: cephadm 2024-01-13T09:26:46.027577+0000 mgr.y (mgr.44106) 82 : cephadm [INF] Upgrade: osd.0 is safe to restart 2024-01-13T09:26:47.379 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:46 smithi102 bash[30555]: cluster 2024-01-13T09:26:46.183757+0000 mgr.y (mgr.44106) 83 : cluster [DBG] pgmap v41: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:49.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[38504]: cephadm 2024-01-13T09:26:48.156646+0000 mgr.y (mgr.44106) 84 : cephadm [INF] Upgrade: Updating osd.0 2024-01-13T09:26:49.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[38504]: audit 2024-01-13T09:26:48.162897+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:49.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[38504]: audit 2024-01-13T09:26:48.164403+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-13T09:26:49.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[38504]: audit 2024-01-13T09:26:48.165676+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:49.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[38504]: cephadm 2024-01-13T09:26:48.167625+0000 mgr.y (mgr.44106) 85 : cephadm [INF] Deploying daemon osd.0 on smithi084 2024-01-13T09:26:49.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[38504]: audit 2024-01-13T09:26:48.168297+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-13T09:26:49.449 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[38504]: cluster 2024-01-13T09:26:48.184526+0000 mgr.y (mgr.44106) 86 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:49.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[40269]: cephadm 2024-01-13T09:26:48.156646+0000 mgr.y (mgr.44106) 84 : cephadm [INF] Upgrade: Updating osd.0 2024-01-13T09:26:49.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[40269]: audit 2024-01-13T09:26:48.162897+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:49.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[40269]: audit 2024-01-13T09:26:48.164403+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-13T09:26:49.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[40269]: audit 2024-01-13T09:26:48.165676+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:49.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[40269]: cephadm 2024-01-13T09:26:48.167625+0000 mgr.y (mgr.44106) 85 : cephadm [INF] Deploying daemon osd.0 on smithi084 2024-01-13T09:26:49.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[40269]: audit 2024-01-13T09:26:48.168297+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-13T09:26:49.449 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:49 smithi084 bash[40269]: cluster 2024-01-13T09:26:48.184526+0000 mgr.y (mgr.44106) 86 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:49 smithi102 bash[30555]: cephadm 2024-01-13T09:26:48.156646+0000 mgr.y (mgr.44106) 84 : cephadm [INF] Upgrade: Updating osd.0 2024-01-13T09:26:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:49 smithi102 bash[30555]: audit 2024-01-13T09:26:48.162897+0000 mon.a (mon.0) 252 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:26:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:49 smithi102 bash[30555]: audit 2024-01-13T09:26:48.164403+0000 mon.a (mon.0) 253 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-13T09:26:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:49 smithi102 bash[30555]: audit 2024-01-13T09:26:48.165676+0000 mon.a (mon.0) 254 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-13T09:26:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:49 smithi102 bash[30555]: cephadm 2024-01-13T09:26:48.167625+0000 mgr.y (mgr.44106) 85 : cephadm [INF] Deploying daemon osd.0 on smithi084 2024-01-13T09:26:49.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:49 smithi102 bash[30555]: audit 2024-01-13T09:26:48.168297+0000 mon.a (mon.0) 255 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-13T09:26:49.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:49 smithi102 bash[30555]: cluster 2024-01-13T09:26:48.184526+0000 mgr.y (mgr.44106) 86 : cluster [DBG] pgmap v42: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:50.998 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph orch ps' 2024-01-13T09:26:51.448 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:51 smithi084 bash[38504]: cluster 2024-01-13T09:26:50.185305+0000 mgr.y (mgr.44106) 87 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:51.448 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:51 smithi084 bash[40269]: cluster 2024-01-13T09:26:50.185305+0000 mgr.y (mgr.44106) 87 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:51.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:51 smithi102 bash[30555]: cluster 2024-01-13T09:26:50.185305+0000 mgr.y (mgr.44106) 87 : cluster [DBG] pgmap v43: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:53.285 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:53 smithi084 bash[38504]: cluster 2024-01-13T09:26:52.186671+0000 mgr.y (mgr.44106) 88 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:53.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:53 smithi102 bash[30555]: cluster 2024-01-13T09:26:52.186671+0000 mgr.y (mgr.44106) 88 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:53.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:53 smithi084 bash[40269]: cluster 2024-01-13T09:26:52.186671+0000 mgr.y (mgr.44106) 88 : cluster [DBG] pgmap v44: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:53.698 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:26:53 smithi084 systemd[1]: Stopping Ceph osd.0 for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:26:54.198 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:26:53 smithi084 bash[19554]: debug 2024-01-13T09:26:53.850+0000 7f2755d71700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:26:54.198 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:26:53 smithi084 bash[19554]: debug 2024-01-13T09:26:53.850+0000 7f2755d71700 -1 osd.0 64 *** Got signal Terminated *** 2024-01-13T09:26:54.198 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:26:53 smithi084 bash[19554]: debug 2024-01-13T09:26:53.850+0000 7f2755d71700 -1 osd.0 64 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-13T09:26:54.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.169796+0000 mon.a (mon.0) 256 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-13T09:26:54.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.169908+0000 mon.a (mon.0) 257 : cluster [INF] osd.0 failed (root=default,host=smithi084) (connection refused reported by osd.7) 2024-01-13T09:26:54.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.170388+0000 mon.a (mon.0) 258 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-13T09:26:54.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.170665+0000 mon.a (mon.0) 259 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-13T09:26:54.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.170946+0000 mon.a (mon.0) 260 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-13T09:26:54.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.171345+0000 mon.a (mon.0) 261 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-13T09:26:54.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.171586+0000 mon.a (mon.0) 262 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-13T09:26:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.171810+0000 mon.a (mon.0) 263 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-13T09:26:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.172028+0000 mon.a (mon.0) 264 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-13T09:26:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.172234+0000 mon.a (mon.0) 265 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-13T09:26:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.172555+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-13T09:26:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.172773+0000 mon.a (mon.0) 267 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-13T09:26:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.173070+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-13T09:26:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.173395+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-13T09:26:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.173784+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-13T09:26:54.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:54 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.174121+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-13T09:26:54.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.169796+0000 mon.a (mon.0) 256 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-13T09:26:54.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.169908+0000 mon.a (mon.0) 257 : cluster [INF] osd.0 failed (root=default,host=smithi084) (connection refused reported by osd.7) 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.170388+0000 mon.a (mon.0) 258 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.170665+0000 mon.a (mon.0) 259 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.170946+0000 mon.a (mon.0) 260 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.171345+0000 mon.a (mon.0) 261 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.171586+0000 mon.a (mon.0) 262 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.171810+0000 mon.a (mon.0) 263 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.172028+0000 mon.a (mon.0) 264 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.172234+0000 mon.a (mon.0) 265 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.172555+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.172773+0000 mon.a (mon.0) 267 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.173070+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.173395+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.173784+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-13T09:26:54.699 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.174121+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.169796+0000 mon.a (mon.0) 256 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.169908+0000 mon.a (mon.0) 257 : cluster [INF] osd.0 failed (root=default,host=smithi084) (connection refused reported by osd.7) 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.170388+0000 mon.a (mon.0) 258 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.170665+0000 mon.a (mon.0) 259 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.170946+0000 mon.a (mon.0) 260 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.171345+0000 mon.a (mon.0) 261 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.171586+0000 mon.a (mon.0) 262 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.171810+0000 mon.a (mon.0) 263 : cluster [DBG] osd.0 reported immediately failed by osd.5 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.172028+0000 mon.a (mon.0) 264 : cluster [DBG] osd.0 reported immediately failed by osd.7 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.172234+0000 mon.a (mon.0) 265 : cluster [DBG] osd.0 reported immediately failed by osd.6 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.172555+0000 mon.a (mon.0) 266 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.172773+0000 mon.a (mon.0) 267 : cluster [DBG] osd.0 reported immediately failed by osd.1 2024-01-13T09:26:54.700 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.173070+0000 mon.a (mon.0) 268 : cluster [DBG] osd.0 reported immediately failed by osd.4 2024-01-13T09:26:54.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.173395+0000 mon.a (mon.0) 269 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-13T09:26:54.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.173784+0000 mon.a (mon.0) 270 : cluster [DBG] osd.0 reported immediately failed by osd.3 2024-01-13T09:26:54.701 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:54 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.174121+0000 mon.a (mon.0) 271 : cluster [DBG] osd.0 reported immediately failed by osd.2 2024-01-13T09:26:55.526 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.187361+0000 mgr.y (mgr.44106) 89 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:55.527 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.289415+0000 mon.a (mon.0) 272 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-13T09:26:55.527 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[38504]: cluster 2024-01-13T09:26:54.306620+0000 mon.a (mon.0) 273 : cluster [DBG] osdmap e65: 8 total, 7 up, 8 in 2024-01-13T09:26:55.527 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[38504]: audit 2024-01-13T09:26:54.313216+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-13T09:26:55.527 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[38504]: audit 2024-01-13T09:26:54.315694+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-13T09:26:55.527 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.187361+0000 mgr.y (mgr.44106) 89 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:55.527 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.289415+0000 mon.a (mon.0) 272 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-13T09:26:55.527 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[40269]: cluster 2024-01-13T09:26:54.306620+0000 mon.a (mon.0) 273 : cluster [DBG] osdmap e65: 8 total, 7 up, 8 in 2024-01-13T09:26:55.527 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[40269]: audit 2024-01-13T09:26:54.313216+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-13T09:26:55.527 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[40269]: audit 2024-01-13T09:26:54.315694+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-13T09:26:55.528 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[42089]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd.0 2024-01-13T09:26:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:55 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.187361+0000 mgr.y (mgr.44106) 89 : cluster [DBG] pgmap v45: 129 pgs: 129 active+clean; 7.0 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:55 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.289415+0000 mon.a (mon.0) 272 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-13T09:26:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:55 smithi102 bash[30555]: cluster 2024-01-13T09:26:54.306620+0000 mon.a (mon.0) 273 : cluster [DBG] osdmap e65: 8 total, 7 up, 8 in 2024-01-13T09:26:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:55 smithi102 bash[30555]: audit 2024-01-13T09:26:54.313216+0000 mon.a (mon.0) 274 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1, "pg_num_max": 32}]: dispatch 2024-01-13T09:26:55.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:55 smithi102 bash[30555]: audit 2024-01-13T09:26:54.315694+0000 mon.a (mon.0) 275 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-13T09:26:55.948 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:26:55 smithi084 bash[42155]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd.0 2024-01-13T09:26:56.458 INFO:teuthology.orchestra.run.smithi084.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-13T09:26:56.458 INFO:teuthology.orchestra.run.smithi084.stdout:alertmanager.a smithi084 running (3m) 60s ago 9m 16.3M - 0.26.0 9f27df16978d e2131403d845 2024-01-13T09:26:56.458 INFO:teuthology.orchestra.run.smithi084.stdout:grafana.a smithi102 running (9m) 41s ago 9m 26.0M - 6.6.2 87a51ecf0b1c da830e874c95 2024-01-13T09:26:56.458 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.x smithi102 *:8443 running (114s) 41s ago 14m 377M - 16.2.14-456-g445562ab 163fd1944c31 40c45e73c866 2024-01-13T09:26:56.458 INFO:teuthology.orchestra.run.smithi084.stdout:mgr.y smithi084 *:8443 running (2m) 60s ago 16m 409M - 16.2.14-456-g445562ab 163fd1944c31 ffa45bcbcaf7 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:mon.a smithi084 running (101s) 60s ago 16m 38.6M 2048M 16.2.14-456-g445562ab 163fd1944c31 b331831854f9 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:mon.b smithi102 running (55s) 41s ago 14m 36.2M 2048M 16.2.14-456-g445562ab 163fd1944c31 5fbc1f0bc81f 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:mon.c smithi084 running (70s) 60s ago 14m 33.1M 2048M 16.2.14-456-g445562ab 163fd1944c31 d5ec23f550e4 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.a smithi084 running (9m) 60s ago 10m 11.5M - 1.7.0 72c9c2088986 505c4493cd2f 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:node-exporter.b smithi102 running (9m) 41s ago 10m 12.8M - 1.7.0 72c9c2088986 37956ab2a57c 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:osd.0 smithi084 running (13m) 60s ago 13m 47.8M 4096M 15.2.0 204a01f9b0b6 9131186b7bef 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:osd.1 smithi084 running (13m) 60s ago 13m 48.9M 4096M 15.2.0 204a01f9b0b6 ad7b8286e01f 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:osd.2 smithi084 running (12m) 60s ago 12m 46.2M 4096M 15.2.0 204a01f9b0b6 b86143cb2966 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:osd.3 smithi084 running (12m) 60s ago 12m 49.0M 4096M 15.2.0 204a01f9b0b6 89c4db6b20ee 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:osd.4 smithi102 running (11m) 41s ago 11m 49.9M 4096M 15.2.0 204a01f9b0b6 3062c2890a3d 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:osd.5 smithi102 running (11m) 41s ago 11m 49.0M 4096M 15.2.0 204a01f9b0b6 8b3aed004371 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:osd.6 smithi102 running (10m) 41s ago 11m 46.9M 4096M 15.2.0 204a01f9b0b6 03e84d27de71 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:osd.7 smithi102 running (10m) 41s ago 10m 49.7M 4096M 15.2.0 204a01f9b0b6 f0aaeb13a6c0 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:prometheus.a smithi102 running (2m) 41s ago 10m 38.2M - 2.48.1 ea7f826b1553 273f061e41ae 2024-01-13T09:26:56.459 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi084.oatkxx smithi084 running (7m) 60s ago 7m 50.2M - 15.2.0 204a01f9b0b6 b481ce3b512e 2024-01-13T09:26:56.460 INFO:teuthology.orchestra.run.smithi084.stdout:rgw.r.z.smithi102.wzmbxc smithi102 running (7m) 41s ago 7m 50.1M - 15.2.0 204a01f9b0b6 dccafea318ca 2024-01-13T09:26:56.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:56 smithi102 bash[30555]: audit 2024-01-13T09:26:55.311100+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-13T09:26:56.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:56 smithi102 bash[30555]: cluster 2024-01-13T09:26:55.311275+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e66: 8 total, 7 up, 8 in 2024-01-13T09:26:56.715 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:56 smithi084 bash[40269]: audit 2024-01-13T09:26:55.311100+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-13T09:26:56.715 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:56 smithi084 bash[40269]: cluster 2024-01-13T09:26:55.311275+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e66: 8 total, 7 up, 8 in 2024-01-13T09:26:56.715 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:56 smithi084 bash[38504]: audit 2024-01-13T09:26:55.311100+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-13T09:26:56.715 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:56 smithi084 bash[38504]: cluster 2024-01-13T09:26:55.311275+0000 mon.a (mon.0) 277 : cluster [DBG] osdmap e66: 8 total, 7 up, 8 in 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: cluster 2024-01-13T09:26:56.188842+0000 mgr.y (mgr.44106) 90 : cluster [DBG] pgmap v48: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: cluster 2024-01-13T09:26:56.306975+0000 mon.a (mon.0) 278 : cluster [WRN] Health check failed: Reduced data availability: 9 pgs inactive, 48 pgs peering (PG_AVAILABILITY) 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.441755+0000 mgr.y (mgr.44106) 91 : audit [DBG] from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.444351+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.445260+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.445991+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.446750+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.447468+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.448364+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.453769+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:26:57.488 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.454728+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.489 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.455421+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.489 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.455858+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.489 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[38504]: audit 2024-01-13T09:26:56.456311+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.490 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph versions' 2024-01-13T09:26:57.490 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: cluster 2024-01-13T09:26:56.188842+0000 mgr.y (mgr.44106) 90 : cluster [DBG] pgmap v48: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:57.490 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: cluster 2024-01-13T09:26:56.306975+0000 mon.a (mon.0) 278 : cluster [WRN] Health check failed: Reduced data availability: 9 pgs inactive, 48 pgs peering (PG_AVAILABILITY) 2024-01-13T09:26:57.490 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.441755+0000 mgr.y (mgr.44106) 91 : audit [DBG] from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:26:57.490 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.444351+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:26:57.490 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.445260+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:26:57.490 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.445991+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.490 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.446750+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.491 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.447468+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.491 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.448364+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.491 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.453769+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:26:57.491 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.454728+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.491 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.455421+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.491 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.455858+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.491 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:57 smithi084 bash[40269]: audit 2024-01-13T09:26:56.456311+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: cluster 2024-01-13T09:26:56.188842+0000 mgr.y (mgr.44106) 90 : cluster [DBG] pgmap v48: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: cluster 2024-01-13T09:26:56.306975+0000 mon.a (mon.0) 278 : cluster [WRN] Health check failed: Reduced data availability: 9 pgs inactive, 48 pgs peering (PG_AVAILABILITY) 2024-01-13T09:26:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.441755+0000 mgr.y (mgr.44106) 91 : audit [DBG] from='client.44142 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-13T09:26:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.444351+0000 mon.a (mon.0) 279 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-13T09:26:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.445260+0000 mon.a (mon.0) 280 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-13T09:26:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.445991+0000 mon.a (mon.0) 281 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.446750+0000 mon.a (mon.0) 282 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.447468+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.628 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.448364+0000 mon.a (mon.0) 284 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.453769+0000 mon.a (mon.0) 285 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-13T09:26:57.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.454728+0000 mon.a (mon.0) 286 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.455421+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.455858+0000 mon.a (mon.0) 288 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:57.629 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:57 smithi102 bash[30555]: audit 2024-01-13T09:26:56.456311+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-13T09:26:59.443 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:26:59 smithi084 bash[38504]: cluster 2024-01-13T09:26:58.190244+0000 mgr.y (mgr.44106) 92 : cluster [DBG] pgmap v49: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:59.443 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:26:59 smithi084 bash[40269]: cluster 2024-01-13T09:26:58.190244+0000 mgr.y (mgr.44106) 92 : cluster [DBG] pgmap v49: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:59.443 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:26:59 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.0.service: Succeeded. 2024-01-13T09:26:59.443 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:26:59 smithi084 systemd[1]: Stopped Ceph osd.0 for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:26:59.627 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:26:59 smithi102 bash[30555]: cluster 2024-01-13T09:26:58.190244+0000 mgr.y (mgr.44106) 92 : cluster [DBG] pgmap v49: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:26:59.788 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:26:59 smithi084 systemd[1]: Started Ceph osd.0 for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:27:00.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:00 smithi102 bash[30555]: audit 2024-01-13T09:26:59.489885+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:27:00.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:00 smithi102 bash[30555]: audit 2024-01-13T09:26:59.491267+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:27:00.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:00 smithi102 bash[30555]: audit 2024-01-13T09:26:59.493693+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:27:00.973 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:00 smithi084 bash[38504]: audit 2024-01-13T09:26:59.489885+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:27:00.973 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:00 smithi084 bash[38504]: audit 2024-01-13T09:26:59.491267+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:27:00.973 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:00 smithi084 bash[38504]: audit 2024-01-13T09:26:59.493693+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:27:00.974 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:00 smithi084 bash[40269]: audit 2024-01-13T09:26:59.489885+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:27:00.974 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:00 smithi084 bash[40269]: audit 2024-01-13T09:26:59.491267+0000 mon.a (mon.0) 291 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:27:00.974 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:00 smithi084 bash[40269]: audit 2024-01-13T09:26:59.493693+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-13T09:27:01.698 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:01 smithi084 bash[38504]: cluster 2024-01-13T09:27:00.191656+0000 mgr.y (mgr.44106) 93 : cluster [DBG] pgmap v50: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:27:01.698 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:01 smithi084 bash[40269]: cluster 2024-01-13T09:27:00.191656+0000 mgr.y (mgr.44106) 93 : cluster [DBG] pgmap v50: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:27:01.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:01 smithi102 bash[30555]: cluster 2024-01-13T09:27:00.191656+0000 mgr.y (mgr.44106) 93 : cluster [DBG] pgmap v50: 129 pgs: 49 peering, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail 2024-01-13T09:27:02.747 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[38504]: cluster 2024-01-13T09:27:02.505118+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: Degraded data redundancy: 65/606 objects degraded (10.726%), 19 pgs degraded (PG_DEGRADED) 2024-01-13T09:27:02.747 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[38504]: cluster 2024-01-13T09:27:02.505174+0000 mon.a (mon.0) 294 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 48 pgs peering) 2024-01-13T09:27:02.747 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[40269]: cluster 2024-01-13T09:27:02.505118+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: Degraded data redundancy: 65/606 objects degraded (10.726%), 19 pgs degraded (PG_DEGRADED) 2024-01-13T09:27:02.748 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[40269]: cluster 2024-01-13T09:27:02.505174+0000 mon.a (mon.0) 294 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 48 pgs peering) 2024-01-13T09:27:02.748 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[42528]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-13T09:27:02.748 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[42528]: Running command: /usr/bin/ceph-bluestore-tool prime-osd-dir --path /var/lib/ceph/osd/ceph-0 --no-mon-config --dev /dev/mapper/vg_nvme-lv_4 2024-01-13T09:27:02.748 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[42528]: Running command: /usr/bin/chown -h ceph:ceph /dev/mapper/vg_nvme-lv_4 2024-01-13T09:27:02.748 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[42528]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-13T09:27:02.748 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[42528]: Running command: /usr/bin/ln -s /dev/mapper/vg_nvme-lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-13T09:27:02.748 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[42528]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-13T09:27:02.748 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:02 smithi084 bash[42528]: --> ceph-volume raw activate successful for osd ID: 0 2024-01-13T09:27:02.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:02 smithi102 bash[30555]: cluster 2024-01-13T09:27:02.505118+0000 mon.a (mon.0) 293 : cluster [WRN] Health check failed: Degraded data redundancy: 65/606 objects degraded (10.726%), 19 pgs degraded (PG_DEGRADED) 2024-01-13T09:27:02.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:02 smithi102 bash[30555]: cluster 2024-01-13T09:27:02.505174+0000 mon.a (mon.0) 294 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 9 pgs inactive, 48 pgs peering) 2024-01-13T09:27:02.942 INFO:teuthology.orchestra.run.smithi084.stdout:{ 2024-01-13T09:27:02.942 INFO:teuthology.orchestra.run.smithi084.stdout: "mon": { 2024-01-13T09:27:02.942 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 3 2024-01-13T09:27:02.942 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:27:02.942 INFO:teuthology.orchestra.run.smithi084.stdout: "mgr": { 2024-01-13T09:27:02.942 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 2 2024-01-13T09:27:02.942 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:27:02.942 INFO:teuthology.orchestra.run.smithi084.stdout: "osd": { 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 7 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout: "mds": {}, 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout: "rgw": { 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout: }, 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout: "overall": { 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 9, 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout: "ceph version 16.2.14-456-g445562ab (445562ab4bc3ddfb386936119050695810860bcb) pacific (stable)": 5 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout: } 2024-01-13T09:27:02.943 INFO:teuthology.orchestra.run.smithi084.stdout:} 2024-01-13T09:27:03.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:03 smithi102 bash[30555]: cluster 2024-01-13T09:27:02.193302+0000 mgr.y (mgr.44106) 94 : cluster [DBG] pgmap v51: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:03.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:03 smithi102 bash[30555]: audit 2024-01-13T09:27:02.948679+0000 mon.c (mon.1) 4 : audit [DBG] from='client.54109 172.21.15.84:0/189409896' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:03.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:03 smithi084 bash[38504]: cluster 2024-01-13T09:27:02.193302+0000 mgr.y (mgr.44106) 94 : cluster [DBG] pgmap v51: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:03.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:03 smithi084 bash[38504]: audit 2024-01-13T09:27:02.948679+0000 mon.c (mon.1) 4 : audit [DBG] from='client.54109 172.21.15.84:0/189409896' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:03.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:03 smithi084 bash[40269]: cluster 2024-01-13T09:27:02.193302+0000 mgr.y (mgr.44106) 94 : cluster [DBG] pgmap v51: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:03.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:03 smithi084 bash[40269]: audit 2024-01-13T09:27:02.948679+0000 mon.c (mon.1) 4 : audit [DBG] from='client.54109 172.21.15.84:0/189409896' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:04.551 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-01-13T09:27:05.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:05 smithi102 bash[30555]: cluster 2024-01-13T09:27:04.194296+0000 mgr.y (mgr.44106) 95 : cluster [DBG] pgmap v52: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:05.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:05 smithi084 bash[38504]: cluster 2024-01-13T09:27:04.194296+0000 mgr.y (mgr.44106) 95 : cluster [DBG] pgmap v52: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:05.948 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:05 smithi084 bash[40269]: cluster 2024-01-13T09:27:04.194296+0000 mgr.y (mgr.44106) 95 : cluster [DBG] pgmap v52: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:05.948 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:05 smithi084 bash[42942]: debug 2024-01-13T09:27:05.778+0000 7f973d292700 1 -- 172.21.15.84:0/4001065306 <== mon.0 v2:172.21.15.84:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x556dbe2da680 con 0x556dbe34d000 2024-01-13T09:27:06.529 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:06 smithi084 bash[42942]: debug 2024-01-13T09:27:06.330+0000 7f9744d1e380 -1 Falling back to public interface 2024-01-13T09:27:07.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:07 smithi102 bash[30555]: cluster 2024-01-13T09:27:06.196147+0000 mgr.y (mgr.44106) 96 : cluster [DBG] pgmap v53: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:07.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:07 smithi102 bash[30555]: audit 2024-01-13T09:27:07.303270+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:27:07.948 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:27:07 smithi084 bash[36569]: debug 2024-01-13T09:27:07.598+0000 7f4281cbe700 -1 mgr.server reply reply (16) Device or resource busy unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-01-13T09:27:07.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:07 smithi084 bash[38504]: cluster 2024-01-13T09:27:06.196147+0000 mgr.y (mgr.44106) 96 : cluster [DBG] pgmap v53: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:07.948 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:07 smithi084 bash[38504]: audit 2024-01-13T09:27:07.303270+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:27:07.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:07 smithi084 bash[40269]: cluster 2024-01-13T09:27:06.196147+0000 mgr.y (mgr.44106) 96 : cluster [DBG] pgmap v53: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:07.949 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:07 smithi084 bash[40269]: audit 2024-01-13T09:27:07.303270+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:27:08.619 INFO:teuthology.orchestra.run.smithi084.stdout:false 2024-01-13T09:27:08.846 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[40269]: audit 2024-01-13T09:27:07.583089+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:27:08.846 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[40269]: audit 2024-01-13T09:27:07.595026+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:27:08.846 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[40269]: audit 2024-01-13T09:27:07.598250+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:08.846 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[40269]: audit 2024-01-13T09:27:07.600164+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:08.846 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[40269]: audit 2024-01-13T09:27:07.601635+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:08.846 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[40269]: audit 2024-01-13T09:27:07.603392+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-13T09:27:08.847 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[40269]: audit 2024-01-13T09:27:07.603661+0000 mgr.y (mgr.44106) 97 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-13T09:27:08.847 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[40269]: cephadm 2024-01-13T09:27:07.604769+0000 mgr.y (mgr.44106) 98 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-01-13T09:27:08.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[38504]: audit 2024-01-13T09:27:07.583089+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:27:08.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[38504]: audit 2024-01-13T09:27:07.595026+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:27:08.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[38504]: audit 2024-01-13T09:27:07.598250+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:08.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[38504]: audit 2024-01-13T09:27:07.600164+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:08.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[38504]: audit 2024-01-13T09:27:07.601635+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:08.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[38504]: audit 2024-01-13T09:27:07.603392+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-13T09:27:08.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[38504]: audit 2024-01-13T09:27:07.603661+0000 mgr.y (mgr.44106) 97 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-13T09:27:08.847 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:08 smithi084 bash[38504]: cephadm 2024-01-13T09:27:07.604769+0000 mgr.y (mgr.44106) 98 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-01-13T09:27:08.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:08 smithi102 bash[30555]: audit 2024-01-13T09:27:07.583089+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' 2024-01-13T09:27:08.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:08 smithi102 bash[30555]: audit 2024-01-13T09:27:07.595026+0000 mon.a (mon.0) 297 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-13T09:27:08.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:08 smithi102 bash[30555]: audit 2024-01-13T09:27:07.598250+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:08.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:08 smithi102 bash[30555]: audit 2024-01-13T09:27:07.600164+0000 mon.a (mon.0) 299 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:08.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:08 smithi102 bash[30555]: audit 2024-01-13T09:27:07.601635+0000 mon.a (mon.0) 300 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:08.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:08 smithi102 bash[30555]: audit 2024-01-13T09:27:07.603392+0000 mon.a (mon.0) 301 : audit [DBG] from='mgr.44106 172.21.15.84:0/122250487' entity='mgr.y' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-13T09:27:08.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:08 smithi102 bash[30555]: audit 2024-01-13T09:27:07.603661+0000 mgr.y (mgr.44106) 97 : audit [DBG] from='mon.0 -' entity='mon.' cmd=[{"prefix": "osd ok-to-stop", "ids": ["1"], "max": 16}]: dispatch 2024-01-13T09:27:08.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:08 smithi102 bash[30555]: cephadm 2024-01-13T09:27:07.604769+0000 mgr.y (mgr.44106) 98 : cephadm [INF] Upgrade: unsafe to stop osd(s) at this time (17 PGs are or would become offline) 2024-01-13T09:27:09.426 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T09:27:09.426 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi084 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 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-13T09:27:09.637 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=cbd048472b4f4f3b8ffdf6c7d46ac662 Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/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_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ceph_ceph-c_445562ab4bc3ddfb386936119050695810860bcb/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/remote.py", line 523, in run r = self._runner(client=self.ssh, name=self.shortname, **kwargs) File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_cd45576300487d997e5a85abed65500b9f5d143b/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi084 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 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-13T09:27:09.640 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-13T09:27:09.651 INFO:tasks.cephadm:Teardown begin 2024-01-13T09:27:09.652 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T09:27:09.656 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[42942]: debug 2024-01-13T09:27:09.338+0000 7f9744d1e380 -1 osd.0 64 log_to_monitors {default=true} 2024-01-13T09:27:09.671 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T09:27:09.687 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-13T09:27:09.688 DEBUG:teuthology.orchestra.run.smithi084:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-13T09:27:09.719 DEBUG:teuthology.orchestra.run.smithi102:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-13T09:27:09.725 INFO:tasks.cephadm:Stopping all daemons... 2024-01-13T09:27:09.726 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-01-13T09:27:09.726 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a 2024-01-13T09:27:09.877 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:09 smithi102 bash[30555]: cluster 2024-01-13T09:27:08.196933+0000 mgr.y (mgr.44106) 99 : cluster [DBG] pgmap v54: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:09.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:09 smithi102 bash[30555]: audit 2024-01-13T09:27:08.613361+0000 mon.c (mon.1) 5 : audit [DBG] from='client.44157 172.21.15.84:0/1953729384' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:09.878 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:09 smithi102 bash[30555]: audit 2024-01-13T09:27:09.348449+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2903055727,v1:172.21.15.84:6803/2903055727]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-13T09:27:09.942 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[40269]: cluster 2024-01-13T09:27:08.196933+0000 mgr.y (mgr.44106) 99 : cluster [DBG] pgmap v54: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:09.942 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[40269]: audit 2024-01-13T09:27:08.613361+0000 mon.c (mon.1) 5 : audit [DBG] from='client.44157 172.21.15.84:0/1953729384' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:09.942 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[40269]: audit 2024-01-13T09:27:09.348449+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2903055727,v1:172.21.15.84:6803/2903055727]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-13T09:27:09.943 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[38504]: cluster 2024-01-13T09:27:08.196933+0000 mgr.y (mgr.44106) 99 : cluster [DBG] pgmap v54: 129 pgs: 19 active+undersized+degraded, 30 active+undersized, 80 active+clean; 7.0 KiB data, 5.8 MiB used, 707 GiB / 715 GiB avail; 65/606 objects degraded (10.726%) 2024-01-13T09:27:09.943 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[38504]: audit 2024-01-13T09:27:08.613361+0000 mon.c (mon.1) 5 : audit [DBG] from='client.44157 172.21.15.84:0/1953729384' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-13T09:27:09.943 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[38504]: audit 2024-01-13T09:27:09.348449+0000 mon.a (mon.0) 302 : audit [INF] from='osd.0 [v2:172.21.15.84:6802/2903055727,v1:172.21.15.84:6803/2903055727]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-13T09:27:09.943 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:09 smithi084 systemd[1]: Stopping Ceph mon.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:09.943 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[43760]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.a 2024-01-13T09:27:09.943 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[42942]: debug 2024-01-13T09:27:09.634+0000 7f9734203700 -1 osd.0 64 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-13T09:27:10.198 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[42942]: debug 2024-01-13T09:27:09.954+0000 7f972ba83700 -1 osd.0 64 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-13T09:27:10.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[38504]: debug 2024-01-13T09:27:09.942+0000 7f93de1c4700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-13T09:27:10.198 INFO:journalctl@ceph.mon.a.smithi084.stdout:Jan 13 09:27:09 smithi084 bash[38504]: debug 2024-01-13T09:27:09.942+0000 7f93de1c4700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-01-13T09:27:11.006 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.a.service' 2024-01-13T09:27:11.045 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:11.045 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-01-13T09:27:11.045 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-01-13T09:27:11.045 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.c 2024-01-13T09:27:11.412 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:11 smithi084 bash[42942]: debug 2024-01-13T09:27:11.282+0000 7f972ba83700 -1 osd.0 67 set_numa_affinity unable to identify public interface '' numa node: (2) No such file or directory 2024-01-13T09:27:11.413 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:11 smithi084 systemd[1]: Stopping Ceph mon.c for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:11.413 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:11 smithi084 bash[43870]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.c 2024-01-13T09:27:11.413 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:11 smithi084 bash[40269]: debug 2024-01-13T09:27:11.274+0000 7f4fae63e700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-13T09:27:11.413 INFO:journalctl@ceph.mon.c.smithi084.stdout:Jan 13 09:27:11 smithi084 bash[40269]: debug 2024-01-13T09:27:11.274+0000 7f4fae63e700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-01-13T09:27:12.235 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.c.service' 2024-01-13T09:27:12.262 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:12.262 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-01-13T09:27:12.262 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-01-13T09:27:12.262 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.b 2024-01-13T09:27:12.567 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:12 smithi102 systemd[1]: Stopping Ceph mon.b for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:12.568 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:12 smithi102 bash[31826]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mon.b 2024-01-13T09:27:12.568 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:12 smithi102 bash[30555]: debug 2024-01-13T09:27:12.506+0000 7f6249a34700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug --default-mon-cluster-log-to-file=false --default-mon-cluster-log-to-stderr=true (PID: 1) UID: 0 2024-01-13T09:27:12.568 INFO:journalctl@ceph.mon.b.smithi102.stdout:Jan 13 09:27:12 smithi102 bash[30555]: debug 2024-01-13T09:27:12.506+0000 7f6249a34700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-01-13T09:27:13.385 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mon.b.service' 2024-01-13T09:27:13.453 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:13.454 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-01-13T09:27:13.454 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-01-13T09:27:13.454 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y 2024-01-13T09:27:13.853 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:27:13 smithi084 systemd[1]: Stopping Ceph mgr.y for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:13.853 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:27:13 smithi084 bash[43979]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr.y 2024-01-13T09:27:13.854 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:27:13 smithi084 bash[36569]: debug 2024-01-13T09:27:13.650+0000 7f42acaf1700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-mgr -n mgr.y -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-01-13T09:27:13.854 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:27:13 smithi084 bash[36569]: debug 2024-01-13T09:27:13.650+0000 7f42acaf1700 -1 mgr handle_mgr_signal *** Got signal Terminated *** 2024-01-13T09:27:14.459 INFO:journalctl@ceph.mgr.y.smithi084.stdout:Jan 13 09:27:14 smithi084 bash[44012]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr-y 2024-01-13T09:27:14.465 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.y.service' 2024-01-13T09:27:14.499 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:14.499 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-01-13T09:27:14.499 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-01-13T09:27:14.499 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.x 2024-01-13T09:27:14.770 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:27:14 smithi102 systemd[1]: Stopping Ceph mgr.x for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:14.770 INFO:journalctl@ceph.mgr.x.smithi102.stdout:Jan 13 09:27:14 smithi102 bash[31951]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-mgr.x 2024-01-13T09:27:15.562 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@mgr.x.service' 2024-01-13T09:27:15.585 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:15.585 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-01-13T09:27:15.585 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-01-13T09:27:15.585 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.0 2024-01-13T09:27:15.873 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:15 smithi084 systemd[1]: Stopping Ceph osd.0 for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:15.873 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:15 smithi084 bash[44093]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd.0 2024-01-13T09:27:15.873 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:15 smithi084 bash[42942]: debug 2024-01-13T09:27:15.798+0000 7f973c290700 -1 received signal: Terminated from /sbin/docker-init -- /usr/bin/ceph-osd -n osd.0 -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-stderr=true --default-log-stderr-prefix=debug (PID: 1) UID: 0 2024-01-13T09:27:15.873 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:15 smithi084 bash[42942]: debug 2024-01-13T09:27:15.798+0000 7f973c290700 -1 osd.0 67 *** Got signal Terminated *** 2024-01-13T09:27:15.874 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:15 smithi084 bash[42942]: debug 2024-01-13T09:27:15.798+0000 7f973c290700 -1 osd.0 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-13T09:27:16.678 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:16 smithi084 bash[44129]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd-0 2024-01-13T09:27:16.678 INFO:journalctl@ceph.osd.0.smithi084.stdout:Jan 13 09:27:16 smithi084 bash[44196]: Error response from daemon: No such container: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd-0 2024-01-13T09:27:18.690 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.0.service' 2024-01-13T09:27:18.725 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:18.726 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-01-13T09:27:18.726 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-01-13T09:27:18.726 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.1 2024-01-13T09:27:18.948 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:27:18 smithi084 systemd[1]: Stopping Ceph osd.1 for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:18.948 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:27:18 smithi084 bash[21097]: debug 2024-01-13T09:27:18.866+0000 7ff956dbf700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:27:18.948 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:27:18 smithi084 bash[21097]: debug 2024-01-13T09:27:18.866+0000 7ff956dbf700 -1 osd.1 67 *** Got signal Terminated *** 2024-01-13T09:27:18.949 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:27:18 smithi084 bash[21097]: debug 2024-01-13T09:27:18.866+0000 7ff956dbf700 -1 osd.1 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-13T09:27:19.948 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:27:19 smithi084 bash[44310]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd.1 2024-01-13T09:27:19.948 INFO:journalctl@ceph.osd.1.smithi084.stdout:Jan 13 09:27:19 smithi084 bash[44346]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/osd.1/unit.stop: No such file or directory 2024-01-13T09:27:21.801 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.1.service' 2024-01-13T09:27:21.836 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:21.836 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-01-13T09:27:21.836 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-01-13T09:27:21.837 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.2 2024-01-13T09:27:22.115 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:27:21 smithi084 systemd[1]: Stopping Ceph osd.2 for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:22.115 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:27:22 smithi084 bash[22705]: debug 2024-01-13T09:27:21.998+0000 7f21df7a7700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:27:22.115 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:27:22 smithi084 bash[22705]: debug 2024-01-13T09:27:21.998+0000 7f21df7a7700 -1 osd.2 67 *** Got signal Terminated *** 2024-01-13T09:27:22.116 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:27:22 smithi084 bash[22705]: debug 2024-01-13T09:27:21.998+0000 7f21df7a7700 -1 osd.2 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-13T09:27:22.948 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:27:22 smithi084 bash[44433]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd.2 2024-01-13T09:27:22.948 INFO:journalctl@ceph.osd.2.smithi084.stdout:Jan 13 09:27:22 smithi084 bash[44471]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/osd.2/unit.stop: No such file or directory 2024-01-13T09:27:24.649 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.2.service' 2024-01-13T09:27:24.682 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:24.682 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-01-13T09:27:24.683 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-01-13T09:27:24.683 DEBUG:teuthology.orchestra.run.smithi084:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.3 2024-01-13T09:27:24.948 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:27:24 smithi084 systemd[1]: Stopping Ceph osd.3 for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:24.948 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:27:24 smithi084 bash[24396]: debug 2024-01-13T09:27:24.870+0000 7f3e41ad7700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:27:24.948 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:27:24 smithi084 bash[24396]: debug 2024-01-13T09:27:24.870+0000 7f3e41ad7700 -1 osd.3 67 *** Got signal Terminated *** 2024-01-13T09:27:24.949 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:27:24 smithi084 bash[24396]: debug 2024-01-13T09:27:24.870+0000 7f3e41ad7700 -1 osd.3 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-13T09:27:25.948 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:27:25 smithi084 bash[44560]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd.3 2024-01-13T09:27:25.948 INFO:journalctl@ceph.osd.3.smithi084.stdout:Jan 13 09:27:25 smithi084 bash[44600]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/osd.3/unit.stop: No such file or directory 2024-01-13T09:27:27.631 DEBUG:teuthology.orchestra.run.smithi084:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.3.service' 2024-01-13T09:27:27.663 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:27.663 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-01-13T09:27:27.664 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-01-13T09:27:27.664 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.4 2024-01-13T09:27:28.069 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:27:27 smithi102 systemd[1]: Stopping Ceph osd.4 for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:28.070 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:27:27 smithi102 bash[16139]: debug 2024-01-13T09:27:27.810+0000 7fb339dd9700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:27:28.070 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:27:27 smithi102 bash[16139]: debug 2024-01-13T09:27:27.810+0000 7fb339dd9700 -1 osd.4 67 *** Got signal Terminated *** 2024-01-13T09:27:28.070 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:27:27 smithi102 bash[16139]: debug 2024-01-13T09:27:27.810+0000 7fb339dd9700 -1 osd.4 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-13T09:27:28.877 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:27:28 smithi102 bash[32076]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd.4 2024-01-13T09:27:28.878 INFO:journalctl@ceph.osd.4.smithi102.stdout:Jan 13 09:27:28 smithi102 bash[32124]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/osd.4/unit.stop: No such file or directory 2024-01-13T09:27:30.580 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.4.service' 2024-01-13T09:27:30.613 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:30.614 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-01-13T09:27:30.614 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-01-13T09:27:30.614 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.5 2024-01-13T09:27:30.877 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:27:30 smithi102 systemd[1]: Stopping Ceph osd.5 for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:30.878 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:27:30 smithi102 bash[17684]: debug 2024-01-13T09:27:30.722+0000 7f0e7ec40700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:27:30.878 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:27:30 smithi102 bash[17684]: debug 2024-01-13T09:27:30.722+0000 7f0e7ec40700 -1 osd.5 67 *** Got signal Terminated *** 2024-01-13T09:27:30.878 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:27:30 smithi102 bash[17684]: debug 2024-01-13T09:27:30.722+0000 7f0e7ec40700 -1 osd.5 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-13T09:27:31.627 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:27:31 smithi102 bash[32215]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd.5 2024-01-13T09:27:31.628 INFO:journalctl@ceph.osd.5.smithi102.stdout:Jan 13 09:27:31 smithi102 bash[32252]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/osd.5/unit.stop: No such file or directory 2024-01-13T09:27:33.413 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.5.service' 2024-01-13T09:27:33.447 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:33.447 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-01-13T09:27:33.448 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-01-13T09:27:33.448 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.6 2024-01-13T09:27:33.714 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:27:33 smithi102 systemd[1]: Stopping Ceph osd.6 for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:33.714 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:27:33 smithi102 bash[19441]: debug 2024-01-13T09:27:33.602+0000 7eff9ed66700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:27:33.714 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:27:33 smithi102 bash[19441]: debug 2024-01-13T09:27:33.602+0000 7eff9ed66700 -1 osd.6 67 *** Got signal Terminated *** 2024-01-13T09:27:33.715 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:27:33 smithi102 bash[19441]: debug 2024-01-13T09:27:33.602+0000 7eff9ed66700 -1 osd.6 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-13T09:27:34.627 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:27:34 smithi102 bash[32342]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd.6 2024-01-13T09:27:34.628 INFO:journalctl@ceph.osd.6.smithi102.stdout:Jan 13 09:27:34 smithi102 bash[32380]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/osd.6/unit.stop: No such file or directory 2024-01-13T09:27:36.313 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.6.service' 2024-01-13T09:27:36.344 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:36.344 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-01-13T09:27:36.344 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-01-13T09:27:36.345 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.7 2024-01-13T09:27:36.589 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:27:36 smithi102 systemd[1]: Stopping Ceph osd.7 for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:36.589 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:27:36 smithi102 bash[21017]: debug 2024-01-13T09:27:36.466+0000 7fec6c126700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-13T09:27:36.590 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:27:36 smithi102 bash[21017]: debug 2024-01-13T09:27:36.466+0000 7fec6c126700 -1 osd.7 67 *** Got signal Terminated *** 2024-01-13T09:27:36.590 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:27:36 smithi102 bash[21017]: debug 2024-01-13T09:27:36.466+0000 7fec6c126700 -1 osd.7 67 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-13T09:27:37.377 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:27:37 smithi102 bash[32467]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-osd.7 2024-01-13T09:27:37.378 INFO:journalctl@ceph.osd.7.smithi102.stdout:Jan 13 09:27:37 smithi102 bash[32506]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/osd.7/unit.stop: No such file or directory 2024-01-13T09:27:38.996 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@osd.7.service' 2024-01-13T09:27:39.028 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:39.029 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-01-13T09:27:39.029 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-01-13T09:27:39.029 DEBUG:teuthology.orchestra.run.smithi102:> sudo systemctl stop ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@prometheus.a 2024-01-13T09:27:39.378 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 systemd[1]: Stopping Ceph prometheus.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:39.378 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.180Z caller=main.go:859 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-13T09:27:39.378 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.180Z caller=main.go:883 level=info msg="Stopping scrape discovery manager..." 2024-01-13T09:27:39.378 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.180Z caller=main.go:897 level=info msg="Stopping notify discovery manager..." 2024-01-13T09:27:39.378 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.180Z caller=manager.go:1026 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-13T09:27:39.378 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.180Z caller=main.go:893 level=info msg="Notify discovery manager stopped" 2024-01-13T09:27:39.379 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.180Z caller=main.go:879 level=info msg="Scrape discovery manager stopped" 2024-01-13T09:27:39.379 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.180Z caller=manager.go:1036 level=info component="rule manager" msg="Rule manager stopped" 2024-01-13T09:27:39.379 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.180Z caller=main.go:934 level=info msg="Stopping scrape manager..." 2024-01-13T09:27:39.379 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.181Z caller=main.go:926 level=info msg="Scrape manager stopped" 2024-01-13T09:27:39.379 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.184Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-13T09:27:39.379 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.184Z caller=main.go:1156 level=info msg="Notifier manager stopped" 2024-01-13T09:27:39.379 INFO:journalctl@ceph.prometheus.a.smithi102.stdout:Jan 13 09:27:39 smithi102 bash[27110]: ts=2024-01-13T09:27:39.184Z caller=main.go:1168 level=info msg="See you next time!" 2024-01-13T09:27:39.906 DEBUG:teuthology.orchestra.run.smithi102:> sudo pkill -f 'journalctl -f -n 0 -u ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@prometheus.a.service' 2024-01-13T09:27:39.938 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-13T09:27:39.939 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-01-13T09:27:39.939 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 --force --keep-logs 2024-01-13T09:27:40.053 INFO:teuthology.orchestra.run.smithi084.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-13T09:27:40.053 INFO:teuthology.orchestra.run.smithi084.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-13T09:27:40.053 INFO:teuthology.orchestra.run.smithi084.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-13T09:27:40.053 INFO:teuthology.orchestra.run.smithi084.stderr: [--retry RETRY] 2024-01-13T09:27:40.053 INFO:teuthology.orchestra.run.smithi084.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2024-01-13T09:27:40.053 INFO:teuthology.orchestra.run.smithi084.stderr: ... 2024-01-13T09:27:40.053 INFO:teuthology.orchestra.run.smithi084.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-13T09:27:40.062 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-13T09:27:40.062 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 --force --keep-logs 2024-01-13T09:27:40.177 INFO:teuthology.orchestra.run.smithi102.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-13T09:27:40.177 INFO:teuthology.orchestra.run.smithi102.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-13T09:27:40.177 INFO:teuthology.orchestra.run.smithi102.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-13T09:27:40.178 INFO:teuthology.orchestra.run.smithi102.stderr: [--retry RETRY] 2024-01-13T09:27:40.178 INFO:teuthology.orchestra.run.smithi102.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2024-01-13T09:27:40.178 INFO:teuthology.orchestra.run.smithi102.stderr: ... 2024-01-13T09:27:40.178 INFO:teuthology.orchestra.run.smithi102.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-13T09:27:40.186 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-13T09:27:40.187 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T09:27:40.203 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-13T09:27:40.215 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-13T09:27:40.218 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815/remote/ubuntu@smithi084.front.sepia.ceph.com/crash 2024-01-13T09:27:40.218 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/crash -- . 2024-01-13T09:27:40.236 DEBUG:teuthology.misc:Transferring archived files from smithi102:/var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815/remote/ubuntu@smithi102.front.sepia.ceph.com/crash 2024-01-13T09:27:40.237 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/crash -- . 2024-01-13T09:27:40.252 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-13T09:27:40.252 DEBUG:teuthology.orchestra.run.smithi084:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-13T09:27:40.297 INFO:teuthology.orchestra.run.smithi084.stderr:grep: /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph.log: No such file or directory 2024-01-13T09:27:40.299 INFO:tasks.cephadm:Compressing logs... 2024-01-13T09:27:40.300 DEBUG:teuthology.orchestra.run.smithi084:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-13T09:27:40.302 DEBUG:teuthology.orchestra.run.smithi102:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-13T09:27:40.313 INFO:teuthology.orchestra.run.smithi084.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-13T09:27:40.318 INFO:teuthology.orchestra.run.smithi102.stderr:find: '/var/log/rbd-target-api': No such file or directory 2024-01-13T09:27:40.330 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mon.a.log 2024-01-13T09:27:40.331 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-client.rgw.r.z.smithi084.oatkxx.log 2024-01-13T09:27:40.332 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mon.a.log: gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mgr.y.log 2024-01-13T09:27:40.332 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-client.rgw.r.z.smithi084.oatkxx.log: gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mon.c.log 2024-01-13T09:27:40.332 INFO:teuthology.orchestra.run.smithi084.stderr: 58.5% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-client.rgw.r.z.smithi084.oatkxx.log.gz 2024-01-13T09:27:40.333 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mgr.y.log: gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.1.log 2024-01-13T09:27:40.333 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mon.c.log: -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.0.log 2024-01-13T09:27:40.334 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.1.log: gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.3.log 2024-01-13T09:27:40.335 INFO:teuthology.orchestra.run.smithi084.stderr:gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-volume.log 2024-01-13T09:27:40.335 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.2.log /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.3.log: 2024-01-13T09:27:40.339 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-13T09:27:40.344 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mon.b.log 2024-01-13T09:27:40.345 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.5.log 2024-01-13T09:27:40.346 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mgr.x.log 2024-01-13T09:27:40.347 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.6.log 2024-01-13T09:27:40.347 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.5.log: gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-client.rgw.r.z.smithi102.wzmbxc.log 2024-01-13T09:27:40.348 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mgr.x.log: /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.6.log: gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.4.log 2024-01-13T09:27:40.348 INFO:teuthology.orchestra.run.smithi102.stderr:gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-volume.log 2024-01-13T09:27:40.349 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-client.rgw.r.z.smithi102.wzmbxc.log: 58.4%gzip -5 --verbose -- /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.7.log 2024-01-13T09:27:40.349 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.4.log: -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-client.rgw.r.z.smithi102.wzmbxc.log.gz 2024-01-13T09:27:40.350 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-13T09:27:40.352 INFO:teuthology.orchestra.run.smithi084.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.2.log: /var/log/ceph/cephadm.log: 91.4% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-volume.log.gz 2024-01-13T09:27:40.352 INFO:teuthology.orchestra.run.smithi084.stderr: 89.7% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-13T09:27:40.356 INFO:teuthology.orchestra.run.smithi102.stderr:/var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.7.log: /var/log/ceph/cephadm.log: 89.9% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-13T09:27:40.357 INFO:teuthology.orchestra.run.smithi102.stderr: 91.1% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-volume.log.gz 2024-01-13T09:27:40.391 INFO:teuthology.orchestra.run.smithi102.stderr: 90.0% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mgr.x.log.gz 2024-01-13T09:27:40.607 INFO:teuthology.orchestra.run.smithi084.stderr: 91.8% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mgr.y.log.gz 2024-01-13T09:27:40.634 INFO:teuthology.orchestra.run.smithi084.stderr: 92.7% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.2.log.gz 2024-01-13T09:27:40.645 INFO:teuthology.orchestra.run.smithi102.stderr: 92.8% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.6.log.gz 2024-01-13T09:27:40.693 INFO:teuthology.orchestra.run.smithi084.stderr: 93.2% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.3.log.gz 2024-01-13T09:27:40.741 INFO:teuthology.orchestra.run.smithi102.stderr: 93.0% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.5.log.gz 2024-01-13T09:27:40.769 INFO:teuthology.orchestra.run.smithi102.stderr: 93.3% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.4.log.gz 2024-01-13T09:27:40.784 INFO:teuthology.orchestra.run.smithi102.stderr: 93.5% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.7.log.gz 2024-01-13T09:27:40.786 INFO:teuthology.orchestra.run.smithi084.stderr: 94.1% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mon.c.log.gz 2024-01-13T09:27:40.814 INFO:teuthology.orchestra.run.smithi084.stderr: 93.1% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.0.log.gz 2024-01-13T09:27:40.826 INFO:teuthology.orchestra.run.smithi084.stderr: 93.4% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-osd.1.log.gz 2024-01-13T09:27:40.835 INFO:teuthology.orchestra.run.smithi102.stderr: 93.5% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mon.b.log.gz 2024-01-13T09:27:40.837 INFO:teuthology.orchestra.run.smithi102.stderr: 2024-01-13T09:27:40.837 INFO:teuthology.orchestra.run.smithi102.stderr:real 0m0.530s 2024-01-13T09:27:40.837 INFO:teuthology.orchestra.run.smithi102.stderr:user 0m2.013s 2024-01-13T09:27:40.837 INFO:teuthology.orchestra.run.smithi102.stderr:sys 0m0.116s 2024-01-13T09:27:41.134 INFO:teuthology.orchestra.run.smithi084.stderr: 91.1% -- replaced with /var/log/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/ceph-mon.a.log.gz 2024-01-13T09:27:41.135 INFO:teuthology.orchestra.run.smithi084.stderr: 2024-01-13T09:27:41.135 INFO:teuthology.orchestra.run.smithi084.stderr:real 0m0.830s 2024-01-13T09:27:41.135 INFO:teuthology.orchestra.run.smithi084.stderr:user 0m3.075s 2024-01-13T09:27:41.135 INFO:teuthology.orchestra.run.smithi084.stderr:sys 0m0.118s 2024-01-13T09:27:41.136 INFO:tasks.cephadm:Archiving logs... 2024-01-13T09:27:41.137 DEBUG:teuthology.misc:Transferring archived files from smithi084:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815/remote/ubuntu@smithi084.front.sepia.ceph.com/log 2024-01-13T09:27:41.138 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-13T09:27:41.518 DEBUG:teuthology.misc:Transferring archived files from smithi102:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815/remote/ubuntu@smithi102.front.sepia.ceph.com/log 2024-01-13T09:27:41.519 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-13T09:27:41.785 INFO:tasks.cephadm:Removing cluster... 2024-01-13T09:27:41.785 DEBUG:teuthology.orchestra.run.smithi084:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 --force 2024-01-13T09:27:43.697 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:27:43 smithi084 systemd[1]: Stopping Ceph node-exporter.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:44.448 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:27:44 smithi084 bash[44886]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-node-exporter.a 2024-01-13T09:27:44.448 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:27:44 smithi084 bash[44933]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2024-01-13T09:27:44.448 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:27:44 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-01-13T09:27:44.448 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:27:44 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-01-13T09:27:44.448 INFO:journalctl@ceph.node-exporter.a.smithi084.stdout:Jan 13 09:27:44 smithi084 systemd[1]: Stopped Ceph node-exporter.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:27:44.904 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:27:44 smithi084 systemd[1]: Stopping Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:27:44.904 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:27:44 smithi084 bash[35848]: ts=2024-01-13T09:27:44.677Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-13T09:27:45.448 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:27:45 smithi084 bash[44959]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-alertmanager.a 2024-01-13T09:27:45.448 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:27:45 smithi084 bash[45004]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/alertmanager.a/unit.stop: No such file or directory 2024-01-13T09:27:45.448 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:27:45 smithi084 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-13T09:27:45.448 INFO:journalctl@ceph.alertmanager.a.smithi084.stdout:Jan 13 09:27:45 smithi084 systemd[1]: Stopped Ceph alertmanager.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:27:57.168 DEBUG:teuthology.orchestra.run.smithi102:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid 82e68f94-b1f3-11ee-95ac-87774f69a715 --force 2024-01-13T09:27:59.127 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:27:58 smithi102 systemd[1]: Stopping Ceph node-exporter.b for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:28:00.083 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:27:59 smithi102 bash[32822]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-node-exporter.b 2024-01-13T09:28:00.084 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:27:59 smithi102 bash[32870]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/node-exporter.b/unit.stop: No such file or directory 2024-01-13T09:28:00.084 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:27:59 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-01-13T09:28:00.084 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:27:59 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-01-13T09:28:00.084 INFO:journalctl@ceph.node-exporter.b.smithi102.stdout:Jan 13 09:27:59 smithi102 systemd[1]: Stopped Ceph node-exporter.b for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:28:00.378 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 systemd[1]: Stopping Ceph grafana.a for 82e68f94-b1f3-11ee-95ac-87774f69a715... 2024-01-13T09:28:00.378 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-01-13T09:28:00.378 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped Stream Manager" 2024-01-13T09:28:00.378 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-01-13T09:28:00.378 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-01-13T09:28:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-01-13T09:28:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-01-13T09:28:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-01-13T09:28:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-01-13T09:28:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-01-13T09:28:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-01-13T09:28:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-01-13T09:28:00.379 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-01-13T09:28:00.380 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[23108]: t=2024-01-13T09:28:00+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-01-13T09:28:01.102 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[32896]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715-grafana.a 2024-01-13T09:28:01.102 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 bash[32942]: bash: /var/lib/ceph/82e68f94-b1f3-11ee-95ac-87774f69a715/grafana.a/unit.stop: No such file or directory 2024-01-13T09:28:01.102 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-01-13T09:28:01.102 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 systemd[1]: ceph-82e68f94-b1f3-11ee-95ac-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-01-13T09:28:01.102 INFO:journalctl@ceph.grafana.a.smithi102.stdout:Jan 13 09:28:00 smithi102 systemd[1]: Stopped Ceph grafana.a for 82e68f94-b1f3-11ee-95ac-87774f69a715. 2024-01-13T09:28:12.598 INFO:tasks.cephadm:Removing cephadm ... 2024-01-13T09:28:12.598 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-13T09:28:12.606 DEBUG:teuthology.orchestra.run.smithi102:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-13T09:28:12.611 INFO:tasks.cephadm:Teardown complete 2024-01-13T09:28:12.611 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-13T09:28:12.621 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-13T09:28:12.621 DEBUG:teuthology.orchestra.run.smithi084:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T09:28:12.650 DEBUG:teuthology.orchestra.run.smithi102:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-13T09:28:12.671 INFO:teuthology.orchestra.run.smithi084.stdout: remote refid st t when poll reach delay offset jitter 2024-01-13T09:28:12.671 INFO:teuthology.orchestra.run.smithi084.stdout:============================================================================== 2024-01-13T09:28:12.671 INFO:teuthology.orchestra.run.smithi084.stdout:*hv01.front.sepi 44.4.53.2 2 u 48 64 377 0.093 2.387 0.356 2024-01-13T09:28:12.671 INFO:teuthology.orchestra.run.smithi084.stdout:+hv02.front.sepi 63.231.80.2 3 u 52 64 377 0.089 2.567 0.488 2024-01-13T09:28:12.671 INFO:teuthology.orchestra.run.smithi084.stdout:+hv03.front.sepi 74.6.168.72 3 u 44 64 377 0.093 0.651 0.285 2024-01-13T09:28:12.671 INFO:teuthology.orchestra.run.smithi084.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2024-01-13T09:28:12.673 INFO:teuthology.orchestra.run.smithi102.stdout: remote refid st t when poll reach delay offset jitter 2024-01-13T09:28:12.673 INFO:teuthology.orchestra.run.smithi102.stdout:============================================================================== 2024-01-13T09:28:12.673 INFO:teuthology.orchestra.run.smithi102.stdout:*hv01.front.sepi 44.4.53.2 2 u 47 64 377 0.085 1.228 0.057 2024-01-13T09:28:12.673 INFO:teuthology.orchestra.run.smithi102.stdout:+hv02.front.sepi 63.231.80.2 3 u 43 64 377 0.091 1.061 0.196 2024-01-13T09:28:12.673 INFO:teuthology.orchestra.run.smithi102.stdout:+hv03.front.sepi 74.6.168.72 3 u 46 64 377 0.099 -0.327 0.319 2024-01-13T09:28:12.673 INFO:teuthology.orchestra.run.smithi102.stdout: hv04.front.sepi .INIT. 16 u - 512 0 0.000 0.000 0.000 2024-01-13T09:28:12.674 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-13T09:28:12.685 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-13T09:28:12.685 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-13T09:28:12.699 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-13T09:28:12.714 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-13T09:28:12.727 INFO:teuthology.task.internal:Duration was 1431.982109 seconds 2024-01-13T09:28:12.727 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-13T09:28:12.738 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-13T09:28:12.739 DEBUG:teuthology.orchestra.run.smithi084:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-13T09:28:12.741 DEBUG:teuthology.orchestra.run.smithi102:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-13T09:28:12.796 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-13T09:28:12.796 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi084.front.sepia.ceph.com 2024-01-13T09:28:12.796 DEBUG:teuthology.orchestra.run.smithi084:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-13T09:28:12.809 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi102.front.sepia.ceph.com 2024-01-13T09:28:12.809 DEBUG:teuthology.orchestra.run.smithi102:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-13T09:28:12.825 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-13T09:28:12.825 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-13T09:28:12.854 DEBUG:teuthology.orchestra.run.smithi102:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-13T09:28:12.928 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-13T09:28:12.929 DEBUG:teuthology.orchestra.run.smithi084:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-13T09:28:12.931 DEBUG:teuthology.orchestra.run.smithi102:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-13T09:28:13.090 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-13T09:28:13.102 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-13T09:28:13.102 DEBUG:teuthology.orchestra.run.smithi084:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-13T09:28:13.115 DEBUG:teuthology.orchestra.run.smithi102:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-13T09:28:13.131 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-13T09:28:13.143 DEBUG:teuthology.orchestra.run.smithi084:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-13T09:28:13.158 DEBUG:teuthology.orchestra.run.smithi102:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-13T09:28:13.167 INFO:teuthology.orchestra.run.smithi084.stdout:kernel.core_pattern = core 2024-01-13T09:28:13.189 INFO:teuthology.orchestra.run.smithi102.stdout:kernel.core_pattern = core 2024-01-13T09:28:13.233 DEBUG:teuthology.orchestra.run.smithi084:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-13T09:28:13.238 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T09:28:13.239 DEBUG:teuthology.orchestra.run.smithi102:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-13T09:28:13.244 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-13T09:28:13.245 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-13T09:28:13.256 INFO:teuthology.task.internal:Transferring archived files... 2024-01-13T09:28:13.257 DEBUG:teuthology.misc:Transferring archived files from smithi084:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815/remote/smithi084 2024-01-13T09:28:13.258 DEBUG:teuthology.orchestra.run.smithi084:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-13T09:28:13.289 DEBUG:teuthology.misc:Transferring archived files from smithi102:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815/remote/smithi102 2024-01-13T09:28:13.290 DEBUG:teuthology.orchestra.run.smithi102:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-13T09:28:13.319 INFO:teuthology.task.internal:Removing archive directory... 2024-01-13T09:28:13.319 DEBUG:teuthology.orchestra.run.smithi084:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-13T09:28:13.326 DEBUG:teuthology.orchestra.run.smithi102:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-13T09:28:13.332 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-13T09:28:13.345 INFO:teuthology.task.internal:Not uploading archives. 2024-01-13T09:28:13.345 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-13T09:28:13.359 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-13T09:28:13.359 DEBUG:teuthology.orchestra.run.smithi084:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-13T09:28:13.361 DEBUG:teuthology.orchestra.run.smithi102:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-13T09:28:13.367 INFO:teuthology.orchestra.run.smithi084.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 13 09:28 /home/ubuntu/cephtest 2024-01-13T09:28:13.369 INFO:teuthology.orchestra.run.smithi102.stdout: 924112 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 13 09:28 /home/ubuntu/cephtest 2024-01-13T09:28:13.371 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-13T09:28:13.384 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-13T09:28:13.409 INFO:teuthology.nuke:Checking targets against current locks 2024-01-13T09:28:13.429 DEBUG:teuthology.nuke:shortname: smithi084 2024-01-13T09:28:13.430 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T09:28:13.447 DEBUG:teuthology.nuke:shortname: smithi102 2024-01-13T09:28:13.447 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-13T09:28:13.452 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi084.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 08:55:14.443436', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-13T09:28:13.465 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi102.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-12_21:52:25-rados-wip-yuri2-testing-2024-01-12-1128-pacific-distro-default-smithi/7515815', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-13 08:55:14.441890', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBFyT/r7xuKfmg50w0OdQebr4A/ptJo1Zk6DyZNZNZM/q5rW+sznh+wvHqeT3e4YtCdZLaXyvMms8o8u8H5nXOYM='} 2024-01-13T09:28:13.497 INFO:teuthology.orchestra.console.smithi084:Power off 2024-01-13T09:28:13.498 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-13T09:28:13.514 INFO:teuthology.orchestra.console.smithi102:Power off 2024-01-13T09:28:13.514 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-13T09:28:13.524 DEBUG:teuthology.orchestra.console.smithi084:power off output: Chassis Power Control: Down/Off 2024-01-13T09:28:13.524 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T09:28:13.537 DEBUG:teuthology.orchestra.console.smithi102:power off output: Chassis Power Control: Down/Off 2024-01-13T09:28:13.537 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T09:28:13.547 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-01-13T09:28:13.560 DEBUG:teuthology.orchestra.console.smithi102:check power output: Chassis Power is on 2024-01-13T09:28:17.549 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T09:28:17.561 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T09:28:17.660 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is on 2024-01-13T09:28:17.670 DEBUG:teuthology.orchestra.console.smithi102:check power output: Chassis Power is on 2024-01-13T09:28:21.664 DEBUG:teuthology.orchestra.console.smithi084:pexpect command: ipmitool -H smithi084.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T09:28:21.677 DEBUG:teuthology.orchestra.console.smithi102:pexpect command: ipmitool -H smithi102.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-13T09:28:21.779 DEBUG:teuthology.orchestra.console.smithi084:check power output: Chassis Power is off 2024-01-13T09:28:21.786 DEBUG:teuthology.orchestra.console.smithi102:check power output: Chassis Power is off 2024-01-13T09:28:21.880 INFO:teuthology.orchestra.console.smithi084:Power off completed 2024-01-13T09:28:21.888 INFO:teuthology.orchestra.console.smithi102:Power off completed 2024-01-13T09:28:21.993 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: 1431.9821090698242 failure_reason: 'Command failed on smithi084 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 82e68f94-b1f3-11ee-95ac-87774f69a715 -e sha1=445562ab4bc3ddfb386936119050695810860bcb -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=cbd048472b4f4f3b8ffdf6c7d46ac662 status: fail success: false 2024-01-13T09:28:21.993 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-13T09:28:22.085 INFO:teuthology.run:FAIL